-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathplugin.json
More file actions
92 lines (92 loc) · 2.4 KB
/
Copy pathplugin.json
File metadata and controls
92 lines (92 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "write-research",
"displayName": "权益研究",
"displayName_i18n": {
"en": "Equity Research",
"zh-CN": "权益研究"
},
"version": "0.1.1",
"description": "End-to-end investment research reports, sector analysis, earnings updates, and valuation models",
"description_i18n": {
"en": "End-to-end investment research reports, sector analysis, earnings updates, and valuation models",
"zh-CN": "【二级市场】研究产出:深度研报、行业分析、财报点评、DCF/LBO/三表估值模型"
},
"author": {
"name": "Z.ai",
"url": "https://z.ai"
},
"requiresPaidPlan": true,
"keywords": [
"equity-research",
"valuation",
"dcf",
"lbo",
"earnings"
],
"mcpServers": {
"sec-search": {
"type": "http",
"url": "${ZCODE_BASE_URL}/api/v1/mcp/server/finance_sec_search",
"auth": {
"type": "zcode_official",
"provider": "jwt_token"
}
},
"hexin-stock": {
"type": "http",
"url": "${ZCODE_BASE_URL}/api/v1/mcp/server/finance_hexin_stock",
"auth": {
"type": "zcode_official",
"provider": "jwt_token"
}
},
"hexin-global-stock": {
"type": "http",
"url": "${ZCODE_BASE_URL}/api/v1/mcp/server/finance_hexin_global_stock",
"auth": {
"type": "zcode_official",
"provider": "jwt_token"
}
},
"hexin-index": {
"type": "http",
"url": "${ZCODE_BASE_URL}/api/v1/mcp/server/finance_hexin_index",
"auth": {
"type": "zcode_official",
"provider": "jwt_token"
}
},
"wind-stock": {
"type": "http",
"url": "${ZCODE_BASE_URL}/api/v1/mcp/server/finance_wind_stock",
"auth": {
"type": "zcode_official",
"provider": "jwt_token"
}
},
"finance-search": {
"type": "http",
"url": "${ZCODE_BASE_URL}/api/v1/mcp/server/finance_search",
"auth": {
"type": "zcode_official",
"provider": "jwt_token"
}
},
"wind-economic": {
"type": "http",
"url": "${ZCODE_BASE_URL}/api/v1/mcp/server/finance_wind_economic",
"auth": {
"type": "zcode_official",
"provider": "jwt_token"
}
},
"wind-docs": {
"type": "http",
"url": "${ZCODE_BASE_URL}/api/v1/mcp/server/finance_wind_docs",
"auth": {
"type": "zcode_official",
"provider": "jwt_token"
}
}
}
}