SEC EDGAR — hosted on Cloudflare Workers (HTTP + npm stdio)
@guptaprakhariitr
About SEC EDGAR — hosted on Cloudflare Workers (HTTP + npm stdio)
MCP server for SEC EDGAR: filings search, 10-K/8-K reading, XBRL facts, insider trades. Hosted on Cloudflare Workers.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "npx",
"args": [
"-y",
"@insnapsprakhar/sec-edgar-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SEC EDGAR?
SEC EDGAR is a hosted MCP server that lets AI agents search and retrieve SEC EDGAR filings, including 10-K/8-K full text, XBRL-structured financial facts, and Form 4 insider trades. It is built on Cloudflare Workers and is intended for equity research, financial analysis, and compliance LLMs.
How to use SEC EDGAR?
Point any MCP-aware client (Cursor, Claude Desktop, etc.) at the hosted endpoint https://sec-edgar-mcp.atlasword.workers.dev/mcp using mcp-remote or the npm launcher @insnapsprakhar/sec-edgar-mcp. Authenticate with a Bearer token API key obtained from the upgrade page. A free tier allows up to 100 calls/month per IP without a key.
Key features of SEC EDGAR
- Search SEC filings by ticker/CIK, form type, and date
- Read full HTML text of 10-K/8-K filings
- Pull XBRL financial facts (revenue, EPS, cash)
- Classify 8-K material events by type
- Retrieve company metadata and insider trades
- Tiered pricing (Free, Solo, Team, Pro) with monthly call caps
Use cases of SEC EDGAR
- Automate quarterly earnings fact extraction for analysis
- Monitor insider trading activity via Form 4 filings
- Classify and summarize recent 8-K material events
- Build equity research dashboards in AI assistants
- Power compliance checks with structured SEC data
FAQ from SEC EDGAR
What SEC data can I access?
You can search filings (10-K, 10-Q, 8-K, S-1, Form 4), read full text (truncated at ~80K chars), pull XBRL financial facts, classify 8-K events, get company metadata, and retrieve insider trades (team+ tier).
How is this different from the SEC EDGAR website directly?
This is a hosted MCP server that provides a programmatic, structured interface for AI agents, with caching, rate limiting, and authentication built in, rather than requiring direct scraping of the SEC site.
What are the runtime and hosting requirements?
The server runs on Cloudflare Workers (V8 isolates, global edge). No local installation is required—just point your MCP client at the hosted endpoint via HTTP/JSON-RPC 2.0.
How does authentication work?
Paid tiers require a Bearer token API key (Authorization: Bearer mck_<key>). Free tier callers are anonymous and limited to 100 calls/month per IP. API keys are obtained via Dodo Payments checkout.
Are there usage limits?
Yes. Free tier: 100 calls/month, 10/min. Solo: 2,000/month, 60/min. Team: 10,000/month, 200/min. Pro: 50,000/month, 600/min. Some insider-trade tools require Team+ tier.
More Cloud & Infrastructure MCP servers
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Comments