Toleno Network
NPM · MCP_TOLENO · SCANNED AUG 3
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 165 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 875 tokens (~62/item across 14 items; 14 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · mcp_toleno
claude mcp add tolenonetwork-mcp-toleno -- npx -y mcp_toleno
codex mcp add tolenonetwork-mcp-toleno -- npx -y mcp_toleno
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"tolenonetwork-mcp-toleno": {
"type": "local",
"command": [
"npx",
"-y",
"mcp_toleno"
],
"enabled": true
}
}
} openclaw mcp add tolenonetwork-mcp-toleno --command npx --arg -y --arg mcp_toleno
mcp_servers:
tolenonetwork-mcp-toleno:
command: "npx"
args: ["-y", "mcp_toleno"] {
"mcpServers": {
"tolenonetwork-mcp-toleno": {
"command": "npx",
"args": [
"-y",
"mcp_toleno"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +60
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 31 Jul 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −40
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
daily_summary ~74
Get a comprehensive daily summary for the authenticated Toleno user. Combines profile data and mining status into a single overview: token balance, total mined, mining power, daily streak, referral stats, and current mining session details (active/completed/claimable, tokens mined, remaining time). Perfect for a quick daily check-in.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
generate_invite_link ~50
Generate a shareable invite link and ready-to-send invite messages (in English and Turkish) for the authenticated Toleno user. Use this when the user wants to invite friends or share their referral link.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_faq ~89
Get frequently asked questions about Toleno Network: what it is, how mining works, token withdrawal, blockchain info, pricing, referral system, Claude AI integration, and trustworthiness. This is a public tool — no API key required.
| Name | Type | Req | Description |
|---|---|---|---|
| topic | string | — | Optional: filter FAQs by keyword (e.g. "mining", "trust", "token", "referral", "withdraw") |
No output schema declared.
No examples provided.
get_global_stats ~39
Get global Toleno Network statistics: total tokens mined across all users and total registered user count. This is a public endpoint — no API key required.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_leaderboard ~76
Get the TOP 50 leaderboard of Toleno users ranked by token balance. Returns username, display name, token balance, mining power, and rank for each user. This is a public endpoint and requires no API key.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Number of users to return (default: 10, max: 50) |
No output schema declared.
No examples provided.
get_mining_status ~62
Get the current mining session status for the authenticated Toleno user. Returns whether a session is active or completed, start/end times, elapsed and remaining time in milliseconds, tokens mined so far, total tokens to be earned, and whether rewards are ready to claim.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_profile ~69
Get the full profile of the authenticated Toleno user. Returns username, display name, email, token balance, total tokens mined, mining power multiplier, referral count, active referral count, wallet address, KYC status, phone verification status, premium subscription status, current daily streak, and account creation date.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_project_info ~47
Get general information about Toleno Network: what it is, blockchain, token details, website, social links, and app download links. This is a public tool — no API key required.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_referral_info ~58
Get referral program details for the authenticated Toleno user. Returns the referral code (same as username), total number of users referred, number of currently active mining referrals, the referral bonus percentage applied to earnings, and the shareable referral link.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_roadmap ~47
Get the Toleno Network development roadmap: completed phases, current progress, and upcoming milestones including BSC deployment and DEX listing. This is a public tool — no API key required.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_security_info ~63
Get Toleno Network security and trust information: security measures, trust indicators, and upcoming milestones. Use this when users ask "is Toleno safe?", "is it trustworthy?", "is it a scam?" etc. This is a public tool — no API key required.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_tokenomics ~57
Get TOLENO tokenomics: total supply, distribution breakdown (mining, ecosystem, team, liquidity, marketing), mining mechanism details (session duration, rewards, halving model). This is a public tool — no API key required.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_wallet_info ~73
Get comprehensive wallet information for the authenticated Toleno user. Returns the available (withdrawable) token balance, locked mining balance, total tokens ever mined, the connected wallet address and preferred network (BSC/Polygon), withdrawal statistics (today's total, pending count, completed count), and the minimum/maximum withdrawal amounts.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
start_mining ~71
Start a new 24-hour mining session for the authenticated Toleno user. Only one session can be active at a time. If a session is already active or there are unclaimed rewards, the API will return an error. Returns session start time, end time, and the total tokens that will be earned.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.