sec_8k_recent
ActiveTool of Sec Events
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Sec Events
https://github.com/pipeworx-io/mcp-sec-events
1/7 registries