FinData MCP
FinData MCP
为 AI 智能体提供的实时金融数据。包括股票报价、公司基本面、800,000+ 个 FRED 经济指标、SEC 文件和加密货币价格。通过 Base 链上的 x402 微支付按次付费($0.01/次)——无需注册或 API 密钥。
为 AI 智能体提供的金融数据。包含五个工具——股票、基本面、经济指标、SEC 文件、加密货币——可从任何 MCP 客户端访问。每次调用 $0.01,无需注册。
快速开始
安装:
pip install findata-mcp设置您的钱包密钥(任何在 Base 链上有 USDC 的 EVM 钱包):
export EVM_PRIVATE_KEY=your_private_key_here添加到 Claude Desktop —— 编辑 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"findata-mcp": {
"command": "findata-mcp",
"env": {
"EVM_PRIVATE_KEY": "your_private_key_here"
}
}
}
}添加到 Cursor —— 编辑项目根目录下的 .cursor/mcp.json:
{
"mcpServers": {
"findata-mcp": {
"command": "findata-mcp",
"env": {
"EVM_PRIVATE_KEY": "your_private_key_here"
}
}
}
}重启您的客户端。现在您可以使用五个金融数据工具了。
Related MCP server: MCP Financial Data Gateway
工具
工具 | 返回内容 | 缓存 |
| 价格、成交量、涨跌幅、市值 | 1 分钟 |
| 营收、市盈率、行业、贝塔系数、股息率、描述 | 1 小时 |
| 800,000+ 个 FRED 系列(GDP、CPI、利率、收益率曲线) | 6 小时 |
| 来自 SEC EDGAR 的 10-K、10-Q、8-K 全文 | 24 小时 |
| 价格、市值、24小时成交量、7天走势图 | 1 分钟 |
示例
获取股票报价
stock_quote(ticker="NVDA"){
"ticker": "NVDA",
"price": 878.35,
"change": 12.40,
"change_pct": 1.43,
"volume": 41200000,
"market_cap": 2150000000000,
"currency": "USD"
}查询公司基本面
company_fundamentals(ticker="AAPL"){
"ticker": "AAPL",
"name": "Apple Inc.",
"sector": "Technology",
"market_cap": 3280000000000,
"pe_ratio": 33.2,
"revenue": 383285000000,
"beta": 1.24,
"dividend_yield": 0.0044
}查看经济指标
economic_indicator(series_id="FEDFUNDS"){
"series_id": "FEDFUNDS",
"title": "Federal Funds Effective Rate",
"units": "Percent",
"frequency": "Monthly",
"latest_value": 4.33,
"latest_date": "2026-02-01"
}常见的 FRED 系列:GDP、CPIAUCSL(通胀)、UNRATE(失业率)、DGS10(10年期国债)、FEDFUNDS。
读取 SEC 文件
sec_filing(ticker="AAPL", form_type="10-K"){
"ticker_or_cik": "AAPL",
"form_type": "10-K",
"filing_date": "2025-11-01",
"document_url": "https://www.sec.gov/Archives/...",
"content": "UNITED STATES SECURITIES AND EXCHANGE COMMISSION..."
}也接受 ticker_or_cik(旧版)或 symbol 作为 ticker 的别名。
定价
每次调用 $0.01。 无需注册,无需 API 密钥,无月费。
支付通过 x402 自动完成——这是一个开放的微支付协议。您的 MCP 客户端会为每次调用在 Base 主网上签署一笔 USDC 转账。您需要:
一个 EVM 钱包私钥(设置为
EVM_PRIVATE_KEY)Base 主网上有少量 USDC 余额(约 $1 可覆盖 100 次调用)
就是这样。没有账户,没有速率限制,没有账单页面。
工作原理
pip install 包是一个轻量级的 MCP stdio 服务器。它将您的工具调用代理到托管后端,自动处理 x402 支付签名。数据来自 Yahoo Finance、FRED、SEC EDGAR 和 CoinGecko。
Your AI agent → findata-mcp (local stdio) → Backend (Railway) → Data providers
signs x402 payment verifies payment配置
变量 | 必需 | 默认值 | 描述 |
| 是 | — | 在 Base 链上有 USDC 的钱包私钥 |
| 否 | 生产环境 URL | 自托管后端的覆盖地址 |
其他安装方法
uvx(无需安装):
uvx findata-mcp分发状态
PyPI: findata-mcp
Glama: live
mcp.so: live
官方 MCP 注册表:等待审核
PyPI: 已上线
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides structured financial market data (stocks, ETFs, mutual funds, fundamentals, market indicators) to AI systems via MCP, enabling natural language access to financial datasets with both hosted and local deployment options.318ISC
- Alicense-qualityDmaintenanceProvides 10 financial data tools (market data, economic indicators, news, insider trades, and calendars) via a single MCP layer, enabling any MCP-compatible LLM to access diverse financial data through a unified interface.MIT

inferventisofficial
Flicense-qualityDmaintenanceEnables AI agents to access real-time financial data, news, and web reading through a single MCP endpoint with zero installation.- AlicenseAqualityAmaintenanceProvides live financial data for any LLM agent, including stock quotes, crypto prices, SEC filings, XBRL financials, FX rates, and macro indicators, through ten MCP tools.11490MIT
Related MCP Connectors
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sapph1re/findata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server