Toleno

v1.0.6Finance & Fintechstable

Toleno Network MCP Server — Control your Toleno mining account directly from Claude AI using natural language.

tolenomcpai-integration
Share:
154
Stars
0
Downloads
0
Weekly
0/5

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

Toleno Network MCP Server — Control your Toleno mining account directly from Cla
tolenonetwork

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.6
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @toleno/mcp

Manual Installation

npx -y @toleno/mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.

2

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_here
3

Or 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.json
4

Add 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"
      }
    }
  }
}
5

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.

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.

Quick Config Preview

{ "mcpServers": { "toleno": { "command": "npx", "args": ["-y", "@toleno/mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides