search_filings
ActiveTool of Sec Xbrl
declared in 0.1.0
Search recent SEC filings for a company by CIK. Optionally filter by filing type (10-K, 10-Q, 8-K, etc.). Returns filing dates, types, and accession numbers.
Parameters schema
{
"type": "object",
"examples": [
{
"cik": "320193"
},
{
"cik": "789019",
"type": "10-K"
}
],
"required": [
"cik"
],
"properties": {
"cik": {
"type": "string",
"description": "SEC Central Index Key (e.g., \"320193\" for Apple)"
},
"type": {
"type": "string",
"description": "Filing type filter (e.g., \"10-K\", \"10-Q\", \"8-K\", \"DEF 14A\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Sec Xbrl
https://github.com/pipeworx-io/mcp-sec-xbrl
2/7 registries