Loading MCP server directory, please wait...
US/HK markets — 110 tools: real-time quotes, options, orders, fundamentals, alerts, DCA & portfolio
npx @getmcp/cli add com.longbridge/mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.longbridge/mcp": {
"command": "docker",
"args": [
"0.0.0.0:8000",
"http://localhost:8000",
"run",
"-i",
"--rm",
"-e",
"LONGBRIDGE_HTTP_URL",
"-e",
"LONGBRIDGE_QUOTE_WS_URL",
"-e",
"LONGBRIDGE_TRADE_WS_URL",
"ghcr.io/longbridge/longbridge-mcp:0.1.9"
],
"env": {
"LONGBRIDGE_HTTP_URL": "https://openapi.longbridge.com",
"LONGBRIDGE_QUOTE_WS_URL": "wss://openapi-quote.longbridge.com/v2",
"LONGBRIDGE_TRADE_WS_URL": "wss://openapi-trade.longbridge.com/v2"
}
}
}
}