Toleno Network
About
Toleno Network MCP Server — Control your Toleno mining account directly from Claude AI using natural language.
Details
- Author
- tolenonetwork
- GitHub stars
- 166
- Downloads
- 232
- Categories
- Productivity, Other, Finance, Automation, Search
Jump to
- Check Toleno balance, mining power, streak, and level
- Start and claim 24‑hour mining sessions
- View referral code, team size, and active referrals
- Retrieve wallet address, withdrawable balance, and limits
- Access global platform stats (total tokens, user count)
- All actions via natural language in Claude Desktop
- Setup wizard auto‑configures Claude Desktop on Windows, macOS, Linux
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Toleno NetworkCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install and configure using npx @toleno/mcp setup (interactive or with --key). Alternatively, manually add a JSON entry to your Claude Desktop config file (claude_desktop_config.json) or project .mcp.json with the required TOLENO_API_KEY environment variable. Once configured, ask Claude questions like "What is my Toleno mining status?" or "Start mining".
get_global_stats
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
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.
get_mining_status
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
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.
claim_mining
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.
get_wallet_info
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.
get_profile
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
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
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
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
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
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
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.
get_security_info
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
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"toleno network": {
"Toleno Network": {
"command": "npx",
"args": [
"-y",
"@toleno/mcp"
],
"env": {
"TOLENO_API_KEY": "tlno_paste_your_key_here"
}
}
}
}
}
McpServers
{
"Toleno Network": {
"command": "npx",
"args": [
"-y",
"@toleno/mcp"
],
"env": {
"TOLENO_API_KEY": "tlno_paste_your_key_here"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




