Toleno Network MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Toleno Network MCP ServerWhat is my Toleno mining status?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@toleno/mcp
Toleno Network MCP Server — Control your Toleno mining account directly from Claude AI using natural language.
Check balance · Start mining · View referrals — all without opening the app.
Quick Start
npx @toleno/mcp setupThe setup wizard will:
Ask for your Toleno API key
Validate it against the Toleno API
Automatically update your Claude Desktop config
Remind you to restart Claude Desktop
Or non-interactive:
npx @toleno/mcp setup --key tlno_your_key_hereRelated MCP server: MCP Crypto Wallet EVM
Get Your API Key
Open the Toleno app on your phone
Go to Settings → API Keys
Tap "Create New Key"
Name it (e.g.
Claude Desktop)Copy it immediately — starts with
tlno_, shown only once
Manual Setup
Claude Desktop
OS | Config file |
Windows (classic) |
|
Windows (Store app) |
|
macOS |
|
Linux |
|
Tip:
npx @toleno/mcp setupauto-detects both Windows paths and writes to all of them.
{
"mcpServers": {
"Toleno Network": {
"command": "npx",
"args": ["-y", "@toleno/mcp"],
"env": {
"TOLENO_API_KEY": "tlno_paste_your_key_here"
}
}
}
}Claude Code
Add .mcp.json to your project root:
{
"mcpServers": {
"Toleno Network": {
"command": "npx",
"args": ["-y", "@toleno/mcp"],
"env": {
"TOLENO_API_KEY": "tlno_paste_your_key_here"
}
}
}
}Available Tools
Tool | What it does | Needs key? |
| Total tokens mined, platform-wide user count | No |
| Your balance, mining power, streak, level | Yes |
| Active session, time remaining, tokens earned | Yes |
| Start a new 24-hour mining session | Yes |
| Claim rewards after a completed session | Yes |
| Wallet address, withdrawable balance, limits | Yes |
| Referral code, team size, active referrals | Yes |
What You Can Ask Claude
"What is my Toleno mining status?"
"Start mining"
"How many TOL tokens do I have?"
"Show my wallet info"
"How many referrals do I have?"
"What are the global Toleno stats?"
"When does my mining session end?"Example Session
You: What is my mining status?
Claude: Your mining session is active!
⛏ Started: 3 hours ago
⏱ Time remaining: 21 hours
💰 Earned so far: 3.5 / 28 TOL
✅ Keep it running to earn the full reward!
---
You: How many referrals do I have?
Claude: Your referral stats:
👥 Total referrals: 12
✅ Active today: 7
🔗 Your code: TOLENO-ABC123FAQ
Q: Is my API key safe? Your key is stored locally in the Claude config file — never sent to Claude's servers. Revoke it anytime from the Toleno app.
Q: Can Claude do anything harmful to my account? No. Claude can only read data, start mining sessions, and claim completed rewards. It cannot change your wallet address, withdraw tokens, or delete your account.
Q: The tools don't appear in Claude Desktop. Fully quit and restart Claude Desktop after setup. Look for the 🔨 hammer icon in the chat toolbar.
Q: Do I need Node.js? Yes, Node.js 18 or higher. Download from nodejs.org.
Q: It says "TOLENO_API_KEY is not configured".
Run npx @toleno/mcp setup again or manually add the key to your config file.
Links
Toleno App: tolenocoin.com
npm Package: npmjs.com/package/@toleno/mcp
MIT © Toleno Network
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tolenonetwork/toleno-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server