io.github.hummingbot/mcp✓
io.github.hummingbot/mcp · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.hummingbot/mcp",
"description": "MCP server exposing Hummingbot API for automated multi-exchange trading",
"repository": {
"url": "https://github.com/hummingbot/mcp",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/hummingbot/hummingbot-mcp:0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Hummingbot API (e.g., http://host.docker.internal:8820 or http://localhost:8000)",
"isRequired": true,
"format": "string",
"name": "HUMMINGBOT_API_URL"
},
{
"description": "Hummingbot API username",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HUMMINGBOT_USERNAME"
},
{
"description": "Hummingbot API password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HUMMINGBOT_PASSWORD"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}