mcpbeat Sign in

EDGAR Filings MCP Server

local only

EDGAR Filings runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

SEC 10-K/10-Q symbols, segment revenue, BDC non-accrual, and Form 4 lines with citations.

Installs / week
pypi · edgar-filings-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: EDGAR_IDENTITY (SEC fair-access User-Agent: 'Name [email protected]'). The author declared them in the registry entry; get the values from the project itself.

Alternatives to EDGAR Filings

same job, measured the same way
Filingpulse
by filingpulse

Hosted SEC EDGAR filings: Form 4 insider trades, 8-K events, S-1/IPO registrations. Read-only.

7 tools answering
Auditflag
by vercel-auditflag-lac

Search SEC EDGAR for going-concern auditor opinions in real 10-K/10-Q filings.

1 tools answering
xbrlkit
by robosystems

Read SEC EDGAR and XBRL filings with an AI: 18 tools over the filing itself. Local, free, no account

local only
RepoFold
by repofold

A cited wiki of your GitHub repo: search, read pages, find symbols and ask, with line citations.

answering
Earnings Feed
by earningsfeed

SEC filings and insider trades in real-time. 10-K, 10-Q, 8-K, Form 4, and company lookup.

answering
Zencap
by zencap

Institutional financial data with SEC filing citations, for every AI agent. OAuth 2.1.

answering
SEC EDGAR
by danishashko

SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.

170 installs/wk local only
Mixpanel
by mcparmory

Analyze user behavior with funnels, retention, cohorts, and event segmentation

238 installs/wk local only

EDGAR Filings — questions

Answers built from our own checks of this server.

Why is there no uptime for EDGAR Filings?
EDGAR Filings 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 edgar-filings-mcp.
How do I connect EDGAR Filings?
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 edgar-filings-mcp straight from pypi; nothing to host, nothing to sign up for.
Is EDGAR Filings 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.