Serversio.github.tolenonetwork/mcp_toleno
T

Toleno Network

io.github.tolenonetwork/mcp_toleno · v1.0.15
▦ npm
v1.0.15npm npm: mcp_toleno↗ Repository
{}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/mcp_toleno",
  "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/mcp_toleno",
    "source": "github"
  },
  "version": "1.0.15",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/tolenonetwork/mcp_toleno/main/icon.png",
      "mimeType": "image/png",
      "sizes": [
        "96x96"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp_toleno",
      "version": "1.0.15",
      "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"
  }
}