The MCP server facilitates interaction between Claude and Gemini CLI with Hummingbot for automated cryptocurrency trading across multiple exchanges.
From the registry: MCP server exposing Hummingbot API for automated multi-exchange trading
$ docker pull hummingbot/hummingbot-mcp:latestPlease install the `mcp-hummingbot` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Hummingbot API** — Requires a running Hummingbot API server
- **Pull Docker image** — Pull the prebuilt image Run: `docker pull hummingbot/hummingbot-mcp:latest`
Canonical MCP server config (stdio transport):
- command: `docker`
- args: ["run","--rm","-i","--env-file","/path/to/mcp/.env","-v","$HOME/.hummingbot_mcp:/root/.hummingbot_mcp","hummingbot/hummingbot-mcp:latest"]
- required environment variables:
- `HUMMINGBOT_API_URL`: Hummingbot API server URL (use http://host.docker.internal:8000 on Mac/Windows Docker) (example: `http://localhost:8000`)
- `HUMMINGBOT_USERNAME`: Hummingbot API username (example: `admin`)
- `HUMMINGBOT_PASSWORD`: Hummingbot API password (example: `<your-password>`)
Note: Automated crypto trading across multiple exchanges. Also installable via clone+uv sync. Requires Python 3.11+ when not using Docker.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.HUMMINGBOT_API_URLrequiredInitial default API server URL (used only on first run).HUMMINGBOT_USERNAMErequiredInitial username (used only on first run).HUMMINGBOT_PASSWORDrequiredInitial password (used only on first run).SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server integrating with Stripe - tools for customers, products, payments, and more.