Connect InsiderAlpha to your AI (hosted MCP server)

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:

ToolWhat it does
search_filingsRecent SEC Form 4 insider trades (filter by ticker, type, size, window).
get_filingFull detail for one filing: transactions + footnotes.
search_companiesFind companies by name or ticker.
get_company_profileSector, industry, market cap, description.
get_company_chartOHLCV price candles over a range.
search_insidersInsiders by name or company, with notability.
get_insider_profileBio, roles, net-worth estimate, historical performance.
get_daily_trading_planAlpha-scored daily buy/sell plan with entry/exit levels.
get_unfiltered_purchasesRaw insider purchases grouped by ticker (no scoring).
get_8k_catalysts8-K catalysts and their correlation to insider buys.
get_market_overviewIndices, VIX, breadth, regime.
get_ipo_calendarUpcoming and recent IPOs (S-1 / EFFECT / 424B).
get_market_calendarMarket open/close, holidays, early closes.
get_my_portfolioYour own holdings, P&L and trade journal (opt-in scope).

Related