Model Context Protocol (MCP) · Live

Connect European Insider Trades to Your AI Agents

Query MAR Article 19 director filings, Bayesian win-rate track records, and multi-executive cluster buys directly from Claude Desktop, Cursor, or remote agent registries like Glama.ai and Smithery.ai.

🤖

Claude Desktop

Add this to your claude_desktop_config.json to give Claude real-time market disclosure tools.

{
  "mcpServers": {
    "insidereu": {
      "command": "node",
      "args": ["./mcp/server.mjs"],
      "env": {
        "INSIDEREU_BASE_URL": "https://www.insidereu.com"
      }
    }
  }
}
Works out of the box — zero database credentials required.
🌐

Remote SSE / HTTP Server

For hosted registries (Glama.ai, Smithery.ai, Open-WebUI) or remote agents connecting via JSON-RPC 2.0 / SSE stream.

https://www.insidereu.com/api/mcp
  • Protocol version: 2024-11-05
  • Transport: HTTP POST & Server-Sent Events (?sse=true)
  • CORS: Enabled for all browser and web playground clients
24/7 hosted on Vercel Edge with zero downtime.

Available MCP Tools

The server exposes 4 high-conviction tools designed specifically for investment research and alpha generation.

tool

get_track_record_ten

Pelosi-Equivalent Tracker

Returns the 10 European corporate insiders with the highest 12-month win rates and average returns on their personal share purchases. Filters out lucky one-off buys by requiring a minimum track record.

Parameters: None
tool

get_cluster_buys

High-Conviction Signal

Identifies companies where multiple distinct corporate insiders (e.g. CEO, CFO, Board members) bought shares in the same company within a narrow window. Multiple executives buying simultaneously is historically the strongest predictive indicator.

Parameters: days (optional, default: 30), min_buyers (optional, default: 2)
tool

get_recent_filings

Regulatory Firehose

Query recent disclosed transactions across 10 European national regulators (BaFin, Finansinspektionen, SIX SER, Euronext, Oslo Børs). Supports granular filtering by jurisdiction and transaction magnitude.

Parameters: country (ISO-2 code like DE, SE, FR, UK, CH), transaction_type (buy / sell), min_value_eur (number), limit (max: 50)
tool

lookup_insider

Executive Deep Dive

Search any European executive by name or identifier to pull their complete disclosed trading history, total capital deployed, win rate, and recent transactions.

Parameters: query (string, executive name or slug — required)

Example Questions to Ask Your AI Agent

Once connected to Claude or Cursor, simply ask questions naturally:

💬 “Show me the European companies that had cluster buying by 3+ executives over the past 30 days.”
💬 “Who is currently in the Track-Record Ten and what were their most recent share purchases?”
💬 “Find all German (DE) and Swedish (SE) insider purchases above €100,000 filed this week.”
💬 “Look up Robert von Wülfing at AMADEUS FIRE AG and summarize his trading history.”

Ready to build autonomous trading automations?

Create a free InsideREU account to save watchlists, receive real-time email & Slack trade alerts, or unlock institutional REST API keys.