MCP Directory
Back

FinanceMCP

by guangxiangdebizi · JavaScript · ★ 614

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

#binance#data#finance#llm#mcp#mcp-server#news#stablecoin#tushare

Install

npx -y github:guangxiangdebizi/FinanceMCP

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "financemcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:guangxiangdebizi/FinanceMCP"
      ]
    }
  }
}

From the README

[](README_EN.md) [](https://smithery.ai/server/@guangxiangdebizi/FinanceMCP) **基于MCP协议的专业金融数据服务器,集成Tushare API,为Claude等AI助手提供实时金融数据和技术指标分析。** FinanceMCP 已与 [MarkiNote](https://github.com/wink-wink-wink555/MarkiNote) 进行项目联动与融合,形成面向金融投研与智能文档管理场景的一体化项目 **FinNote**。该项目已参加上海市大学生计算机应用能力大赛,并获得省级二等奖,在线体验地址为:[https://finvestai.top/](https://finvestai.top/)。 在 FinNote 整体架构中,FinanceMCP 作为后端金融数据 MCP 服务器,基于 Node.js、Express 与 MCP SDK 构建,负责封装和标准化多源金融数据能力。目前系统聚合 100+ 金融数据接口,并整理为 18 个 MCP 工具,为大模型提供股票、基金、债券、宏观经济、财经新闻、技术指标等多类型金融数据调用能力。 MarkiNote / FinNote 前端则作为 AI Agent 驱动的智能文档系统,负责接收用户自然语言需求,展示 AI 分…
Read full README on GitHub →

Related ai & ml servers