Catalog
io.github.mcpwright/edgar-mcp
Officialby mcpwright · Python
EDGAR (SEC filings)
SEC filings in your agent: issuers, Reg CF/D/A raises, XBRL financials, insider trades.
SEC filings access including issuers, fundraising, financials, and insider trades.
README not available yet.
Install
Configuration
Environment variables
EDGAR_MCP_USER_AGENTDescriptive User-Agent with contact info, which the SEC requests (e.g. 'your-app you@example.com'). Optional but recommended.
claude_desktop_config.json
{
"mcpServers": {
"edgar-mcp": {
"command": "uvx",
"args": [
"mcpwright-edgar"
],
"env": {
"EDGAR_MCP_USER_AGENT": "<YOUR_EDGAR_MCP_USER_AGENT>"
}
}
}
}