longbridge/longbridge-mcp
by Various
longbridge/longbridge-mcp — indexed from awesome-mcp-servers-punkpeye
MCP
longbridge/longbridge-mcp
Added 1 June 2026
Overview
An open-source Rust-based MCP server that provides programmatic access to Longbridge financial services. It enables AI agents to retrieve market data, execute trades, and manage portfolios through the Model Context Protocol.
Best for
Best for
Developers creating MCP-compatible AI agents that need to interact with Longbridge financial services
Use cases
- Fetch real-time stock quotes and historical market data from Longbridge
- Place and manage orders for stocks or ETFs programmatically
- Build AI-driven portfolio monitoring and rebalancing tools
How to use
Install
docker run -p 8443:8443 -v /path/to/certs:/certs:ro ghcr.io/longbridge/longbridge-mcp --bind 0.0.0.0:8443 --base-url https://mcp.example.com --tls-cert /certs/cert.pem --tls-key /certs/key.pem Tools exposed
LONGBRIDGE_MCP_CONFIG_DIRLONGBRIDGE_HTTP_URLLONGBRIDGE_PUBLIC_HOSTSLONGBRIDGE_GLOBAL_OAUTH_URLLONGBRIDGE_QUOTE_WS_URLLONGBRIDGE_TRADE_WS_URLLONGBRIDGE_MCP_QUOTE_WS_IDLE_TTL_SECSLONGBRIDGE_MCP_QUOTE_WS_MAX_CONTEXTSLONGBRIDGE_LOG_PATHmcp_tool_calls_totalmcp_tool_call_duration_secondsmcp_tool_call_errors_total
Tested with
Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Zed
Example client config
{\n "mcpServers": {\n "longbridge": {\n "url": "https://mcp.longbridge.com"\n }\n }\n} Notes
An open-source Rust-based MCP server that provides programmatic access to Longbridge financial services. It enables AI agents to retrieve market data, execute trades, and manage portfolios through the Model Context Protocol.
7 stars on GitHub. Last updated 2026-05-28. Licensed MIT.
Use cases
- Fetch real-time stock quotes and historical market data from Longbridge
- Place and manage orders for stocks or ETFs programmatically
- Build AI-driven portfolio monitoring and rebalancing tools
Pros
- Written in Rust, offering high performance and low latency
- Leverages standardized MCP protocol for agent integration
- Open source with no vendor lock-in
Cons
- Very early stage with only 7 GitHub stars and limited community adoption
- Relies on Longbridge API; coverage of endpoints may be incomplete
- No official support from Longbridge; maintenance depends on contributors
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Written in Rust, offering high performance and low latency
- Leverages standardized MCP protocol for agent integration
- Open source with no vendor lock-in
Cons
- Very early stage with only 7 GitHub stars and limited community adoption
- Relies on Longbridge API; coverage of endpoints may be incomplete
- No official support from Longbridge; maintenance depends on contributors
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.