{"name":"com.insidergraph/insidergraph","slug":"insidergraph","title":null,"description":"SEC insider intelligence: trades, 8-K events, planned sales, activist stakes - one entity graph.","url":"https://mcp.market/server/insidergraph","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"sales","tags":["sales"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":8,"ok":8,"last_checked_at":"2026-09-21T08:00:34.217Z","last_ok_at":"2026-09-21T08:00:34.217Z","latency_ms":120},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://insidergraph.com","version":"0.66.0","remotes":[{"type":"streamable-http","url":"https://api.insidergraph.com/mcp"}],"packages":[],"tools":[{"name":"cluster_buys","description":"Find issuers where multiple distinct insiders independently bought with their own money (code P) inside a window - a signal raw EDGAR cannot answer. Sorted by total value.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"min_distinct_insiders":{"type":"integer","description":"Minimum distinct buyers per issuer, default 2.","default":2},"min_value_usd":{"type":"number","description":"Minimum combined buy value per issuer in USD."},"window_days":{"type":"integer","description":"Lookback window in days, default 30.","default":30}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"company_profile","description":"START HERE for any company question: one call returns the full insider picture for a ticker or company name - current 5%+ stakeholders (13D/13G), insider buy/sell activity (Form 4), announced sales (Form 144), and recent material events (8-K). Every row links its SEC filing; next_tools names the tool for each deeper question.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Any identifier: ticker in any format (NVDA, NASDAQ:AAPL, $NVDA, BRK.B), company name, CIK number, US ISIN, or CUSIP."},"window_days":{"type":"integer","description":"Lookback for insider activity, planned sales, and events; default 90, cap 730.","default":90}},"required":["query"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"describe_coverage","description":"Orientation: what this server covers RIGHT NOW - per-feed live date ranges (coverage deepens daily toward the backfill horizon), your access tier, and an example question per tool. Call this first when unsure what to ask or whether a date range is covered.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"find_company","description":"Resolve any company identifier to its EDGAR identity: ticker in any format (AAPL, NASDAQ:AAPL, $NVDA, BRK.B), company name, CIK number, US ISIN, or CUSIP. Returns ranked candidates with name, ticker, and CIK. Use it when unsure of the exact ticker before calling the search tools.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"The identifier to resolve, e.g. \"nvidia\", \"NASDAQ:AAPL\", \"1045810\", \"US0378331005\"."}},"required":["query"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"get_insider_trades","description":"Search normalized insider transactions from SEC Forms 3/4/5 (US public companies). Returns rows with pre-computed value_usd and a quote-ready summary string with the SEC filing link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cursor":{"type":"string","description":"Opaque pagination token from the previous response's page.next_cursor; pass it back verbatim to fetch the next page."},"exclude_10b5_1":{"type":"boolean","description":"Drop pre-scheduled 10b5-1 plan transactions; true (default) for signal-seeking, false for full audit.","default":true},"insider":{"type":"string","description":"Substring match on the insider's name, e.g. \"MUSK\"."},"limit":{"type":"integer","description":"Max rows per page, default 50, cap 500.","default":50},"min_value_usd":{"type":"number","description":"Minimum transaction value in USD (shares x price)."},"relationship":{"type":"string","description":"Filter by insider role.","enum":["director","officer","ten_percent"]},"since":{"type":"string","description":"Earliest transaction date, YYYY-MM-DD."},"tickers":{"type":"array","items":{"type":"string"},"description":"Ticker symbols to include, e.g. [\"NVDA\",\"AAPL\"]. Empty = all issuers."},"txn_type":{"type":"string","description":"buy (open-market/private purchase P), sell (S), grant (A), exercise (M/X), or gift (G). Omit for all.","enum":["buy","sell","grant","exercise","gift"]},"until":{"type":"string","description":"Latest transaction date, YYYY-MM-DD."}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"get_material_events","description":"Search SEC 8-K material corporate events (bankruptcies, restatements, officer departures, delistings, cyber incidents, earnings, M&A...) normalized to item codes, with SEC filing links.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cursor":{"type":"string","description":"Opaque pagination token from the previous response's page.next_cursor; pass it back verbatim to fetch the next page."},"high_signal":{"type":"boolean","description":"Only distress-grade items (1.03, 1.05, 2.04, 2.06, 3.01, 4.02, 5.02). Overrides item_codes."},"item_codes":{"type":"array","items":{"type":"string","enum":["1.01","1.02","1.03","1.04","1.05","2.01","2.02","2.03","2.04","2.05","2.06","3.01","3.02","3.03","4.01","4.02","5.01","5.02","5.03","5.04","5.05","5.06","5.07","5.08","6.01","6.02","6.03","6.04","6.05","7.01","8.01","9.01"]},"description":"8-K item numbers, e.g. [\"1.03\",\"5.02\"]. 1.03=bankruptcy, 4.02=restatement, 5.02=officer departure, 1.05=cyber incident, 2.02=earnings, 8.01=other."},"limit":{"type":"integer","description":"Max rows per page, default 50, cap 500.","default":50},"since":{"type":"string","description":"Earliest event date, YYYY-MM-DD."},"tickers":{"type":"array","items":{"type":"string"},"description":"Ticker symbols to include, e.g. [\"NVDA\"]. Empty = all issuers."},"until":{"type":"string","description":"Latest event date, YYYY-MM-DD."}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"get_planned_sales","description":"Search SEC Form 144 notices - insiders' PROPOSED sales of restricted/control stock, filed BEFORE the sale executes (the Form 4 reports execution after). A leading indicator: announced-but-not-yet-executed insider selling, with broker and approximate sale date.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cursor":{"type":"string","description":"Opaque pagination token from the previous response's page.next_cursor; pass it back verbatim to fetch the next page."},"limit":{"type":"integer","description":"Max rows per page, default 50, cap 500.","default":50},"min_value_usd":{"type":"number","description":"Minimum aggregate market value of the proposed sale in USD."},"seller":{"type":"string","description":"Substring match on the seller's name."},"since":{"type":"string","description":"Earliest approximate sale date, YYYY-MM-DD."},"tickers":{"type":"array","items":{"type":"string"},"description":"Ticker symbols to include. Empty = all issuers."},"until":{"type":"string","description":"Latest approximate sale date, YYYY-MM-DD."}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"get_stakes","description":"Search 5%+ beneficial-ownership stakes from Schedules 13D/13G. 13D = ACTIVE intent (activists, acquirers - market-moving); 13G = passive. Latest filing per (issuer, holder) wins, so results are current stakes; superseded history stays in the archive.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cursor":{"type":"string","description":"Opaque pagination token from the previous response's page.next_cursor; pass it back verbatim to fetch the next page."},"holder":{"type":"string","description":"Substring match on the reporting person, e.g. \"Icahn\"."},"limit":{"type":"integer","description":"Max rows per page, default 50, cap 500.","default":50},"min_percent":{"type":"number","description":"Minimum percent of class held, e.g. 10."},"schedule_type":{"type":"string","description":"activist (13D family), passive (13G family), or all (default).","default":"all","enum":["activist","passive","all"]},"since":{"type":"string","description":"Earliest event date, YYYY-MM-DD."},"tickers":{"type":"array","items":{"type":"string"},"description":"Ticker symbols to include. Empty = all issuers."},"until":{"type":"string","description":"Latest event date, YYYY-MM-DD."}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"list_recent_filings","description":"The firehose: recently ingested filings across ALL feeds (Forms 3/4/5, 8-K, 144, Schedules 13D/13G) with acceptance timestamps and SEC filing links, newest first. Use to see what just came in.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cursor":{"type":"string","description":"Opaque pagination token from the previous response's page.next_cursor; pass it back verbatim to fetch the next page."},"feeds":{"type":"array","items":{"type":"string","enum":["ownership","events","intents","stakes"]},"description":"Feeds to include. Empty = all.","default":["ownership","events","intents","stakes"]},"limit":{"type":"integer","description":"Max rows per page, default 50, cap 200.","default":50},"since":{"type":"string","description":"Earliest acceptance time, RFC3339 or YYYY-MM-DD."}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"planned_vs_executed","description":"Cross-feed signal: pair each Form 144 notice (an insider's ANNOUNCED sale) with the seller's actual Form 4 sale executions - same person, exact CIK identity, matched inside the notice's factual Rule 144 validity window (90 days from filing). Surfaces execution ratios and, most notably, announced-but-never-executed sales: insiders whose notice expired with no sale. Raw EDGAR cannot answer this in one query.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cursor":{"type":"string","description":"Opaque pagination token from the previous response's page.next_cursor; pass it back verbatim to fetch the next page."},"limit":{"type":"integer","description":"Max rows per page, default 50, cap 500.","default":50},"min_planned_usd":{"type":"number","description":"Minimum planned sale value in USD."},"seller":{"type":"string","description":"Substring match on the seller's name."},"since":{"type":"string","description":"Earliest approximate sale date, YYYY-MM-DD. Default: 90 days back."},"status":{"type":"string","description":"Filter: executed, pending (window still open), not_executed (window elapsed, no matching sale - the leading-indicator residue), unverifiable (the seller entity never files Form 4 - trusts and foundations report via the beneficiary), or all (default).","default":"all","enum":["executed","pending","not_executed","unverifiable","all"]},"tickers":{"type":"array","items":{"type":"string"},"description":"Ticker symbols to include. Empty = all issuers."},"until":{"type":"string","description":"Latest approximate sale date, YYYY-MM-DD."}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"trades_before_events","description":"Cross-feed signal: for issuers that filed a material 8-K event, show SEC Form 4 insider transactions in the N days BEFORE the event - e.g. insider selling before a bankruptcy, restatement, or delisting. Joins two feeds through the shared entity graph; raw EDGAR cannot answer this in one query.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"days_before":{"type":"integer","description":"Lookback window before the event date, default 60.","default":60},"item_codes":{"type":"array","items":{"type":"string","enum":["1.01","1.02","1.03","1.04","1.05","2.01","2.02","2.03","2.04","2.05","2.06","3.01","3.02","3.03","4.01","4.02","5.01","5.02","5.03","5.04","5.05","5.06","5.07","5.08","6.01","6.02","6.03","6.04","6.05","7.01","8.01","9.01"]},"description":"8-K items to anchor on, e.g. [\"1.03\",\"4.02\",\"3.01\"]. Default: distress items 1.03, 2.06, 3.01, 4.02.","default":["1.03","2.06","3.01","4.02"]},"limit":{"type":"integer","description":"Max rows, default 50, cap 500.","default":50},"min_value_usd":{"type":"number","description":"Minimum insider transaction value in USD."},"since":{"type":"string","description":"Earliest event date, YYYY-MM-DD."},"txn_type":{"type":"string","description":"Insider transaction filter: sell (default - selling before bad news), buy, or all.","default":"sell","enum":["sell","buy","all"]}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-21T05:11:46.215Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T05:11:46.237Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 237ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://api.insidergraph.com/mcp","reachable":true,"authRequired":false,"latencyMs":237,"serverInfo":{"name":"insidergraph","version":"0.73.36"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://insidergraph.com/favicon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}