SkillAgentSearch skills...

FinanceMCP-DCTHS

基于 MCP 协议的金融数据服务器,集成 Tushare API,支持东财和同花顺数据源

Install / Use

claude mcp add guangxiangdebizi -- npx -y github:guangxiangdebizi/FinanceMCP-DCTHS

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

33/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "financemcp-dcths", "version": "1.0.3", "description": "MCP Server for Chinese Stock Market Sector Analysis - Supports TongHuaShun (THS) and DongCai (DC) sector data via Tushare API", "type": "module", "bin": { "financemcp-dcths": "./build/index.js", "financemcp-dcths-http": "./build/httpServer.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e "require('fs').chmodSync('build/index.js', '755'); try{require('fs').chmodSync('build/httpServer.js','755')}catch(e){}"", "prepare": "npm run build", "watch": "tsc --watch", "dev": "node build/httpServer.js", "start:stdio": "node build/index.js", "start:http": "node build/httpServer.js" }, "keywords": [ "mcp", "finance", "tushare", "stock", "sector", "dongcai", "tonghuashun", "eastmoney", "ths", "dc", "concept", "industry" ], "author": "Xingyu Chen guangxiangdebizi@gmail.com", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "express": "^4.19.2", "cors": "^2.8.5", "dotenv": "^16.3.1", "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.11.24", "@types/express": "^4.17.21", "@types/cors": "^2.8.17", "typescript": "^5.3.3" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryCustomer
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low