Sec Edgar MCP

MCP server for accessing SEC EDGAR filings. Connects AI assistants to company filings, financial statements, and insider trading data with exact numeric precision. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 350 · #3 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

AGPL-3.0 · Python servers · how we verify → /methodology

01 · Install Sec Edgar MCP

Claude Code

claude mcp add stefanoamorelli-sec-edgar-mcp -- uvx sec-edgar-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "stefanoamorelli-sec-edgar-mcp": {
      "command": "uvx",
      "args": [
        "sec-edgar-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

pypi package sec-edgar-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.stefanoamorelli is GitHub-verified and matches the repo owner

03 · What Sec Edgar MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.0 · 2026-08-20

The server's data layer now runs on sec-edgar-toolkit 0.2.0. The 21 tools keep the same names and arguments, so existing clients need no changes. · Fixed · search_companies read attributes off plain dicts and errored…

v1.0.8 · 2026-01-25

Fixed get_segment_data returning empty segments (#47, fixes #39) · - Rewrote function to extract segment data from XBRL statements · - Now properly categorizes revenue, cost of revenue, operating income, ...…

v1.0.7 · 2026-01-25

Fixed \get_recent_filings\ failing when no company identifier provided (#46, fixes #45) · Updated to use \get_current_filings()\ from edgartools instead of deprecated \get_filings()\ · Changed parameter from \count\ to…

04 · Who maintains Sec Edgar MCP

sec-edgar-mcp is maintained by stefanoamorelli. We track 2 MCP servers from stefanoamorelli - 2 actively maintained, 467 combined GitHub stars, oldest repo from Apr 2025. Full record: all servers from stefanoamorelli.

  1. fred-mcp-server Federal Reserve Economic Data (FRED) MCP Server - Access all 800,000+ economic time series ★ 117

05 · Facts

category
finance - ranked #3 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-20)
registry
io.github.stefanoamorelli/sec-edgar-mcp (active, first published 2025-09-09)
packages
pypi:sec-edgar-mcp

06 · Sec Edgar MCP FAQ

What is Sec Edgar MCP?

MCP server for accessing SEC EDGAR filings. Connects AI assistants to company filings, financial statements, and insider trading data with exact numeric precision. It runs locally over stdio via the published package.

Is Sec Edgar MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Sec Edgar MCP?

Run `uvx sec-edgar-mcp`. You can also paste the ready-made client config above.

Does Sec Edgar MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Sec Edgar MCP