@pwc-ddv-ai/edgar-mcp-server
v0.1.0
Published
MCP server for SEC EDGAR — filing search, company data, XBRL financials
Downloads
364
Maintainers
Readme
@pwc-ddv-ai/edgar-mcp-server
MCP server for SEC EDGAR — filing search, company data, XBRL financials.
Maintained by the PwC DDV AI team.
Install
npx -y @pwc-ddv-ai/edgar-mcp-serverRequires Node >= 18.
Configure
The SEC's fair-access policy requires a real contact email in every request. Set EDGAR_CONTACT_EMAIL to your team's address before use — without it requests go out under a placeholder and the SEC may rate-limit or block.
Claude Code / Claude Desktop
{
"mcpServers": {
"edgar": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@pwc-ddv-ai/edgar-mcp-server"],
"env": {
"EDGAR_CONTACT_EMAIL": "[email protected]"
}
}
}
}VS Code (Copilot Chat)
{
"mcp.servers": {
"edgar": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@pwc-ddv-ai/edgar-mcp-server"],
"env": { "EDGAR_CONTACT_EMAIL": "[email protected]" }
}
}
}Tools
edgar_lookup_cik— resolve ticker to CIKedgar_get_company— submission history and metadataedgar_search_filings— filter filings by form type, dateedgar_get_filing_document— fetch filing document contentedgar_get_concept— XBRL concept time-series for a CIK
Rate limiting
Outbound requests are rate-limited to ~9 req/s to stay under the SEC's 10 req/s ceiling. Responses are truncated at 25,000 characters; use targeted queries for large filings.
License
UNLICENSED — internal PwC use only.
