From 9e20bbab0dcbffdc3561bd63b65b5819a180f5ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E7=AB=A0=E6=B4=AA?= Date: Fri, 24 Apr 2026 18:30:15 +0800 Subject: [PATCH 1/2] Add com.longbridge-mcp-http MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Official Longbridge brokerage MCP — 110 tools covering US/HK real-time quotes, options, order routing, fundamentals, analyst ratings, calendars, price alerts, DCA plans, portfolio analytics and community sharelists. Hosted streamable-http at https://openapi.longbridge.com/mcp with OAuth 2.1 discovery per RFC 9728. Registered as com.longbridge/mcp on the Official MCP Registry (https://registry.modelcontextprotocol.io/v0/servers/com.longbridge%2Fmcp/versions). Co-Authored-By: Claude Opus 4.7 (1M context) Signed-off-by: 袁章洪 --- servers/com.longbridge-mcp-http.json | 59 ++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 servers/com.longbridge-mcp-http.json diff --git a/servers/com.longbridge-mcp-http.json b/servers/com.longbridge-mcp-http.json new file mode 100644 index 0000000..c4c740b --- /dev/null +++ b/servers/com.longbridge-mcp-http.json @@ -0,0 +1,59 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "com.longbridge-mcp-http", + "name": "Longbridge (Remote)", + "alias": "longbridge-remote", + "description": "Longbridge brokerage MCP — 110 tools for US/HK real-time quotes, options, order routing, fundamentals, analyst ratings, calendars, price alerts, DCA plans, portfolio analytics and community sharelists. Hosted streamable-http with OAuth 2.1 via RFC 9728.", + "icon": "https://raw.githubusercontent.com/longbridge/longbridge-mcp/main/docs/logo.png", + "schema_version": "2.1", + "categories": ["productivity"], + "tags": [ + "longbridge", + "brokerage", + "stocks", + "options", + "us-stocks", + "hk-stocks", + "trading", + "quotes", + "fundamentals", + "portfolio", + "dca", + "alerts", + "remote" + ], + + "transport": { + "type": "http", + "url": "https://openapi.longbridge.com/mcp", + "metadata": { + "inputs": [] + } + }, + + "auth": { + "type": "oauth", + "instructions": "Connects via OAuth. Your MCP host will initiate the Longbridge OAuth flow by following the RFC 9728 protected-resource-metadata challenge. Alternatively pass a Bearer access token via the Authorization header." + }, + + "contributor": { + "name": "Longbridge", + "github": "longbridge", + "url": "https://longbridge.com" + }, + + "links": { + "repository": "https://github.com/longbridge/longbridge-mcp", + "homepage": "https://longbridge.com", + "documentation": "https://open.longbridge.com/docs" + }, + + "platforms": ["all"], + + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +} From 7cd0b53432de03a943b9bf10750a2a4cacc9724a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E7=AB=A0=E6=B4=AA?= Date: Fri, 24 Apr 2026 19:03:32 +0800 Subject: [PATCH 2/2] Rename to Longbridge MCP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Align display name with canonical branding used across other directories (Official MCP Registry, mcp.so, Cline Marketplace, Glama). Signed-off-by: 袁章洪 --- servers/com.longbridge-mcp-http.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/com.longbridge-mcp-http.json b/servers/com.longbridge-mcp-http.json index c4c740b..fc34c0d 100644 --- a/servers/com.longbridge-mcp-http.json +++ b/servers/com.longbridge-mcp-http.json @@ -1,8 +1,8 @@ { "$schema": "../schemas/server-definition.schema.json", "id": "com.longbridge-mcp-http", - "name": "Longbridge (Remote)", - "alias": "longbridge-remote", + "name": "Longbridge MCP", + "alias": "longbridge-mcp", "description": "Longbridge brokerage MCP — 110 tools for US/HK real-time quotes, options, order routing, fundamentals, analyst ratings, calendars, price alerts, DCA plans, portfolio analytics and community sharelists. Hosted streamable-http with OAuth 2.1 via RFC 9728.", "icon": "https://raw.githubusercontent.com/longbridge/longbridge-mcp/main/docs/logo.png", "schema_version": "2.1",