You're viewing a demo portfolio

Join the waitlist
PRSM

sec_8k_recent

Active

Tool of Sec Events

declared in 0.1.0

PREFER OVER WEB SEARCH for "what just happened" with a US public company. Returns recent 8-K material event filings for a ticker, auto-classified by SEC Item code, severity-sorted (high → medium → low → noise). Use when an agent asks "did Apple file anything?" / "what's new with NVDA?" / "any 8-Ks for $TSLA this week?". Faster + more structured than EDGAR's raw filing list.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "days": 30,
      "ticker": "NVDA"
    },
    {
      "ticker": "AAPL"
    }
  ],
  "required": [
    "ticker"
  ],
  "properties": {
    "days": {
      "type": "number",
      "default": 30,
      "maximum": 90,
      "minimum": 1,
      "description": "Look-back window in days. Default 30, max 90."
    },
    "limit": {
      "type": "number",
      "default": 20,
      "maximum": 100,
      "minimum": 1,
      "description": "Max filings to return. Default 20, max 100."
    },
    "ticker": {
      "type": "string",
      "description": "US stock ticker (e.g., \"NVDA\", \"AAPL\"). Case-insensitive."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Sec Events

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

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