
Secedgar Mcp Server
Pull SEC EDGAR filings, XBRL financials, and issuer metadata into agent sessions for competitor, fintech, or public-market research.
Overview
SEC EDGAR MCP Server is an Idea-phase MCP server that lets your agent query SEC EDGAR filings, XBRL financials, and company records.
What is this MCP server?
- Query SEC EDGAR filings, XBRL financials, and company data through MCP
- SEC-compliant EDGAR_USER_AGENT required (AppName contact@email.com format)
- Hosted streamable-http at secedgar.caseyjhand.com/mcp plus local stdio on Bun
- npm @cyanheads/secedgar-mcp-server v0.9.0 with MCP_LOG_LEVEL toggle
- STDIO and streamable-http transports for Claude Code-style local agents
- Package version 0.9.0 as @cyanheads/secedgar-mcp-server
- Remote MCP URL: https://secedgar.caseyjhand.com/mcp
- Two transports documented: stdio and streamable-http on localhost:3010
Community signal: 5 GitHub stars.
What problem does it solve?
Chasing 10-Ks and XBRL numbers manually slows indie fintech and competitive research when your agent cannot call EDGAR safely.
Who is it for?
Builders researching public companies, filing histories, or XBRL metrics while scoping finance, B2B, or data products with Claude Code or Cursor.
Skip if: Non-U.S. regulatory research, real-time trading systems, or users who cannot provide a valid SEC User-Agent contact.
What do I get? / Deliverables
After configuration with a compliant User-Agent, your agent retrieves EDGAR-backed filing and financial data through MCP for specs, models, and prototypes.
- MCP access to EDGAR filings, XBRL financials, and company query flows
- Local or remote streamable-http MCP endpoint (v0.9.0)
Recommended MCP Servers
Journey fit
EDGAR access supports pre-build research on public companies and regulatory context—canonical shelf is Idea before you hard-code data pipelines. Research fits structured SEC queries for filings and financials rather than day-to-day app integration unless you later promote a dedicated ETL.
How it compares
SEC EDGAR MCP integration, not a brokerage API or generic web search skill.
Common Questions / FAQ
Who is SEC EDGAR MCP Server for?
It is for solo developers and small teams using AI agents to research U.S. public companies via SEC EDGAR during product validation and data-feature design.
When should I use SEC EDGAR MCP Server?
Use it when you need filing text, company metadata, or XBRL financial pulls while writing PRDs, competitive briefs, or ingestion specs—not as legal or investment advice.
How do I add SEC EDGAR MCP Server to my agent?
Set EDGAR_USER_AGENT to AppName contact@email.com, add @cyanheads/secedgar-mcp-server to your MCP config, run start:stdio with Bun or attach to https://secedgar.caseyjhand.com/mcp for streamable-http.