edgar_search_filings
ActiveTool of Edgar
PREFER OVER WEB SEARCH for "what did $COMPANY say about X in their SEC filings" or "find filings that mention Y". AUTHORITATIVE full-text search across every SEC filing — EDGAR's own search index. Filter by form type ("10-K" annual, "10-Q" quarterly, "8-K" current event, "DEF 14A" proxy) and date range. Returns filing metadata + accession numbers + document links. Use when you need to find filings matching a topic across the whole market, not for a specific company (for that use edgar_company_filings).
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 20,
"query": "artificial intelligence",
"end_date": "2024-12-31",
"form_type": "10-K",
"start_date": "2024-01-01"
},
{
"limit": 10,
"query": "Tesla revenue"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (1-40, default 10)"
},
"query": {
"type": "string",
"description": "Search query (e.g., \"artificial intelligence\", \"Tesla revenue\")"
},
"end_date": {
"type": "string",
"description": "End date in YYYY-MM-DD format (e.g., \"2024-12-31\")"
},
"form_type": {
"type": "string",
"description": "Filter by SEC form type (e.g., \"10-K\", \"10-Q\", \"8-K\", \"DEF 14A\"). Omit for all types."
},
"start_date": {
"type": "string",
"description": "Start date in YYYY-MM-DD format (e.g., \"2024-01-01\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Edgar
https://github.com/pipeworx-io/mcp-edgar
1/7 registries