# Toleno Network (npm · mcp_toleno)

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

- Trust score: 63/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mcp_toleno`: 63/100 (this document), [markdown](https://verifymcp.io/servers/tolenonetwork-mcp-toleno/mcp-toleno.md), [page](https://verifymcp.io/servers/tolenonetwork-mcp-toleno/mcp-toleno)

## Channel facts

- Registry: `npm`
- Package: `mcp_toleno`
- Version: `1.0.15`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 165 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 875 tokens (~62/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add tolenonetwork-mcp-toleno -- npx -y mcp_toleno
```

### Codex

```bash
codex mcp add tolenonetwork-mcp-toleno -- npx -y mcp_toleno
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tolenonetwork-mcp-toleno": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp_toleno"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tolenonetwork-mcp-toleno --command npx --arg -y --arg mcp_toleno
```

### Hermes

```yaml
mcp_servers:
  tolenonetwork-mcp-toleno:
    command: "npx"
    args: ["-y", "mcp_toleno"]
```

### Other

```json
{
  "mcpServers": {
    "tolenonetwork-mcp-toleno": {
      "command": "npx",
      "args": [
        "-y",
        "mcp_toleno"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 60, +60)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-07-31 (score 0, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 0, −40)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (14)

### `get_global_stats` (~39 tokens)

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.

### `get_leaderboard` (~76 tokens)

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.

Input parameters:

- `limit` (number): Number of users to return (default: 10, max: 50)

### `get_mining_status` (~62 tokens)

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.

### `start_mining` (~71 tokens)

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.

### `get_wallet_info` (~73 tokens)

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.

### `get_profile` (~69 tokens)

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.

### `daily_summary` (~74 tokens)

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.

### `get_referral_info` (~58 tokens)

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.

### `generate_invite_link` (~50 tokens)

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.

### `get_project_info` (~47 tokens)

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.

### `get_tokenomics` (~57 tokens)

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.

### `get_roadmap` (~47 tokens)

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.

### `get_security_info` (~63 tokens)

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.

### `get_faq` (~89 tokens)

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.

Input parameters:

- `topic` (string): Optional: filter FAQs by keyword (e.g. "mining", "trust", "token", "referral", "withdraw")

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/tolenonetwork-mcp-toleno/mcp-toleno#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 60
- 2026-08-01: 0
- 2026-07-31: 0
- 2026-07-30: 0
- 2026-07-28: 40
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/mcp_toleno
- Socket report: https://socket.dev/npm/package/mcp_toleno
- Changelog RSS feed: https://verifymcp.io/servers/tolenonetwork-mcp-toleno/mcp-toleno/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/tolenonetwork-mcp-toleno/mcp-toleno/changelog.json
- HTML version of this page: https://verifymcp.io/servers/tolenonetwork-mcp-toleno/mcp-toleno
