Request
Please add Longbridge MCP to the OpenTools MCP registry.
Server Details
Description
Official Longbridge brokerage MCP. 110 tools across real-time quotes, options, order routing, fundamentals, analyst ratings, earnings & dividend calendars, price alerts, DCA plans, portfolio analytics and community sharelists for US and HK markets. Backed by a real brokerage: the same tools the AI uses to read the order book can also route a limit order, cancel a stale trade, or compute realised P&L against your actual positions.
MCP Config (streamable HTTP, recommended)
{
"mcpServers": {
"longbridge": {
"url": "https://openapi.longbridge.com/mcp"
}
}
}
On first tool invocation the MCP client is redirected through Longbridge OAuth — no manual API keys to configure.
MCP Config (self-hosted Docker, optional)
{
"mcpServers": {
"longbridge": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-p", "8000:8000",
"ghcr.io/longbridge/longbridge-mcp:0.1.7"
]
}
}
}
Representative Tools
| Category |
Count |
Examples |
| Quote |
32 |
realtime_quote, candlesticks, depth, option_chain_expiry_date_list, market_temperature, capital_flow_intraday |
| Fundamental |
18 |
financial_report, analyst_rating, dividend_history, eps_forecast, valuation, shareholder_structure |
| Trade |
14 |
submit_order, cancel_order, replace_order, stock_positions, account_balance, executions, cash_flow |
| Market |
9 |
market_status, ah_premium, trade_statistics, index_constituents, broker_holdings |
| DCA |
9 |
create_dca_plan, update_dca_plan, pause_dca_plan, resume_dca_plan, dca_execution_history |
| Content |
8 |
news_list, topic_list, filing_detail |
| Sharelist |
8 |
create_sharelist, add_sharelist_member, popular_sharelists |
| Alert |
5 |
add_price_alert, enable_price_alert, list_price_alerts |
| Portfolio |
3 |
exchange_rates, pnl_analysis |
| Statement |
2 |
list_statements, export_statement |
| Calendar |
1 |
finance_calendar |
| Utility |
1 |
current_utc_time |
Assets
Thanks!
Request
Please add Longbridge MCP to the OpenTools MCP registry.
Server Details
ghcr.io/longbridge/longbridge-mcp:0.1.7rmcp 1.4+axum 0.8)com.longbridge/mcp— https://registry.modelcontextprotocol.io/v0/servers/com.longbridge%2Fmcp/versions (v0.1.7 latest,isLatest: true)Description
Official Longbridge brokerage MCP. 110 tools across real-time quotes, options, order routing, fundamentals, analyst ratings, earnings & dividend calendars, price alerts, DCA plans, portfolio analytics and community sharelists for US and HK markets. Backed by a real brokerage: the same tools the AI uses to read the order book can also route a limit order, cancel a stale trade, or compute realised P&L against your actual positions.
MCP Config (streamable HTTP, recommended)
{ "mcpServers": { "longbridge": { "url": "https://openapi.longbridge.com/mcp" } } }On first tool invocation the MCP client is redirected through Longbridge OAuth — no manual API keys to configure.
MCP Config (self-hosted Docker, optional)
{ "mcpServers": { "longbridge": { "command": "docker", "args": [ "run", "-i", "--rm", "-p", "8000:8000", "ghcr.io/longbridge/longbridge-mcp:0.1.7" ] } } }Representative Tools
realtime_quote,candlesticks,depth,option_chain_expiry_date_list,market_temperature,capital_flow_intradayfinancial_report,analyst_rating,dividend_history,eps_forecast,valuation,shareholder_structuresubmit_order,cancel_order,replace_order,stock_positions,account_balance,executions,cash_flowmarket_status,ah_premium,trade_statistics,index_constituents,broker_holdingscreate_dca_plan,update_dca_plan,pause_dca_plan,resume_dca_plan,dca_execution_historynews_list,topic_list,filing_detailcreate_sharelist,add_sharelist_member,popular_sharelistsadd_price_alert,enable_price_alert,list_price_alertsexchange_rates,pnl_analysislist_statements,export_statementfinance_calendarcurrent_utc_timeAssets
Thanks!