You're viewing a demo portfolio

Join the waitlist
PRSM

events.latest

Active

Tool of io.github.wikatar/arkolith

declared in 1.0.1

Live SEC filing-event stream: SEC Form 4 (insider) filings today, with 8-K and 13D/G on the roadmap. Poll with `since` (a monotonic cursor) to get every filing newer than your last call; the response's next_cursor advances it. Filter by form or tickers; a form we don't carry yet returns an explicit unsupported_form note (never a silent empty page). Built for a watch loop, so call it on a schedule to never miss a filing.

Parameters schema

{
  "type": "object",
  "properties": {
    "form": {
      "type": "string",
      "description": "SEC form type. '4' (insider Form 4) is what's carried today; omit for all carried forms."
    },
    "limit": {
      "type": "number",
      "description": "Max events (1-200, default 50)"
    },
    "since": {
      "type": "string",
      "description": "Cursor from a prior next_cursor; returns events with seq greater than this. Omit for the latest."
    },
    "tickers": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Filter to these tickers (optional)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.wikatar/arkolith

https://github.com/wikatar/Arkolith.com

1/7 registries
View full server →
events.latest — io.github.wikatar/arkolith — PRSM MCP