FinanceMCP-DCTHS
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TUSHARE_TOKEN | Yes | Your Tushare API token. You can obtain a free token by registering at https://tushare.pro/ |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_ths_indexC | 获取同花顺概念和行业指数列表。可查询指数代码、市场类型、指数类型等信息。 |
| get_ths_dailyB | 获取同花顺板块指数行情数据。包含开盘价、收盘价、涨跌幅、成交量等信息。 |
| get_ths_memberA | 获取同花顺概念板块成分股列表。可查询指定板块的成分股,或查询指定股票所属的板块。 |
| get_dc_indexB | 获取东方财富概念板块信息。包含板块涨跌幅、领涨股、总市值、换手率等数据。 |
| get_dc_memberA | 获取东方财富板块成分股数据。可查询指定板块的成分股,或查询指定股票所属的板块。支持历史成分查询。 |
| get_dc_dailyB | 获取东方财富板块行情数据。包含开盘价、收盘价、涨跌幅、成交量等信息。支持概念板块、行业板块、地域板块。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a unique purpose: daily data, index info, and member composition for two distinct data sources (东方财富 and 同花顺). There is no overlap or ambiguity between tools.
All tools follow a consistent 'get_[source]_[type]' pattern, where source is 'dc' or 'ths' and type is 'daily', 'index', or 'member'. No deviations.
6 tools is well-scoped for covering three essential functions (daily data, index, members) across two data sources. Neither too few nor too many.
The tool set provides complete coverage for the stated domain: daily market data, index overview, and composition details for both East Money and Tonghuashun sectors. No obvious gaps.