You're viewing a demo portfolio

Join the waitlist
PRSM

sec_8k_by_item

Active

Tool of Sec Events

declared in 0.1.0

Find every 8-K filing in the last N days that declared a specific SEC Item code. Use for cross-market scans like "show me every restatement (Item 4.02) this month" or "every cybersecurity incident (Item 1.05) this quarter". Common items: 1.01 (material agreement), 1.05 (cyber incident), 2.01 (M&A close), 2.02 (earnings), 4.02 (restatement), 5.01 (change of control), 5.02 (officer departure), 7.01 (Reg FD).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "days": 30,
      "item": "4.02"
    },
    {
      "item": "1.05"
    }
  ],
  "required": [
    "item"
  ],
  "properties": {
    "days": {
      "type": "number",
      "default": 7,
      "maximum": 60,
      "minimum": 1,
      "description": "Look-back window in days. Default 7, max 60."
    },
    "item": {
      "type": "string",
      "description": "SEC Item code like \"4.02\" or \"5.02\". Exact match."
    },
    "limit": {
      "type": "number",
      "default": 50,
      "maximum": 200,
      "minimum": 1,
      "description": "Max filings. Default 50, max 200."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Sec Events

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

1/7 registries
View full server →
sec_8k_by_item — Sec Events — PRSM MCP