com.dropwatchhq/sec-intel
Official5 toolsFresh SEC filing intel: 8-K events, Form 4 insider activity, risk-language, filing velocity, watch.
Real-time SEC filings: 8-K events, insider trading, risk language, and velocity alerts.
Captured live from the server via tools/list.
whats_new_since
Return SEC filings that are NEW since a cursor token (your bookmark). Pass the cursor from a prior call to get only filings since then. Filter by form type, ticker, CIK, 8-K item code, and minimum event severity. This is the fresh-filing delta feed's core lock-in primitive. Monitoring/research over public EDGAR data — not investment advice.
Parameters (7)
- cursorstring
Opaque cursor from a previous response; omit for first call.
- formarray
Form types, e.g. ['8-K','4'].
- tickerstring
- cikstring
- itemstring
8-K item code, e.g. '5.02'.
- minEventScorenumber
Severity floor 1-10 (material events only).
- limitnumber
Max filings to return (default 100).
filing_digest
Digest for a filter over the last N days: material 8-K events, insider (Form 4) activity, new registrations, and periodic reports. Best summary signal for a desk.
Parameters (7)
- formarray
- tickerstring
- cikstring
- companystring
- itemstring
- minEventScorenumber
- daysnumber
Lookback days (default 7).
company_watch
Given a company CIK, return recent filings, insider activity, and a filing-velocity stat (last-90 vs prior-90 days). Live-backfilled from EDGAR so it works day one.
Parameters (1)
- cikstringrequired
insider_activity
Recent Form 4/3/5 insider transactions with insider-cluster detection (multiple insiders filing on the same issuer). Optionally filter by ticker/CIK.
Parameters (3)
- tickerstring
- cikstring
- daysnumber
search_filings
Direct live search of SEC EDGAR full-text for the latest filings of a form type in a date range. Use for ad-hoc lookups.
Parameters (5)
- formstring
Form type, e.g. '8-K'.
- qstring
Optional full-text query.
- startstring
- endstring
- limitnumber
Default 50, max 100.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"sec-intel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://filings.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.