You're viewing a demo portfolio

Join the waitlist
PRSM

get_company_filings

Active

Tool of sec

declared in 0.1.0

Get recent SEC filings for a company by CIK number, ticker, or company name. Returns filing dates, form types, and accession numbers. Optionally filter by form type (e.g., "10-K", "10-Q", "8-K").

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "cik": "320193"
    },
    {
      "cik": "1018724",
      "form_type": "10-K"
    }
  ],
  "required": [
    "cik"
  ],
  "properties": {
    "cik": {
      "type": "string",
      "description": "Company CIK (\"320193\"), ticker (\"AAPL\"), or name (\"Apple\") — ticker/name are auto-resolved to a CIK"
    },
    "form_type": {
      "type": "string",
      "description": "Filter by SEC form type (e.g., \"10-K\", \"10-Q\", \"8-K\", \"DEF 14A\"). Omit to return all recent filings."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

sec

https://github.com/pipeworx-io/mcp-sec

1/7 registries
View full server →