Provides real-time financial data using the Tushare API.
基于MCP协议的专业金融数据服务器,集成Tushare API,为Claude等AI助手提供实时金融数据和技术指标分析。
🎉 开箱即用,无需部署! 我们提供多种免费公共云服务选项:
🚀 最简单的使用方式!
访问我们的在线体验网站:http://106.14.205.176:3222/
⚠️ 服务说明: 这是个人小服务器,请合理使用,勿攻击滥用。
您也可以直接在Claude中配置使用,无需本地安装和API密钥:
{
"mcpServers": {
"finance-data-server": {
"disabled": false,
"timeout": 600,
"type": "sse",
"url": "http://106.14.205.176:3101/sse"
}
}
}
服务优势:
📺 教程视频: FinanceMCP完整使用指南
macd(12,26,9)
)确保精确性工具名称 | 功能描述 | 核心特色 |
---|---|---|
🕐 current_timestamp | 当前时间戳 | UTC+8时区,多种输出格式 |
📰 finance_news | 财经新闻搜索 | 智能关键词搜索,7+媒体源 |
📈 stock_data | 股票+技术指标 | 10大市场+5技术指标,智能预取 |
📊 index_data | 指数数据 | 主要市场指数历史数据 |
📉 macro_econ | 宏观经济数据 | 11指标:GDP/CPI/PPI/PMI/Shibor等 |
🏢 company_performance | A股公司财务分析 | 财务报表+管理层+基本面,13数据类型 |
🏛️ company_performance_hk | 港股公司财务分析 | 港股利润表、资产负债表、现金流量表 |
🇺🇸 company_performance_us | 美股公司财务分析 | 美股4大财务报表+综合财务指标分析 |
💰 fund_data | 基金数据 | 净值/持仓/分红,85%性能优化 |
👨💼 fund_manager_by_name | 基金经理查询 | 个人背景、管理基金列表 |
🪙 convertible_bond | 可转债数据 | 基本信息+发行数据+转换条款 |
🔄 block_trade | 大宗交易数据 | 交易详情+交易对手信息 |
💹 money_flow | 资金流向数据 | 主力/超大单/大单/中单/小单流向分析 |
💰 margin_trade | 融资融券数据 | 4个API:标的股票/汇总/明细/转融券 |
用户请求 → 参数解析 → 数据需求计算 → 扩展历史数据获取 → 指标计算 → 结果返回
支持的指标:
macd(12,26,9)
- 趋势分析rsi(14)
- 超买超卖判断kdj(9,3,3)
- 随机指标boll(20,2)
- 布林带ma(5/10/20/60)
- 移动平均线复制上方JSON配置到Claude桌面配置文件,重启Claude即可开始使用!
%APPDATA%\Claude\claude_desktop_config.json
~/Library/Application Support/Claude/claude_desktop_config.json
配置完成后,直接在Claude中提问即可!
"分析茅台(600519.SH)技术面状况,计算MACD(12,26,9)、RSI(14)、KDJ(9,3,3)"
"查看宁德时代(300750.SZ)布林带BOLL(20,2)和四条均线MA(5,10,20,60)"
"苹果公司(AAPL)近一个月股价走势和MACD指标分析"
"比亚迪综合分析:财务状况、技术指标、资金流向、最新新闻"
"对比A股、美股、港股市场表现,包括主要指数和技术指标"
"评估宁德时代投资价值:基本面+技术面+资金流向"
"搜索新能源汽车板块最新政策和市场动态"
"分析当前宏观经济形势:GDP、CPI、PPI、PMI数据"
"美联储加息对中国股市的影响,相关新闻和数据"
"查询沪深300ETF最新净值和持仓结构"
"分析张坤的基金业绩表现"
"可转债市场概况和投资机会"
"获取腾讯控股(00700.HK) 2024年利润表,包含关键财务比率"
"分析阿里巴巴(09988.HK)资产负债表和财务结构"
"对比建设银行(00939.HK)多期现金流表现"
"分析英伟达(NVDA) 2024年财务表现,包括利润表和现金流"
"获取苹果(AAPL)资产负债表,重点关注现金储备和负债结构"
"对比特斯拉(TSLA)多期财务指标,分析盈利能力变化趋势"
"查看微软(MSFT)综合财务指标,包括ROE、ROA、毛利率等"
如果需要本地部署,请按以下步骤操作:
学生福利 - 申请2000免费积分:
npx -y @smithery/cli install @guangxiangdebizi/finance-mcp --client claude
# 1. 克隆仓库
git clone https://github.com/guangxiangdebizi/FinanceMCP.git
cd FinanceMCP
# 2. 安装依赖
npm install
# 3. 配置API密钥
echo "TUSHARE_TOKEN=your_token_here" > .env
# 或直接编辑 src/config.ts
# 4. 构建项目
npm run build
方法1:直接运行(stdio模式)
node build/index.js
方法2:使用Supergateway(推荐用于开发)
npx supergateway --stdio "node build/index.js" --port 3100
配置文件位置:
%APPDATA%\Claude\claude_desktop_config.json
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"finance-data-server": {
"command": "node",
"args": ["C:/path/to/FinanceMCP/build/index.js"],
"disabled": false,
"autoApprove": [
"current_timestamp",
"finance_news",
"stock_data",
"index_data",
"macro_econ",
"company_performance",
"company_performance_hk",
"company_performance_us",
"fund_data",
"fund_manager_by_name",
"convertible_bond",
"block_trade",
"money_flow",
"margin_trade"
]
}
}
}
{
"mcpServers": {
"finance-data-server": {
"url": "http://localhost:3100/sse",
"type": "sse",
"disabled": false,
"timeout": 600,
"autoApprove": [
"current_timestamp",
"finance_news",
"stock_data",
"index_data",
"macro_econ",
"company_performance",
"company_performance_hk",
"company_performance_us",
"fund_data",
"fund_manager_by_name",
"convertible_bond",
"block_trade",
"money_flow",
"margin_trade"
]
}
}
}
配置完成后,重启Claude桌面版并询问:"获取当前时间"。如果返回时间信息,说明安装成功。
最新添加:我们新增了完整的美股财务分析功能!
支持公司:覆盖主要美股和中概股,包括英伟达(NVDA)、苹果(AAPL)、特斯拉(TSLA)、微软(MSFT)等。
API集成:基于Tushare美股财务数据API,4大数据接口完整集成。
已添加:我们新增了全面的港股财务分析功能!
支持公司:所有港交所上市公司,包括腾讯(00700.HK)、阿里巴巴(09988.HK)、建设银行(00939.HK)等。
API集成:基于Tushare港股财务数据API,完整数据格式优化。
本项目采用MIT许可证。详见LICENSE文件。
👨💻 作者: 陈星宇
📧 邮箱: guangxiangdebizi@gmail.com
🔗 GitHub: guangxiangdebizi
⭐ 如果这个项目对您有帮助,请给我们一个Star!
A standardized interface for AI assistants to interact with a SurrealDB database.
Exposes Covalent's GoldRush blockchain data APIs as MCP resources and tools.
A read-only MCP server for Pipedrive, enabling LLMs to query live data using the CData JDBC Driver.
Full Featured MCP Server for MongoDB Database.
Logs statistical variations and unusual events in conversation structures to a SQLite database.
Integrates with Trino and Iceberg for advanced data exploration, querying, and table maintenance.
Access medical knowledge-bases and drug information from eka.care. Requires API credentials.
Integrates with Supabase to allow AI assistants to access and manage store data.
An AI-powered gateway for managing over 40 data sources like Alibaba Cloud and mainstream databases, featuring NL2SQL, code generation, and data migration.
Build robust data workflows, integrations, and analytics on a single intuitive platform.