FinanceMCP
by guangxiangdebizi·★ 574·Score 53
Comprehensive financial data MCP server providing real-time stock, crypto, macro-economic data and technical indicators through Tushare and Binance APIs.
Overview
FinanceMCP is a professional financial data server built on the MCP protocol, offering comprehensive access to real-time financial data. It supports 10 major markets including stocks, funds, bonds, macroeconomic indicators, and cryptocurrencies. The server implements a smart technical indicator system with MACD, RSI, KDJ, BOLL, and MA calculations. It features intelligent data prefetching to eliminate NaN values and modular architecture ensuring parameter precision.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose FinanceMCP when you need comprehensive financial data access for AI assistants, especially for Chinese markets, technical analysis, or when working with Claude Desktop.
When NOT to choose this
Avoid FinanceMCP if you need data for markets outside its supported scope, require real-time data with minimal latency (cloud service has limitations), or prefer self-hosted solutions without external API dependencies.
Tools this server exposes
12 tools extracted from the READMEcurrent_timestamp获取当前时间戳,UTC+8时区
finance_news财经新闻搜索
stock_data股票/加密货币数据与技术指标分析
index_data主要市场指数历史数据
csi_index_constituents中证指数成分股与权重摘要
macro_econ宏观经济数据查询
company_performanceA股公司财务分析
money_flow资金流向数据分析
fund_data基金数据查询
hot_news_7x247×24小时财经热点新闻
dragon_tiger_inst龙虎榜机构明细查询
convertible_bond可转债数据查询
Comparable tools
Installation
Installation Options
Option 1: Public Cloud Service (Recommended)
Use the pre-configured cloud service with your own Tushare token:
{
"mcpServers": {
"finance-mcp": {
"disabled": false,
"timeout": 600,
"type": "streamableHttp",
"url": "https://finvestai.top/mcp",
"headers": {
"X-Tushare-Token": "your_tushare_token_here"
}
}
}
}Option 2: Local Installation via npm
npm install -g finance-mcpThen configure Claude Desktop:
{
"mcpServers": {
"finance-mcp": {
"type": "stdio",
"command": "finance-mcp",
"env": {
"TUSHARE_TOKEN": "your_tushare_token_here"
}
}
}
}For more deployment options, see the [README](https://github.com/guangxiangdebizi/FinanceMCP).
FAQ
- How do I get a Tushare API token?
- Register at tushare.pro, get your API token from your personal dashboard. Some advanced data requires points - students can apply for 2000 free points.
- Which financial markets are supported?
- Supports 10 markets: A-shares, US stocks, HK stocks, forex, futures, funds, bonds, options, cryptocurrencies (via Binance), and macroeconomic indicators.
Compare FinanceMCP with
Last updated · Auto-generated from public README + GitHub signals.