Back to Apps

FinanceMCP-DCTHS
by guangxiangdebizi
MCP server for Chinese stock market sector analysis using Tushare API, supporting TongHuaShun and DongCai data.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI assistants to comprehensive Chinese financial data via the Tushare API. It specializes in sector analysis, allowing the AI to track and analyze indices and components from two of China's most prominent financial data sources: TongHuaShun (THS) and DongCai (DC).
Tools
get_ths_index: Retrieve TongHuaShun concept and industry index lists.get_ths_daily: Get daily market data for THS sector indices.get_ths_member: Query stocks within a THS sector or find sectors for a specific stock.get_dc_index: Access DongCai concept sector daily data including lead stocks and market caps.get_dc_member: Retrieve component stocks for DongCai sectors with historical support.get_dc_daily: Get daily market performance for DongCai concept, industry, and regional sectors.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"financemcp-dcths": {
"command": "npx",
"args": ["-y", "financemcp-dcths"],
"env": {
"TUSHARE_TOKEN": "your_tushare_token"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y financemcp-dcthsInformation
- Pricing
- free
- Published
- 7/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"financemcp-dcths": {
"command": "npx",
"args": ["-y", "financemcp-dcths"],
"env": {
"TUSHARE_TOKEN": "your_tushare_token"
}
}
}
}





