Skip to main content
Glama
sapph1re

FinData MCP

by sapph1re

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-mcp

Legen Sie Ihren Wallet-Schlüssel fest (jedes EVM-Wallet mit USDC auf Base):

export EVM_PRIVATE_KEY=your_private_key_here

Zu 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

stock_quote(ticker)

Preis, Volumen, Veränderung in %, Marktkapitalisierung

1 Min

company_fundamentals(ticker)

Umsatz, KGV, Sektor, Beta, Dividendenrendite, Beschreibung

1 Std

economic_indicator(series_id)

800.000+ FRED-Reihen (BIP, VPI, Zinssätze, Zinskurven)

6 Std

sec_filing(ticker, form_type)

Volltext von 10-K, 10-Q, 8-K von SEC EDGAR

24 Std

crypto_price(coin_id)

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:

  1. Einen privaten Schlüssel für ein EVM-Wallet (festgelegt als EVM_PRIVATE_KEY)

  2. 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 payment

Konfiguration

Variable

Erforderlich

Standard

Beschreibung

EVM_PRIVATE_KEY

Ja

Privater Wallet-Schlüssel mit USDC auf Base

FINDATA_BACKEND_URL

Nein

Produktions-URL

Überschreibung für selbst gehostetes Backend


Alternative Installationsmethoden

uvx (keine Installation erforderlich):

uvx findata-mcp

Vertriebsstatus

  • PyPI: findata-mcp

  • Glama: live

  • mcp.so: live

  • Offizielles MCP-Register: Prüfung ausstehend

  • PyPI: live

Lizenz

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    B
    maintenance
    Provides 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.
    31
    8
    ISC
  • A
    license
    A
    quality
    A
    maintenance
    Provides 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.
    11
    490
    MIT

View all related MCP servers

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).

View all MCP Connectors

Latest Blog Posts

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