Skip to content

[Server Submission] Add Longbridge MCP — Official US/HK brokerage #18

@hogan-yuan

Description

@hogan-yuan

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions