io.github.tolenonetwork/toleno-mcp · v1.0.6
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
Toleno Network 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"toleno-mcp": {
"command": "npx",
"args": [
"-y",
"@toleno/mcp"
],
"env": {
"TOLENO_API_KEY": "<TOLENO_API_KEY>"
}
}
}
}TOLENO_API_KEY必填secretYour personal API key from the Toleno app. Go to Settings → API Keys → Create New Key.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.tolenonetwork/toleno-mcp",
"type": "mcp-server",
"version": "1.0.6",
"displayName": "Toleno Network",
"description": "Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.",
"repository": {
"url": "https://github.com/tolenonetwork/toleno-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@toleno/mcp",
"version": "1.0.6",
"transport": "stdio",
"environmentVariables": [
{
"name": "TOLENO_API_KEY",
"description": "Your personal API key from the Toleno app. Go to Settings → API Keys → Create New Key.",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.tolenonetwork/toleno-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.tolenonetwork%2Ftoleno-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}