mcp-server

FinanceMCP

这是一个金融领域相关的mcp,本项目通过集成 Tushare API 和 Binance API 为语言模型(如Claude)提供全面的实时金融数据访问能力,支持股票、基金、债券、宏观经济指标、稳定币、虚拟货币等多维度金融数据分析。其中也包含了金融数据查询、财经新闻查询、国家统计局数据查询等
664 stars121 forksTypeScriptUpdated 9/7/2026100% free · open source
What it does

FinanceMCP lets a language model pull live Chinese stock, fund, bond, macro‑economic, stable‑coin and crypto data from Tushare and Binance via a simple API.

When to use it
  • You need real‑time price or fundamental data for Chinese equities when building a market‑analysis dashboard.
  • You want to combine macro indicators (e.g., CPI, PMI) with crypto market data in a single LLM prompt.
  • Your product must fetch the latest news or statistics from the Chinese National Bureau of Statistics on demand.
Ready-to-paste prompt
Claude, using the FinanceMCP tool, fetch the latest closing price of Kweichow Moutai (600519.SH) and the current 24‑hour BTC/USDT price, then compare their percentage change over the past 7 days.
Heads up: The server will error out until valid Tushare and Binance API keys are placed in the `.env` file; both services require a paid tier for full data access.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

🔑 Needs an API key

Works after you add credentials — the setup agent will ask you for them.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/financemcp && curl -fsSL https://workflowstacks.com/api/skills/financemcp/claude-skill -o ~/.claude/skills/financemcp/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How FinanceMCP works
Codeflow
Free to inspect

FinanceMCP is a large TypeScript project (~19k lines across 79 code files, plus 11 test files). Setup is light: runs with Docker — add your API keys to .env. Last commit this month, MIT license, has a test suite.

Size
Large codebase
~19k lines · 79 code files · ~3 h to skim
Setup
Light setup
Runs with Docker — add your API keys to .env.
Runs on
Node.js · Docker
Needs API keys (.env)
TypeScript 89%JavaScript 10%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    src/index.ts
    Where the program starts running
  3. 3
    package.json
    Dependencies and the commands it exposes
  4. 4
    .env.example
    The API keys and settings you must provide
What's in each folder
src/Core code — the actual logic78 files
docs/Documentation6 files
LOGO/Folder1 files
scripts/Helper scripts1 files
test/Tests — proof it works11 files
.github/CI / automation (GitHub Actions)1 files
READMEHas testsDocumentedCI checksDocker readyMIT licenseUpdated this month
Quick Actions
Details
Creator
guangxiangdebizi
Language
TypeScript
Category
mcp-server
Published
5/10/2025

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.