Inseyeders turns every insider, institutional and activist filing — across US, UK, European and Singapore registries — into clean, structured signals, delivered over a REST API, an MCP server, or a dashboard your whole desk can read.
Every filing is normalized, deduped against amendments, and evaluated against a library of signals. You subscribe to the ones that matter and get a clean event — not a PDF.
Disclosure rules differ by jurisdiction — a US Form 144 has no European analogue, and an EU PDMR notification has no US one. Inseyeders normalizes each regime into one signal model and tells you, per signal, exactly where it's available.
Open-market buys, sells and option exercises by officers and directors — across US Form 3 & 4 and EU/Nordic PDMR disclosures — normalized and deduped against amendments.
Open transactions Institutional holdingsWhere the large managers are positioned — US 13F holdings and European major-shareholding notifications — with period-over-period deltas, concentration and a smart-money watchlist.
Browse institutions Activist & ownershipDisclosed stakes, stated intent and ownership-threshold crossings — US Schedule 13D/G and EU Transparency Directive filings — with the full amendment timeline.
Track activists Proposed salesInsiders signalling intent to sell before they trade — a US-specific notice (Form 144) — with an alert when the actual sales overshoot what was filed.
See proposed salesThe same normalized data powers the REST API, the MCP server, and the GUI. Wire signals into your models, your terminal, or your LLM — one schema across every market.
Cursor-paginated, idempotent, versioned. Clean JSON — no filings to parse yourself.
Connect Claude, Cursor or any MCP client to the hosted server and query filings in plain language.
Subscribe to signal types and get an event when they fire — over webhook, email, Slack or Discord.
# Query the latest signals
curl https://api.inseyeders.com/v1/signals \
-H "Authorization: Bearer sk_live_•••" \
-d "type=CLUSTER_BUY,CEO_BUY" -d "sector=tech"
{
"signal": "CEO_BUY",
"ticker": "DIS",
"insider": "Robert A. Iger",
"role": "CEO",
"value_usd": 2113400,
"filed_at": "2026-05-28T13:41:09Z",
"source": "form4/0001…"
}We're in active build-out — expanding market coverage and backfilling history. Plans and pricing will be announced soon. In the meantime, create an account to explore the REST API, MCP server and dashboard while we're in preview.
Free to start. No card. An API key in under a minute.