mcpbeat Sign in

EdgarParser MCP Server

by henrysouchien Your server? Claim it
local only

EdgarParser MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 186 installs a week from pypi. Last commit 16 Sep 2026.

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

Installs per day peak 340 · avg 59 · -66% w/w
a month agotoday
186
Installs / week
pypi · edgar-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: EDGAR_API_KEY (API key for the hosted EdgarParser API.), EDGAR_API_URL (Optional API base URL override. Defaults to https://www.edgarparser.com.), EDGAR_MCP_OUTPUT_DIR (Optional directory for output="file" responses.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to EdgarParser MCP

same job, measured the same way
SEC EDGAR
by brechanbech

MCP server for SEC EDGAR data — company filings, financial concepts, and company info

local only
Financial Modeling Prep MCP Server
by imbenrabi

MCP server for Financial Modeling Prep API with 250+ financial data tools

305 installs/wk local only
Ghostfolio MCP
by mhajder

MCP server for Ghostfolio portfolio management and financial data access

645 installs/wk local only
Arkolith
by wikatar

Evidence-backed capital-change intelligence and sourced financial data for AI agents

answering
Datavidence Financials
by datavidence

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

local only
Secedgar MCP Server
by cyanheads

Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.

716 installs/wk 16 tools answering
SEC Filings
by tributarydata

Official SEC EDGAR filings, financial data and full-text search. Every answer cites its source.

answering
Insightsentry MCP
by rezmeplxrf

MCP server for InsightSentry financial data API - market data, options, screeners, and more

623 installs/wk local only

EdgarParser MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for EdgarParser MCP?
EdgarParser 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 edgar-mcp was installed 186 times last week.
How do I connect EdgarParser 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 edgar-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use EdgarParser MCP?
The pypi package edgar-mcp was installed 186 times in the last week. Week over week that is -66%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is EdgarParser MCP open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.