The Toleno Network MCP Server allows users to control their Toleno mining account through natural language queries via Claude AI.
From the registry: Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

Please install the `toleno-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Toleno API key** — API key from Toleno app Settings -> API Keys
- **Node.js** — Node.js 18+ Run: `node --version` (https://nodejs.org)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@toleno/mcp"]
- required environment variables:
- `TOLENO_API_KEY`: API key from Toleno app (starts with tlno_) (example: `tlno_<your-key>`)
Note: Setup wizard available: npx @toleno/mcp setup
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.TOLENO_API_KEYrequiredAPI key for accessing the Toleno APIAI Agents Framework with Self Reflection and MCP support