MCP server exposing 3 tools for sec-insider.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/sec-insider/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
insider_top_buyers — Rank the biggest OPEN-MARKET insider purchases across every US public company at once — "which insiders bought the most stock recently", "who was buying their own company's shares". Returns the insider name and role, the issuer and ticker, shares, price per share and the dollar value, newest first. Counts only transaction code P, a purchase at market; option exercises, grants and tax withholding are excluded because none of them is a decision to buy. Sourced from SEC Forms 3/4/5.insider_top_sellers — Rank the biggest OPEN-MARKET insider sales across every US public company at once — "which insiders sold the most stock recently". Returns insider name and role, issuer and ticker, shares, price and dollar value, newest first. Counts only transaction code S, a sale at market; shares withheld for tax (F) are excluded, since those are a payroll mechanism rather than a decision to sell. Sourced from SEC Forms 3/4/5.insider_coverage — Which SEC insider data is currently available: which quarterly releases are covered, how many filings, owners and transactions, and the date range of the transactions themselves. Call this to check how current the insider data is before relying on a ranking.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/sec-insider/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io