MCP Catalogs
HomeFinanceMCP screenshot

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.

financeai-llmdeveloper-tools
114
Forks
11
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Technical analysis of stocks with multiple indicators like MACD, RSI, and BOLL bands
you:Comprehensive company evaluation across multiple markets (A-shares, HK, US)
you:Real-time monitoring of fund flows, sector performance, and market sentiment
you:How do I get a Tushare API token?
you:Which financial markets are supported?

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 README
  • current_timestamp

    获取当前时间戳,UTC+8时区

  • finance_news

    财经新闻搜索

  • stock_data

    股票/加密货币数据与技术指标分析

  • index_data

    主要市场指数历史数据

  • csi_index_constituents

    中证指数成分股与权重摘要

  • macro_econ

    宏观经济数据查询

  • company_performance

    A股公司财务分析

  • money_flow

    资金流向数据分析

  • fund_data

    基金数据查询

  • hot_news_7x24

    7×24小时财经热点新闻

  • dragon_tiger_inst

    龙虎榜机构明细查询

  • convertible_bond

    可转债数据查询

Comparable tools

stock-mcpmarketstack-mcpalpha-vantage-mcpyfinance-mcp

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-mcp

Then 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.