InsiderAlpha runs a hosted Model Context Protocol (MCP) server at https://mcp.insideralpha.ai/mcp so AI assistants — Claude, ChatGPT, Codex, Cursor, Cowork and any other MCP-capable client — can query SEC insider-trading data, alpha-scored daily trading plans, 8-K catalysts, live market data and (optionally, opt-in) your own portfolio.
Setup: add the URL above as a remote MCP server / connector in your client and sign in with your InsiderAlpha account (OAuth), or mint a Personal Access Token for CLI clients. The connection is read-only and revocable at any time. Create a free account to get started.
The server exposes 14 read-only tools:
| Tool | What it does |
|---|---|
search_filings | Recent SEC Form 4 insider trades (filter by ticker, type, size, window). |
get_filing | Full detail for one filing: transactions + footnotes. |
search_companies | Find companies by name or ticker. |
get_company_profile | Sector, industry, market cap, description. |
get_company_chart | OHLCV price candles over a range. |
search_insiders | Insiders by name or company, with notability. |
get_insider_profile | Bio, roles, net-worth estimate, historical performance. |
get_daily_trading_plan | Alpha-scored daily buy/sell plan with entry/exit levels. |
get_unfiltered_purchases | Raw insider purchases grouped by ticker (no scoring). |
get_8k_catalysts | 8-K catalysts and their correlation to insider buys. |
get_market_overview | Indices, VIX, breadth, regime. |
get_ipo_calendar | Upcoming and recent IPOs (S-1 / EFFECT / 424B). |
get_market_calendar | Market open/close, holidays, early closes. |
get_my_portfolio | Your own holdings, P&L and trade journal (opt-in scope). |