Back to Apps

SEC EDGAR MCP
Supports UIby stefanoamorelli
High-precision access to SEC EDGAR company filings, financial statements, and insider trading data.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI assistants to the SEC EDGAR database, providing exact numeric precision for company filings, financial statements, and insider trading records.
Tools
cik_lookup: Find Company Central Index Key (CIK) by company name.company_info: Get general company information and facts.get_filing: Retrieve specific 10-K, 10-Q, or 8-K filings.get_financials: Extract XBRL-parsed balance sheets, income statements, and cash flow data.get_insider_trading: Access Form 3, 4, and 5 transactions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "SEC_EDGAR_USER_AGENT=Your Name (your@email.com)",
"stefanoamorelli/sec-edgar-mcp:latest"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
docker run -i --rm -e SEC_EDGAR_USER_AGENT="Your Name (your@email.com)" stefanoamorelli/sec-edgar-mcp:latestInformation
- Pricing
- free
- Published
- 4/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "SEC_EDGAR_USER_AGENT=Your Name (your@email.com)",
"stefanoamorelli/sec-edgar-mcp:latest"
]
}
}
}





