mcpbeat Sign in

EDGAR (SEC filings) MCP Server

local only

EDGAR (SEC filings) runs on your own machine — the client starts it, so there is no endpoint to ping. 2 577 installs a week from pypi. Last commit 20 Aug 2026.

SEC filings in your agent: issuers, Reg CF/D/A raises, XBRL financials, insider trades.

Installs per day peak 1 131 · avg 288 · +40% w/w
a month agotoday
2 577
Installs / week
pypi · mcpwright-edgar
1
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: EDGAR_MCP_USER_AGENT (Descriptive User-Agent with contact info, which the SEC requests (e.g. 'your-app [email protected]'). Optional but recommended.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to EDGAR (SEC filings)

same job, measured the same way
Filings Intel MCP
by datakoot

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

5 tools answering
Filings Intel MCP
by datakoot

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

5 tools answering
EDGAR Answers
by aion-autonomous-org

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

answering
Filingrail MCP
by adamhudson777

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

92 installs/wk local only
Stocksense
by mikejj-creation

Financial data for AI agents: SEC filings, price history, insider trades, and more.

34 installs/wk local only
I
Stockfacts
by aaazzzr

US stock market data for AI agents: SEC filings, financials, insider trades, 13F, options, macro.

answering
Profitelligence
by profitelligence

Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals.

answering
Insider Trading
by pipeworx-io

Insider Trading MCP — SEC EDGAR insider filings and material events

answering

EDGAR (SEC filings) — questions

Answers built from our own checks of this server.

Why is there no uptime for EDGAR (SEC filings)?
EDGAR (SEC 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 mcpwright-edgar was installed 2 577 times last week.
How do I connect EDGAR (SEC 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 mcpwright-edgar straight from pypi; nothing to host, nothing to sign up for.
How many people use EDGAR (SEC filings)?
The pypi package mcpwright-edgar was installed 2 577 times in the last week. Week over week that is +40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is EDGAR (SEC filings) 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.