Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Toleno Network

NPM · @TOLENO/MCP · SCANNED AUG 3

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

Available components

+19 this week 65 Trust /100
Trust breakdown (6 categories)

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 & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 896 tokens (~59/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

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 · @toleno/mcp

# add to Claude Code
claude mcp add tolenonetwork-toleno-mcp -- npx -y @toleno/mcp
# add to Codex CLI
codex mcp add tolenonetwork-toleno-mcp -- npx -y @toleno/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tolenonetwork-toleno-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@toleno/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tolenonetwork-toleno-mcp --command npx --arg -y --arg @toleno/mcp
# ~/.hermes/config.yaml
mcp_servers:
  tolenonetwork-toleno-mcp:
    command: "npx"
    args: ["-y", "@toleno/mcp"]
// mcp.json
{
  "mcpServers": {
    "tolenonetwork-toleno-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@toleno/mcp"
      ]
    }
  }
}
Changelog

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.

  • 2 Aug 26 +60
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial 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
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −23
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

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/@toleno/[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.

MCP tools — 15 exposed · ~896 tokens

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.

Tool Tokens
claim_mining ~47

Claim mining rewards after a completed 24-hour session. Can only be called when a session has ended and rewards are ready to collect. Returns the amount of tokens claimed and the new balance.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
topicstringOptional: 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.

NameTypeReqDescription
limitnumberNumber 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 Solana 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 ~71

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 (Solana), 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 ~47

Start a new 24-hour mining session for the authenticated Toleno user. Can only be called when no active session exists. Returns the session details including start/end times and expected token earnings.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.