FinData MCP
FinData MCP
AI 에이전트를 위한 실시간 금융 데이터. 주가, 기업 펀더멘털, 80만 개 이상의 FRED 경제 지표, SEC 공시 및 암호화폐 가격을 제공합니다. Base 네트워크의 x402 마이크로페이먼트를 통해 호출당 $0.01를 지불하며, 가입이나 API 키가 필요 없습니다.
AI 에이전트를 위한 금융 데이터. 주식, 펀더멘털, 경제, SEC 공시, 암호화폐 등 5가지 도구를 모든 MCP 클라이언트에서 사용할 수 있습니다. 호출당 $0.01를 지불하며, 별도의 가입 절차는 없습니다.
빠른 시작
설치:
pip install findata-mcp지갑 키 설정 (Base 네트워크에 USDC가 있는 모든 EVM 지갑):
export EVM_PRIVATE_KEY=your_private_key_hereClaude 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"
}
}
}
}클라이언트를 재시작하세요. 이제 5가지 금융 데이터 도구를 사용할 수 있습니다.
Related MCP server: MCP Financial Data Gateway
도구
도구 | 반환 값 | 캐시 |
| 가격, 거래량, 변동률(%), 시가총액 | 1분 |
| 매출, P/E, 섹터, 베타, 배당 수익률, 설명 | 1시간 |
| 80만 개 이상의 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의 별칭으로 ticker_or_cik (레거시) 또는 symbol도 사용할 수 있습니다.
가격 정책
호출당 $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