MCP.so
Sign In
Servers

SEC EDGAR — hosted on Cloudflare Workers (HTTP + npm stdio)

@guptaprakhariitr

MCP server for SEC EDGAR: filings search, 10-K/8-K reading, XBRL facts, insider trades. Hosted on Cloudflare Workers.

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 from Cloud & Infrastructure