FinData MCP
FinData MCP
Echtzeit-Finanzdaten für KI-Agenten. Aktienkurse, Unternehmensfundamentaldaten, über 800.000 FRED-Wirtschaftsindikatoren, SEC-Einreichungen und Kryptopreise. Pay-per-Call ($0,01) über x402-Mikrozahlungen auf Base – keine Registrierung oder API-Schlüssel erforderlich.
Finanzdaten für KI-Agenten. Fünf Tools – Aktien, Fundamentaldaten, Wirtschaft, SEC-Einreichungen, Krypto – zugänglich von jedem MCP-Client. Zahlen Sie $0,01 pro Aufruf, keine Registrierung.
Schnelleinstieg
Installation:
pip install findata-mcpLegen Sie Ihren Wallet-Schlüssel fest (jedes EVM-Wallet mit USDC auf Base):
export EVM_PRIVATE_KEY=your_private_key_hereZu Claude Desktop hinzufügen – bearbeiten Sie ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"findata-mcp": {
"command": "findata-mcp",
"env": {
"EVM_PRIVATE_KEY": "your_private_key_here"
}
}
}
}Zu Cursor hinzufügen – bearbeiten Sie .cursor/mcp.json in Ihrem Projektstammverzeichnis:
{
"mcpServers": {
"findata-mcp": {
"command": "findata-mcp",
"env": {
"EVM_PRIVATE_KEY": "your_private_key_here"
}
}
}
}Starten Sie Ihren Client neu. Sie haben nun fünf Finanzdaten-Tools zur Verfügung.
Related MCP server: MCP Financial Data Gateway
Tools
Tool | Was es zurückgibt | Cache |
| Preis, Volumen, Veränderung in %, Marktkapitalisierung | 1 Min |
| Umsatz, KGV, Sektor, Beta, Dividendenrendite, Beschreibung | 1 Std |
| 800.000+ FRED-Reihen (BIP, VPI, Zinssätze, Zinskurven) | 6 Std |
| Volltext von 10-K, 10-Q, 8-K von SEC EDGAR | 24 Std |
| Preis, Marktkapitalisierung, 24h-Volumen, 7-Tage-Sparkline | 1 Min |
Beispiele
Einen Aktienkurs abrufen
stock_quote(ticker="NVDA"){
"ticker": "NVDA",
"price": 878.35,
"change": 12.40,
"change_pct": 1.43,
"volume": 41200000,
"market_cap": 2150000000000,
"currency": "USD"
}Unternehmensfundamentaldaten nachschlagen
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
}Einen Wirtschaftsindikator prüfen
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"
}Allgemeine FRED-Reihen: GDP, CPIAUCSL (Inflation), UNRATE (Arbeitslosigkeit), DGS10 (10-jährige Staatsanleihen), FEDFUNDS.
Eine SEC-Einreichung lesen
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..."
}Akzeptiert auch ticker_or_cik (veraltet) oder symbol als Alias für ticker.
Preisgestaltung
$0,01 pro Aufruf. Keine Registrierung, keine API-Schlüssel, keine monatlichen Gebühren.
Die Zahlung erfolgt automatisch über x402 – ein offenes Mikrozahlungsprotokoll. Ihr MCP-Client signiert für jeden Aufruf eine USDC-Überweisung im Base-Mainnet. Sie benötigen:
Einen privaten Schlüssel für ein EVM-Wallet (festgelegt als
EVM_PRIVATE_KEY)Ein kleines USDC-Guthaben im Base-Mainnet (~$1 deckt 100 Aufrufe ab)
Das ist alles. Keine Konten, keine Ratenbegrenzungen, keine Abrechnungsseiten.
Funktionsweise
Das pip install-Paket ist ein schlanker MCP-stdio-Server. Er leitet Ihre Tool-Aufrufe an ein gehostetes Backend weiter und wickelt die x402-Zahlungssignierung automatisch ab. Die Daten stammen von Yahoo Finance, FRED, SEC EDGAR und CoinGecko.
Your AI agent → findata-mcp (local stdio) → Backend (Railway) → Data providers
signs x402 payment verifies paymentKonfiguration
Variable | Erforderlich | Standard | Beschreibung |
| Ja | — | Privater Wallet-Schlüssel mit USDC auf Base |
| Nein | Produktions-URL | Überschreibung für selbst gehostetes Backend |
Alternative Installationsmethoden
uvx (keine Installation erforderlich):
uvx findata-mcpVertriebsstatus
PyPI: findata-mcp
Glama: live
mcp.so: live
Offizielles MCP-Register: Prüfung ausstehend
PyPI: live
Lizenz
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