Analytics
insidergraph.com
Provides access to SEC insider trading data, company profiles, and EDGAR lookups for financial analysis.
ENDPOINT 1
https://api.insidergraph.com/mcp
MCP server metadata
- Name
- insidergraph
- Version
- 0.68.0
InsiderGraph turns SEC EDGAR insider-ownership filings into query-ready intelligence: insider trades (Forms 3/4/5), material corporate events (8-K), announced insider sales (Form 144), and 5%+ activist/passive stakes (Schedules 13D/13G) - unified through one entity graph and refreshed within minutes of EDGAR dissemination. Tool names carry their class: get_/find_/list_/describe_ tools return stored rows and navigation; unprefixed tools (company_profile, cluster_buys, planned_vs_executed, trades_before_events) compute cross-feed analytics. Access: anonymous use is free and covers the most recent 90 days. A free API key (Authorization: Bearer) unlocks the full backfill horizon and 10x rate limits; describe_coverage shows your current tier and how to get one. Recommended flow: 1. Orient - describe_coverage returns live per-feed date ranges and an example question per tool. Coverage deepens daily; never assume a date range. 2. Start from an entity - company_profile accepts any identifier (ticker in any format, company name, CIK, US ISIN) and returns a one-call snapshot: 5%+ holders, insider buy/sell activity, announced sales, and recent material events, with next_tools hints. find_company resolves ambiguous identifiers to candidates. 3. Screen for signals - cluster_buys (multiple insiders buying), get_stakes with schedule_type=activist (13D arrivals), planned_vs_executed (announced-but-unexecuted sales), trades_before_events (insider trading ahead of bad news). 4. Fetch rows and verify - get_insider_trades, get_material_events, get_planned_sales; every row links its SEC filing for citation.
Known tools 11
cluster_buysFind issuers where multiple distinct insiders independently bought with their own money (code P) inside a window - a signal raw EDGAR cannot answer.
Inferred read-onlycompany_profileSTART 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).
Inferred read-onlydescribe_coverageOrientation: 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.
Inferred read-onlyfind_companyResolve any company identifier to its EDGAR identity: ticker in any format (AAPL, NASDAQ:AAPL, $NVDA, BRK.
Inferred read-onlyget_insider_tradesSearch normalized insider transactions from SEC Forms 3/4/5 (US public companies).
Inferred read-onlyget_material_eventsSearch SEC 8-K material corporate events (bankruptcies, restatements, officer departures, delistings, cyber incidents, earnings, M&A.
Inferred read-onlyget_planned_salesSearch SEC Form 144 notices - insiders' PROPOSED sales of restricted/control stock, filed BEFORE the sale executes (the Form 4 reports execution after).
Inferred read-onlylist_recent_filingsThe 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.
Inferred read-onlyplanned_vs_executedCross-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).
Inferred read-onlytrades_before_eventsCross-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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for insidergraph.com was fetched 2026-07-26T19:28:02.029Z and is being refreshed.
insidergraph.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.