sec_filing_decoder
ActiveTool of gapup-mcp
Décodeur de filing SEC — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Answers: Read the 10-K of <ticker> and give me the material red flags, KPI movements, and a board-ready executive summary. · What has materially changed in <ticker>'s risk profile in its latest annual filing? Flag any going-concern or auditor-change signals. · Is there any M&A signal or strategic review hint in <ticker>'s most recent SEC filings? What's the evidence? · Prepare a due-diligence SEC filing brief for <ticker>: financial snapshot, red flags, governance changes, and recommended next actions. · What is the sentiment of <ticker>'s latest 10-K compared to its most recent 10-Q — bullish, neutral, or bearish? Reference case: SHOP · 10-K FY2024 · 4 red flags (1 critical: merchant concentration) · Revenue +24.7% YoY · . Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"filing_types",
"lookback_months",
"focus"
],
"properties": {
"cik": {
"type": "string",
"maxLength": 10,
"minLength": 1
},
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"focus": {
"enum": [
"financial-health",
"red-flags",
"m&a-clues",
"governance",
"all"
],
"type": "string",
"default": "all"
},
"ticker": {
"type": "string",
"maxLength": 5,
"minLength": 1
},
"filing_types": {
"type": "array",
"items": {
"enum": [
"10-K",
"10-Q",
"8-K",
"DEF-14A",
"S-1",
"all"
],
"type": "string"
},
"default": [
"10-K"
],
"maxItems": 6,
"minItems": 1
},
"lookback_months": {
"type": "integer",
"default": 12,
"maximum": 60,
"minimum": 1
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries