Skip to content

Commit 9e20bba

Browse files
hogan-yuanclaude
andcommitted
Add com.longbridge-mcp-http
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) <noreply@anthropic.com> Signed-off-by: 袁章洪 <zhanghong.yuan@longbridge-inc.com>
1 parent 9461e3f commit 9e20bba

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.longbridge-mcp-http",
4+
"name": "Longbridge (Remote)",
5+
"alias": "longbridge-remote",
6+
"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.",
7+
"icon": "https://raw.githubusercontent.com/longbridge/longbridge-mcp/main/docs/logo.png",
8+
"schema_version": "2.1",
9+
"categories": ["productivity"],
10+
"tags": [
11+
"longbridge",
12+
"brokerage",
13+
"stocks",
14+
"options",
15+
"us-stocks",
16+
"hk-stocks",
17+
"trading",
18+
"quotes",
19+
"fundamentals",
20+
"portfolio",
21+
"dca",
22+
"alerts",
23+
"remote"
24+
],
25+
26+
"transport": {
27+
"type": "http",
28+
"url": "https://openapi.longbridge.com/mcp",
29+
"metadata": {
30+
"inputs": []
31+
}
32+
},
33+
34+
"auth": {
35+
"type": "oauth",
36+
"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."
37+
},
38+
39+
"contributor": {
40+
"name": "Longbridge",
41+
"github": "longbridge",
42+
"url": "https://longbridge.com"
43+
},
44+
45+
"links": {
46+
"repository": "https://github.com/longbridge/longbridge-mcp",
47+
"homepage": "https://longbridge.com",
48+
"documentation": "https://open.longbridge.com/docs"
49+
},
50+
51+
"platforms": ["all"],
52+
53+
"capabilities": {
54+
"tools": true,
55+
"resources": false,
56+
"prompts": false,
57+
"read_only_mode": false
58+
}
59+
}

0 commit comments

Comments
 (0)