Private Beta
SEC EDGAR MCP Server for Finance Data
Connect Claude, Codex, or any MCP-compatible workflow to source-aware EDGAR filing metadata. Built for finance research and monitoring where every answer needs a filing trail.Source-Aware Filing Metadata
Query companies, CIKs, form types, filing dates, amendments, and cadence with records that point back to EDGAR source context.MCP Access for Finance Workflows
Use a private-beta MCP endpoint from Claude, Codex, or another compatible client when your agent needs current filing metadata instead of pasted documents.Bounded Query Surface
Designed for retrieval, filing history, and monitoring questions. It is not a general filing validator, investment adviser, or substitute for human review.Example Queries
"How many 8-K filings were submitted yesterday?"
"Show me Microsoft's 10-Q filings from Q4 2025"
"List amended 10-K and 10-Q filings for Tesla in 2025"
"What's the filing cadence for JPMorgan over the last twelve months?"
For Developers
Technical details about the EDGAR MCP Server for finance-data workflows, including the available tool, supported query patterns, and access boundaries.Available Tool
edgar_com_query
Natural language query interface to EDGAR filing metadata. Supports counts, lists, statistics, trends, amended-filing checks, cadence analysis, and time windows. Automatically handles date ranges, calendar quarters, and relative dates.Supported Query Types
count
list
statistics
frequency
trend
time_window
amended
cadence
Request Access
The EDGAR MCP Server is currently in private beta. Enter your email to request an API key.Quick Start
Already have an API key? Follow these steps to connect the EDGAR MCP server to your client.Before You Start
- API Key — Request access above and wait for your API key via email
- Node.js — Version 18 or higher installed on your machine
- MCP Client — Claude CLI, Codex CLI, or Claude Desktop installed
1
Choose your MCP client
Select the client you want to configure. Each has a different config file location.2
Open your Claude settings file
Open your Claude settings file. If it doesn't exist, create it at the path below.~/.claude/settings.json
3
Add the EDGAR MCP server config
Copy this configuration and paste it into your config file. Replaceyour-api-key with the API key you received via email, and your-session-id with any identifier you like (e.g., "my-session-1").{
"mcpServers": {
"edgar": {
"type": "sse",
"url": "https://edgar.cmdrvl.com/mcp",
"headers": {
"X-API-Key": "your-api-key",
"MCP-Session-ID": "your-session-id"
}
}
}
}4
Restart your client
Start a new Claude CLI session. The edgar_com_query tool should now be available. Try asking: "How many 10-K filings were submitted last week?"Using a different tool?We have instructions for Claude CLI, Codex CLI, and Claude Desktop. If you're using a different MCP-compatible client (Cursor, VS Code, Windsurf, etc.), the configuration pattern is similar — you'll need to point to our SSE endpoint and include your API key in the headers. Reach out and we'll help you get set up.
Questions?
Reach out if you have questions about integration, need help troubleshooting, or want to discuss your use case.Contact Us→Related resources:
- Developer Hub — All developer tools and documentation
- LLM Resources — AI and LLM integration guides
- API Documentation — RESTful API access
- Fee Exhibit Fragility Authority — Bounded Kovrex agent for SEC filing-fee exhibit checks
