munge.sh

sec_search_companies

Search for US public companies in SEC EDGAR by company name or ticker. Returns company name, CIK number, and recent filings. Covers all publicly traded US companies that file with the SEC.

Provider: SEC EDGAR · Required: query

Input schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "size": {
      "type": "number",
      "description": "Results to return (1–20, default 5)"
    },
    "forms": {
      "type": "string",
      "description": "Filter by form type, e.g. \"10-K\" (annual), \"10-Q\" (quarterly), \"8-K\" (current). Defaults to \"10-K,10-Q\""
    },
    "query": {
      "type": "string",
      "description": "Company name or ticker symbol, e.g. \"Apple\", \"Tesla\", \"GOOGL\""
    }
  }
}

Calling this tool

Send an MCP tools/call request to https://munge.sh/mcp with name sec_search_companies.