Longbridge

Market data, portfolio, and trading

Official docs

About Longbridge

Longbridge is a digital brokerage offering trading and market data across global markets. Its remote MCP server exposes 100+ tools for real-time quotes, fundamentals and research, option chains, account balances and positions, order placement, price alerts, and scheduled DCA plans.

Connection details

https://mcp.longbridge.com
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add longbridge --transport http https://mcp.longbridge.com

Frequently asked questions

What is the Longbridge remote MCP server?

The Longbridge remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.longbridge.com, so AI assistants can connect to it without installing or running anything locally. Longbridge is a digital brokerage offering trading and market data across global markets. Its remote MCP server exposes 100+ tools for real-time quotes, fundamentals and research, option chains, account balances and positions, order placement, price alerts, and scheduled DCA plans.

How do I connect to the Longbridge MCP server?

Add the endpoint https://mcp.longbridge.com to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Longbridge MCP server require authentication?

Yes. Longbridge uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Longbridge MCP server use?

Longbridge exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers