sec_get_company_submissions
Get recent SEC filings and company metadata (name, SIC, address, ticker, exchange) for a US public company by CIK number.
Provider: SEC EDGAR · Required: cik
Input schema
{
"type": "object",
"required": [
"cik"
],
"properties": {
"cik": {
"type": "string",
"description": "SEC CIK number. Use sec_search_companies to find it."
}
}
}
Calling this tool
Send an MCP tools/call request to https://munge.sh/mcp with name sec_get_company_submissions.