Toleno Network MCP Server — Manage your Toleno account with Claude AI.
Toleno MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Toleno MCP directly instead of describing what you should do. Toleno Network MCP Server — Manage your Toleno account with Claude AI.
The setup wizard will: 1. Ask for your Toleno API key 2. Validate it against the Toleno API 3. Automatically update your Claude Desktop config 4. Remind you to restart Claude Desktop
Once Toleno MCP is connected, these are the calls the assistant has available:
get_global_stats — Total tokens mined, platform-wide user countget_profile — Your balance, mining power, streak, levelget_mining_status — Active session, time remaining, tokens earnedstart_mining — Start a new 24-hour mining sessionclaim_mining — Claim rewards after a completed sessionget_wallet_info — Wallet address, withdrawable balance, limitsget_referral_info — Referral code, team size, active referralsThe server ships on npm as @toleno/mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
You will need one environment variable: TOLENO_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Toleno MCP's toolset — get_global_stats, get_profile, get_mining_status and 4 more — is a fair guide to whether it matches your workflow. It is maintained by tolenonetwork; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Toleno MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_global_stats | Total tokens mined, platform-wide user count |
| get_profile | Your balance, mining power, streak, level |
| get_mining_status | Active session, time remaining, tokens earned |
| start_mining | Start a new 24-hour mining session |
| claim_mining | Claim rewards after a completed session |
| get_wallet_info | Wallet address, withdrawable balance, limits |
| get_referral_info | Referral code, team size, active referrals |
{
"mcpServers": {
"toleno": {
"command": "npx",
"args": ["-y", "@toleno/mcp"],
"env": {
"TOLENO_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| TOLENO_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.