MCP Server
MCP
io.github.hummingbot/mcp
MCP server exposing Hummingbot API for automated multi-exchange trading
Install
oci:docker.io/hummingbot/hummingbot-mcp:0.1.0
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment