Toleno
Toleno Network MCP Server — Control your Toleno mining account directly from Claude AI using natural language.
What is Toleno?
Toleno is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to toleno network mcp server — control your toleno mining account directly from claude ai using natural language.
Toleno Network MCP Server — Control your Toleno mining account directly from Claude AI using natural language.
This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Toleno Network MCP Server — Control your Toleno mining accou
Use Cases
Maintainer
Works with
Installation
NPM
npx -y @toleno/mcpManual Installation
npx -y @toleno/mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Toleno
The Toleno MCP Server connects Claude and other MCP-compatible AI clients to the Toleno Network mining platform, allowing users to check account balances, start or claim mining sessions, view wallet information, and inspect referral metrics entirely through natural-language conversation. Built on the official Toleno API, the server eliminates the need to open the mobile app for routine account operations, making it convenient for users who want to manage their Toleno mining activity alongside other AI-assisted tasks.
Prerequisites
- Node.js 18 or higher
- A Toleno account with an API key (format: tlno_*), obtained from the Toleno mobile app
- An MCP client such as Claude Desktop or Claude Code
Obtain your Toleno API key
Open the Toleno mobile app, navigate to account settings, and generate an API key. The key will start with 'tlno_'. Keep it secure.
Run the setup wizard
The setup wizard configures your MCP client automatically, writing the correct config block to the platform-specific config file.
# Interactive setup (recommended)
npx @toleno/mcp setup
# Non-interactive — pass your key directly
npx @toleno/mcp setup --key tlno_your_key_hereOr configure manually
If you prefer manual configuration, open your Claude Desktop config file and add the server block with your API key.
# macOS
~/Library/Application Support/Claude/claude_desktop_config.json
# Windows (classic)
%APPDATA%\Claude\claude_desktop_config.json
# Linux
~/.config/Claude/claude_desktop_config.jsonAdd the server block with your API key
Insert this configuration block, replacing the placeholder key with your real Toleno API key.
{
"mcpServers": {
"Toleno Network": {
"command": "npx",
"args": ["-y", "@toleno/mcp"],
"env": {
"TOLENO_API_KEY": "tlno_your_key_here"
}
}
}
}Restart Claude Desktop and verify
Restart your MCP client. On first run npx will download @toleno/mcp automatically. Ask Claude about your mining status to confirm the connection.
Toleno Examples
Client configuration
Complete Claude Desktop configuration for the Toleno MCP server.
{
"mcpServers": {
"Toleno Network": {
"command": "npx",
"args": ["-y", "@toleno/mcp"],
"env": {
"TOLENO_API_KEY": "tlno_your_key_here"
}
}
}
}Prompts to try
Natural-language commands you can use once the server is connected.
- "What is my current Toleno mining status and how much time is left in this session?"
- "Start a new 24-hour mining session for my account"
- "Claim the rewards from my completed mining session"
- "Show me my wallet address and current withdrawal limits"
- "How many referrals do I have and what is my referral code?"Troubleshooting Toleno
Authentication errors or 'invalid API key' responses
Confirm your TOLENO_API_KEY starts with 'tlno_' and was copied without extra spaces. Regenerate the key in the Toleno mobile app if needed and update the env block in your config.
npx hangs or fails to download @toleno/mcp
Check your internet connection and Node.js version (`node --version` — must be 18+). If behind a proxy, set HTTP_PROXY and HTTPS_PROXY. You can also run `npm install -g @toleno/mcp` once to cache the package.
Tools requiring authentication return 'no key set' even though the key is configured
Ensure the TOLENO_API_KEY is in the env block of the MCP server config, not just your shell environment. MCP clients start the server process with their own environment, not your shell's.
Frequently Asked Questions about Toleno
What is Toleno?
Toleno is a Model Context Protocol (MCP) server that toleno network mcp server — control your toleno mining account directly from claude ai using natural language. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Toleno?
Install via npm with the command: npx -y @toleno/mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).
Which AI clients work with Toleno?
Toleno works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Toleno free to use?
Yes, Toleno is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Toleno Alternatives — Similar Finance & Fintech Servers
Looking for alternatives to Toleno? Here are other popular finance & fintech servers you can use with Claude, Cursor, and VS Code.
ValueCell
★ 10.7kValueCell is a community-driven, multi-agent platform for financial applications.
Vibe Trading
★ 8.1k'Vibe-Trading: Your Personal Trading Agent'
Quantdinger
★ 6.2kAI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
TradingView
★ 2.8kReal-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick patterns + native Claude Desktop integration. Multi-exchange (Binance, KuCoin, Bybit+). Open-source AI trading infrastructure.
Financial Datasets
★ 2.1kProvides access to comprehensive financial data including income statements, balance sheets, cash flow statements, stock prices, company news, SEC filings, and cryptocurrency information with built-in financial ratio analysis.
Stripe
★ 1.6kThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
Browse More Finance & Fintech MCP Servers
Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Toleno in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Toleno?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.