Longbridge MCP Server
Rank #6,949com.longbridge/mcp
US/HK markets — 163 tools: quotes, options, orders, fundamentals, screener, IPO, alerts, DCA & grid
Longbridge MCP Server is a Model Context Protocol (MCP) server published by longbridge. It ranks #6,949 of 115,591 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Longbridge MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 12 tracked versions. It was first listed on Apr 16, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 108,642 of 115,591 servers on MCP Toplist.
Use Longbridge MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http longbridge https://mcp.longbridge.com/This endpoint requires authentication — see the server’s docs for credentials.
claude mcp add longbridge -e "LONGBRIDGE_HTTP_URL=<your LONGBRIDGE_HTTP_URL>" -e "LONGBRIDGE_QUOTE_WS_URL=<your LONGBRIDGE_QUOTE_WS_URL>" -e "LONGBRIDGE_TRADE_WS_URL=<your LONGBRIDGE_TRADE_WS_URL>" -- docker run -i --rm --bind 0.0.0.0:8000 --base-url http://localhost:8000 ghcr.io/longbridge/longbridge-mcp:0.9.0Replace each placeholder with your own value before saving.
[mcp_servers.longbridge]
url = "https://mcp.longbridge.com/"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.longbridge]
command = "docker"
args = ["run", "-i", "--rm", "--bind", "0.0.0.0:8000", "--base-url", "http://localhost:8000", "ghcr.io/longbridge/longbridge-mcp:0.9.0"]
[mcp_servers.longbridge.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.longbridge.com/Settings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"longbridge": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--bind",
"0.0.0.0:8000",
"--base-url",
"http://localhost:8000",
"ghcr.io/longbridge/longbridge-mcp:0.9.0"
],
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"longbridge": {
"url": "https://mcp.longbridge.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"longbridge": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--bind",
"0.0.0.0:8000",
"--base-url",
"http://localhost:8000",
"ghcr.io/longbridge/longbridge-mcp:0.9.0"
],
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"longbridge": {
"type": "http",
"url": "https://mcp.longbridge.com/"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"longbridge": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--bind",
"0.0.0.0:8000",
"--base-url",
"http://localhost:8000",
"ghcr.io/longbridge/longbridge-mcp:0.9.0"
],
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"longbridge": {
"serverUrl": "https://mcp.longbridge.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"longbridge": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--bind",
"0.0.0.0:8000",
"--base-url",
"http://localhost:8000",
"ghcr.io/longbridge/longbridge-mcp:0.9.0"
],
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"longbridge": {
"url": "https://mcp.longbridge.com/"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"longbridge": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--bind",
"0.0.0.0:8000",
"--base-url",
"http://localhost:8000",
"ghcr.io/longbridge/longbridge-mcp:0.9.0"
],
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.longbridge%2Fmcp)<a href="https://mcptoplist.com/server/com.longbridge%2Fmcp"><img src="https://mcptoplist.com/badge/com.longbridge%2Fmcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
longbridge
Available versions (12)
| Version | Published |
|---|---|
| 0.9.0 | Aug 21, 2026 |
| 0.8.7 | Aug 18, 2026 |
| 0.8.6 | Jul 31, 2026 |
| 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
- Who maintains Longbridge MCP Server?
- Longbridge MCP Server is maintained by longbridge, which publishes 4 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Longbridge MCP Server listed on the Official MCP Registry?
- Yes — Longbridge MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Longbridge MCP Server have?
- MCP Toplist tracks 12 versions of Longbridge MCP Server, most recently published on Aug 21, 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.