mcpbeat Sign in

Datavidence Financials MCP Server

by datavidence Your server? Claim it
local only

Datavidence Financials runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Normalized US-GAAP financial statements & fundamentals from SEC EDGAR, as MCP tools for LLM agents.

Installs / week
pypi · datavidence-financials
0
Stars
0 open issues
18 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Datavidence Financials 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 datavidence-financials -- uvx datavidence-financials
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "datavidence-financials": {
      "args": [
        "datavidence-financials"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.datavidence-financials]
command = "uvx"
args = ["datavidence-financials"]
.cursor/mcp.json
{
  "mcpServers": {
    "datavidence-financials": {
      "args": [
        "datavidence-financials"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "datavidence-financials": {
      "args": [
        "datavidence-financials"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: FL_API_KEY (API key for the Datavidence Financials API. Use sandbox_demo_key for a no-signup trial (sample data); set your real key for live SEC data.), FL_API_BASE_URL (API base URL. Defaults to the production origin; point at a marketplace gateway (RapidAPI/AWS) for metered BYOK access.), FL_API_KEY_HEADER (HTTP header to send the key in (e.g. X-RapidAPI-Key for the RapidAPI gateway).), FL_API_TIMEOUT (Per-request timeout in seconds.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Datavidence Financials

same job, measured the same way
EDGAR Answers
by aion-autonomous-org

Normalized SEC EDGAR data for AI agents: XBRL financials, 10-K risk diffs, Form 4 insider trades.

answering
EvidInvest
by evidinvest

SEC filings and financial data for AI agents: 59 tools for statements, valuation and supply chains.

317 installs/wk answering
EdgarParser MCP
by henrysouchien

MCP stdio server for source-backed SEC EDGAR financial data from the hosted EdgarParser API.

186 installs/wk local only
Valta
by billionaire664

Financial governance for AI agents — spend gates and audit trail exposed as MCP tools.

47 installs/wk local only
I
SEC EDGAR Financial Data
by taru0208

Search SEC EDGAR filings, financial statements, and company data.

answering
Filings Intel MCP
by datakoot

SEC EDGAR filings for AI agents: company lookup, filings, financials, insider trades. No keys.

5 tools answering
Filingrail MCP
by adamhudson777

SEC EDGAR financials, insider trades, 8-K events, and 13F holdings as MCP tools.

92 installs/wk local only
Drillr — The financial MCP for AI agents
by drillr

Financial data and research MCP for US/CN/JP equities: filings, statements, ownership, signals.

10 tools answering

Datavidence Financials — questions

Answers built from our own checks of this server.

Why is there no uptime for Datavidence Financials?
Datavidence Financials 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 datavidence-financials.
How do I connect Datavidence Financials?
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 datavidence-financials straight from pypi; nothing to host, nothing to sign up for.
Is Datavidence Financials open source?
Yes — it is published under the MIT licence, written in Python and 0 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.