SEC EDGAR — hosted on Cloudflare Workers (HTTP + npm stdio)
@guptaprakhariitr
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "npx",
"args": [
"-y",
"@insnapsprakhar/sec-edgar-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
云与基础设施 分类下的更多 MCP 服务器
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.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
评论