Skip to main content

Financial data MCP server — stocks, fundamentals, FRED economics, SEC filings, crypto via x402 micropayments

Project description

FinData MCP

Real-time financial data for AI agents. Stock quotes, company fundamentals, 800,000+ FRED economic indicators, SEC filings, and crypto prices. Pay-per-call ($0.01) via x402 micropayments on Base — no signup or API keys needed.

Financial data for AI agents. Five tools — stocks, fundamentals, economics, SEC filings, crypto — accessible from any MCP client. Pay $0.01 per call, no signup.

Quick Start

Install:

pip install findata-mcp

Set your wallet key (any EVM wallet with USDC on Base):

export EVM_PRIVATE_KEY=your_private_key_here

Add to Claude Desktop — edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "findata-mcp": {
      "command": "findata-mcp",
      "env": {
        "EVM_PRIVATE_KEY": "your_private_key_here"
      }
    }
  }
}

Add to Cursor — edit .cursor/mcp.json in your project root:

{
  "mcpServers": {
    "findata-mcp": {
      "command": "findata-mcp",
      "env": {
        "EVM_PRIVATE_KEY": "your_private_key_here"
      }
    }
  }
}

Restart your client. You now have five financial data tools available.


Tools

Tool What it returns Cache
stock_quote(ticker) Price, volume, change %, market cap 1 min
company_fundamentals(ticker) Revenue, P/E, sector, beta, dividend yield, description 1 hr
economic_indicator(series_id) 800,000+ FRED series (GDP, CPI, rates, yield curves) 6 hr
sec_filing(ticker_or_cik, form_type) Full text of 10-K, 10-Q, 8-K from SEC EDGAR 24 hr
crypto_price(coin_id) Price, market cap, 24h volume, 7-day sparkline 1 min

Examples

Get a stock quote

stock_quote(ticker="NVDA")
{
  "ticker": "NVDA",
  "price": 878.35,
  "change": 12.40,
  "change_pct": 1.43,
  "volume": 41200000,
  "market_cap": 2150000000000,
  "currency": "USD"
}

Look up company fundamentals

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
}

Check an economic indicator

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"
}

Common FRED series: GDP, CPIAUCSL (inflation), UNRATE (unemployment), DGS10 (10-year Treasury), FEDFUNDS.


Pricing

$0.01 per call. No signup, no API keys, no monthly fees.

Payment happens automatically via x402 — an open micropayment protocol. Your MCP client signs a USDC transfer on Base mainnet for each call. You need:

  1. An EVM wallet private key (set as EVM_PRIVATE_KEY)
  2. A small USDC balance on Base mainnet (~$1 covers 100 calls)

That's it. No accounts, no rate limits, no billing pages.


How It Works

The pip install package is a thin MCP stdio server. It proxies your tool calls to a hosted backend, automatically handling x402 payment signing. Data comes from Yahoo Finance, FRED, SEC EDGAR, and CoinGecko.

Your AI agent  →  findata-mcp (local stdio)  →  Backend (Railway)  →  Data providers
                  signs x402 payment              verifies payment

Configuration

Variable Required Default Description
EVM_PRIVATE_KEY Yes Wallet private key with USDC on Base
FINDATA_BACKEND_URL No Production URL Override for self-hosted backend

Alternative Install Methods

uvx (no install needed):

uvx findata-mcp

Distribution Status

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

findata_mcp-0.3.4.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

findata_mcp-0.3.4-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file findata_mcp-0.3.4.tar.gz.

File metadata

  • Download URL: findata_mcp-0.3.4.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for findata_mcp-0.3.4.tar.gz
Algorithm Hash digest
SHA256 67a8c3ca9452af137708625755fd1ae29ec715efd447f261d4ce1d90c6ebe6a7
MD5 93303c4211e94d280081e8d7813c09a5
BLAKE2b-256 68f1c779318edeccdccd1fe1cdeff6e035428bedb65463f2a20108a36aaecef8

See more details on using hashes here.

File details

Details for the file findata_mcp-0.3.4-py3-none-any.whl.

File metadata

  • Download URL: findata_mcp-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for findata_mcp-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 784d03775bd596735281a9d25e021ed18c27b55b7370617da7f7999c75827958
MD5 ec59abeba388cfa4f08d849871f9c997
BLAKE2b-256 36783fa4028a3946d642e9e0c3f77cd1ac98c63df5f71a035ff53c354e67d5bb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page