HomeFinance › mcp

mcp

MCP server exposing Hummingbot API for automated multi-exchange trading

Python
★ 59 stars Last pushed 2026-03-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm docker.io/hummingbot/hummingbot-mcp:0.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/hummingbot/hummingbot-mcp:0.1.0"
      ],
      "env": {
        "HUMMINGBOT_API_URL": "<YOUR_VALUE>",
        "HUMMINGBOT_USERNAME": "<YOUR_VALUE>",
        "HUMMINGBOT_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • HUMMINGBOT_API_URL required — Base URL of the Hummingbot API (e.g., http://host.docker.internal:8820 or http://localhost:8000)
  • HUMMINGBOT_USERNAME required secret — Hummingbot API username
  • HUMMINGBOT_PASSWORD required secret — Hummingbot API password

Related servers

Data from the Official MCP Registry