HomeFinance › longbridge-mcp

longbridge-mcp

US/HK markets — 163 tools: quotes, options, orders, fundamentals, screener, IPO, alerts, DCA & grid

Official Rust Cloud Remote
★ 14 stars Last pushed 2026-09-22 License: Apache-2.0

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.longbridge.com Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http longbridge-mcp https://mcp.longbridge.com --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "longbridge-mcp": {
      "url": "https://mcp.longbridge.com",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Longbridge OAuth 2.1 bearer token in the form `Bearer <access_token>`. Clients should follow the authorization server URL returned by GET /.well-known/oauth-protected-resource (RFC 9728).

Package (oci)

Package: oci ghcr.io/longbridge/longbridge-mcp:0.9.0

  • LONGBRIDGE_HTTP_URL — Longbridge OpenAPI base URL. Used for OAuth metadata discovery.
  • LONGBRIDGE_QUOTE_WS_URL — Quote WebSocket endpoint used by the embedded Longbridge SDK.
  • LONGBRIDGE_TRADE_WS_URL — Trade WebSocket endpoint used by the embedded Longbridge SDK.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry