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_URLrequired — Base URL of the Hummingbot API (e.g., http://host.docker.internal:8820 or http://localhost:8000)HUMMINGBOT_USERNAMErequired secret — Hummingbot API usernameHUMMINGBOT_PASSWORDrequired secret — Hummingbot API password
Related servers
C
CCXT
Finance
Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets
★ 44,130
MCP Server
T
tradingview-mcp
Finance
Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.
★ 4,624
MCP Server
Requires auth
E
EdgarTools
Finance
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
★ 2,742
MCP Server
M
mcp-server
Finance
Stock market API made for AI agents
★ 2,301
MCP Server
A
ai
Finance
MCP server integrating with Stripe - tools for customers, products, payments, and more.
★ 1,829
MCP Server
Requires auth
T
tradememory-protocol
Finance
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
★ 1,420
MCP Server
Data from the Official MCP Registry