MCP Server

This site runs an MCP (Model Context Protocol) server. AI assistants like ChatGPT or Claude can query the same insider trades data shown on this website: recent transactions, per-company histories, buy/sell aggregates per index, the insider performance toplist and the insider barometer. No signup or API key required.

Connect your assistant

Claude.ai: add a custom connector in the settings, paste the URL below and select "Streamable HTTP" as the type.

https://www.insidertrades.info/mcp

Claude Desktop and other clients with a JSON config file:

{
  "mcpServers": {
    "insidertrades": {
      "url": "https://www.insidertrades.info/mcp"
    }
  }
}

Clients without native MCP support can bridge through mcp-remote:

npx mcp-remote https://www.insidertrades.info/mcp

Try these prompts

  • Is insider sentiment in the Dow Jones bullish right now?
  • Show me all insider trades at Tesla from the last year.
  • Which insiders have the best past trade performance?
  • Were there more insider purchases or sales in the DAX recently?

Available tools

Name Description
search_companies Find companies by name, ticker symbol or ISIN. Returns up to 5 matches (symbol, isin, companyName). Use the symbol or isin with get_company_insider_trades.
get_recent_insider_trades Most recently published insider transactions (SEC + BaFin), newest first, with headline text and a link. Requires limit and/or time=24H.
get_company_insider_trades All insider transactions of one company (unified SEC/BaFin history), oldest to newest. Pass symbol OR isin.
get_insider_trades_summary Per-company aggregates (buy/sell volume, insider counts, transaction count) over a time window, restricted to an index. authority=bafin filters DAX/MDAX (Germany), authority=sec filters SP500/DOW (US).
get_featured_insider_trades Curated per-company lists shown on the home page: most-popular (highest buy volume, well-known companies), top-by-officers (highest officer buy volume), most-active-by-officers (most insiders trading).
get_insider_toplist Insider performance toplist (/insider page): companies ranked by how well their insiders traded over the window.
get_insider_barometer Insider barometer: buy/sell ratio gauge for a market (US = SEC universe, DE = BaFin universe).
get_trade_volumes Total insider trade volumes (charts on the overview page) for a market.