MCP server that exposes openinsider.com to any MCP compatible client.
| Tool name | Description | Destructive? |
|---|---|---|
| search_by_ticker | ✓ no | |
| search_by_insider | ✓ no | |
| latest_trades | ✓ no | |
| top_buys | ✓ no | |
| top_sells | ✓ no |
| cluster_buys | ✓ no | |
| officer_buys | ✓ no | |
| screen | ✓ no | |
| recent_sec_filings | ✓ no | |
| late_filings | ✓ no | |
| activist_filings | ✓ no | |
| dilution_filings | ✓ no | |
| short_interest | ✓ no | |
| daily_short_volume | ✓ no | |
| failures_to_deliver | ✓ no | |
| get_quote | ✓ no |
{
"mcpServers": {
"openinsider": {
"command": "npx",
"args": [
"-y",
"openinsider-mcp"
]
}
}
}