INDIVIDUAL MCP TOOL
trades_before_events
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.
LIVE ENDPOINT
https://api.insidergraph.com/mcp
Connect to this endpoint to inspect the live schema for trades_before_events and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.insidergraph]
url = "https://api.insidergraph.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"insidergraph": {
"type": "http",
"url": "https://api.insidergraph.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: insidergraph
Remote MCP URL: https://api.insidergraph.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"insidergraph": {
"url": "https://api.insidergraph.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"insidergraph": {
"type": "http",
"url": "https://api.insidergraph.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "insidergraph",
"transport": "streamable-http",
"url": "https://api.insidergraph.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
cluster_buys— Find issuers where multiple distinct insiders independently bought with their own money (code P) inside a window - a signal raw EDGAR cannot answer.company_profile— 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).describe_coverage— 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.find_company— Resolve any company identifier to its EDGAR identity: ticker in any format (AAPL, NASDAQ:AAPL, $NVDA, BRK.get_insider_trades— Search normalized insider transactions from SEC Forms 3/4/5 (US public companies).get_material_events— Search SEC 8-K material corporate events (bankruptcies, restatements, officer departures, delistings, cyber incidents, earnings, M&A.get_planned_sales— Search SEC Form 144 notices - insiders' PROPOSED sales of restricted/control stock, filed BEFORE the sale executes (the Form 4 reports execution after).get_stakes— Search 5%+ beneficial-ownership stakes from Schedules 13D/13G.