mcpbeat Sign in

Edgarmcp MCP Server

by birthday-tools Your server? Claim it
local only

Edgarmcp runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from pypi.

Clean, normalized SEC EDGAR / FRED / ETF / index data for AI agents.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 31 · avg 13 · -32% w/w
a month agotoday
68
Installs / week
pypi · mcp-edgar
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 14 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        return os.path.join(self._dir, f"{digest}.cache")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 edgarmcp -- uvx mcp-edgar
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "edgarmcp": {
      "args": [
        "mcp-edgar"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.edgarmcp]
command = "uvx"
args = ["mcp-edgar"]
.cursor/mcp.json
{
  "mcpServers": {
    "edgarmcp": {
      "args": [
        "mcp-edgar"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "edgarmcp": {
      "args": [
        "mcp-edgar"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: EDGAR_USER_AGENT (Override the SEC User-Agent contact string), FRED_API_KEY (Free FRED API key for get_macro_series and index levels), OPENFIGI_API_KEY (Optional OpenFIGI key for a higher CUSIP/ISIN rate limit). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Edgarmcp

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
Structured Data Validator
by agenson-horrowitz

Validate, transform, and normalize structured data for AI agents.

78 installs/wk local only
Datavidence Financials
by datavidence

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

local only
Valuein — SEC EDGAR Fundamentals & Smart-Money Data
by valuein

Point-in-time, survivorship-free SEC EDGAR fundamentals + smart-money signals for AI agents.

118 tools answering
Veris
by jakeyoung1

Provenance-first web + SEC EDGAR data for AI agents: every fact carries its verifiable source.

33 installs/wk local only
Filings Intel MCP
by datakoot

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

5 tools answering
HumanMirror Forge
by humanmirror

Five deterministic micro-tools for AI-agent data pipelines: clean, dedupe, normalize, score, detect.

5 tools answering
RTFM
by roomi-fields

The open retrieval layer for AI agents — index code, docs, data. Search via MCP.

9 734 installs/wk local only

Edgarmcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Edgarmcp?
Edgarmcp 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 mcp-edgar was installed 68 times last week.
Is Edgarmcp still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Edgarmcp?
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 mcp-edgar straight from pypi; nothing to host, nothing to sign up for.
How many people use Edgarmcp?
The pypi package mcp-edgar was installed 68 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.