longbridge MCP Server
Rank #2330glama/longbridge/longbridge-mcp
US/HK markets — 133 tools: quotes, options, orders, fundamentals, IPO, alerts, DCA & portfolio
longbridge MCP Server is a Model Context Protocol (MCP) server published by longbridge. It ranks #2330 of 58,900 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. longbridge MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 9 tracked versions. It was first listed on Apr 16, 2026 and most recently updated on May 15, 2026.
Ranks ahead of 56,570 of 58,900 servers on MCP Toplist.
Use longbridge MCP Server
Add longbridge MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"longbridge-mcp": {
"url": "https://openapi.longbridge.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"longbridge-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/longbridge/longbridge-mcp:0.3.1"
],
"env": {
"LONGBRIDGE_HTTP_URL": "<your LONGBRIDGE_HTTP_URL>",
"LONGBRIDGE_QUOTE_WS_URL": "<your LONGBRIDGE_QUOTE_WS_URL>",
"LONGBRIDGE_TRADE_WS_URL": "<your LONGBRIDGE_TRADE_WS_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries (1 delisted)
longbridge
Available versions (9)
| Version | Published |
|---|---|
| 0.3.1 | May 15, 2026 |
| 0.3.0 | May 15, 2026 |
| 0.2.3 | May 12, 2026 |
| 0.2.1 | May 9, 2026 |
| 0.2.0 | May 9, 2026 |
| 0.1.12 | May 7, 2026 |
| 0.1.9 | Apr 27, 2026 |
| 0.1.7 | Apr 23, 2026 |
| 0.1.6 | Apr 23, 2026 |
Frequently asked questions
- What is longbridge MCP Server?
- US/HK markets — 133 tools: quotes, options, orders, fundamentals, IPO, alerts, DCA & portfolio
- Who maintains longbridge MCP Server?
- longbridge MCP Server is maintained by longbridge, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is longbridge MCP Server an official MCP server?
- Yes — longbridge MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does longbridge MCP Server have?
- MCP Toplist tracks 9 versions of longbridge MCP Server, most recently published on May 15, 2026.
- Where can I find the source code for longbridge MCP Server?
- The source code for longbridge MCP Server is hosted at github.com/longbridge/longbridge-mcp.