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.
「クラウドとインフラ」の他のコンテンツ
🐋 Docker MCP server
ckreilingMCP server for Docker
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
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.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
コメント