INDIVIDUAL MCP TOOL
insider_transactions
List recent insider ownership filings (Form 3/4/5) for a company — the filings officers, directors, and 10% owners submit when they buy or sell shares.
LIVE ENDPOINT
https://filings.datakoot.com/mcp
Connect to this endpoint to inspect the live schema for insider_transactions 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.filings-intel]
url = "https://filings.datakoot.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"filings-intel": {
"type": "http",
"url": "https://filings.datakoot.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: filings-intel
Remote MCP URL: https://filings.datakoot.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": {
"filings-intel": {
"url": "https://filings.datakoot.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"filings-intel": {
"type": "http",
"url": "https://filings.datakoot.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "filings-intel",
"transport": "streamable-http",
"url": "https://filings.datakoot.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
company_lookup— Resolve a stock ticker or company name to its SEC identity: CIK number, official name, ticker(s), exchange(s), industry (SIC), and fiscal year end.recent_filings— List a company's most recent SEC filings (10-K annual reports, 10-Q quarterly, 8-K material events, S-1 IPO registrations, etc.) with filing dates and direct document links.filing_search— Full-text search across all EDGAR filings for a keyword or phrase (e.g.financials— Get reported financial facts for a company from XBRL data in its filings: revenue, net income, total assets, liabilities, equity, EPS, and cash — most recent reported values, or the full history of one specific us-gaap concept.