Home › Finance › longbridge-mcp
longbridge-mcp
US/HK markets — 163 tools: quotes, options, orders, fundamentals, screener, IPO, alerts, DCA & grid
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>"
}
}
}
}
Authorizationrequired 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
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) 🐍 ☁️ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,…
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS…
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry