Toleno Network✓
io.github.tolenonetwork/toleno-mcp · v1.0.6
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.tolenonetwork/toleno-mcp",
"description": "Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.",
"title": "Toleno Network",
"repository": {
"url": "https://github.com/tolenonetwork/toleno-mcp",
"source": "github"
},
"version": "1.0.6",
"icons": [
{
"src": "https://raw.githubusercontent.com/tolenonetwork/toleno-mcp/main/icon.png",
"mimeType": "image/png",
"sizes": [
"96x96"
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@toleno/mcp",
"version": "1.0.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your personal API key from the Toleno app. Go to Settings → API Keys → Create New Key.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TOLENO_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}