mcpbeat Sign in

FinData MCP Server

local only

FinData MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from pypi. Last commit 5 Aug 2026.

Stocks, fundamentals, FRED economics, SEC filings & crypto. x402 micropayments, $0.01/call.

Installs per day peak 44 · avg 14 · -32% w/w
a month agotoday
78
Installs / week
pypi · findata-mcp
1
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check FinData MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add findata-mcp -- uvx findata-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "findata-mcp": {
      "args": [
        "findata-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.findata-mcp]
command = "uvx"
args = ["findata-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "findata-mcp": {
      "args": [
        "findata-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "findata-mcp": {
      "args": [
        "findata-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: EVM_PRIVATE_KEY (EVM wallet private key (hex, with or without 0x prefix). Any EVM wallet with USDC on Base mainnet. Used for x402 micropayments ($0.01/call).), FINDATA_BACKEND_URL (Override the default backend URL. Defaults to https://findata-mcp-production-1cd3.up.railway.app). The author declared them in the registry entry; get the values from the project itself.

Alternatives to FinData MCP

same job, measured the same way
Inferventis — Financial Data, News & Web MCP
by jonathanpchapman

Live financial data MCP: FX, crypto, stocks, news, URL reader. x402 on Base: $0.001/call.

20 tools answering
AIsa Finance
by aisa

Prices, fundamentals, filings, crypto and prediction markets, for agents.

answering
Finance MCP
by adityasbisht

Live stock, crypto, SEC filings, FX and macro data for LLM agents. No API keys.

local only
Coinrailz
by tdnupe3

41 crypto micropayment services via x402 protocol

123 installs/wk local only
Sifting
by sifting

Live crypto/forex/metals prices, OHLCV bars, SEC fundamentals, 13F holdings and econ calendar.

31 installs/wk local only
Alphavantage
by pipeworx-io

Alpha Vantage MCP — Stock market data, fundamentals, and earnings

42 tools answering
Financial Hub MCP
by ykshah1309

SEC EDGAR filings, XBRL financials, FRED economic data, and real-time market quotes

110 installs/wk local only
Finance MCP
by adididitagain

Live stock, crypto, SEC filings, insider trades, FX and macro data for LLM agents.

101 installs/wk local only

FinData MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for FinData MCP?
FinData MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package findata-mcp was installed 78 times last week.
How do I connect FinData MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls findata-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use FinData MCP?
The pypi package findata-mcp was installed 78 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is FinData MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.