The Longbridge MCP server is the official Model Context Protocol integration for the Longbridge brokerage, providing access to an extensive suite of 110 financial tools. These tools cover a wide range of functionalities, including real-time quotes, options, order routing, fundamental data, analyst ratings, market calendars, price alerts, dollar-cost averaging plans, portfolio analytics, and community sharelists, specifically tailored for US and HK markets. Built with Rust using the rmcp and axum frameworks, it features a stateless architecture, robust OAuth 2.1 compliance for authorization discovery, and offers JSON response transformation for client-friendly data. It is designed for seamless integration with various MCP clients like Claude Desktop and Claude Code, supporting both a hosted public endpoint and self-hosted deployments.
주요 기능
01Stateless architecture for efficient, session-free request handling
02110 MCP tools across 11 financial categories
03OAuth 2.1 resource metadata compliant with RFC 9728 for authorization auto-discovery
04Prometheus metrics for monitoring tool calls, latency, and errors
051 GitHub stars
06JSON response transformation for normalized data output
사용 사례
01Self-hosting a dedicated Longbridge MCP server instance for controlled environments
02Accessing real-time quotes, trading functionalities, and fundamental data programmatically
03Integrating Longbridge financial services with AI agents or other MCP-compatible clients