REVORIAN

MCP Server — Insider Trading for AI Assistants

The Revorian MCP (Model Context Protocol) server connects AI assistants like Claude to real-time insider trading data. Ask natural language questions and get data-backed answers.

Install

npx @revorian/mcp-server

Requires an API key: get one here.

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "revorian": {
      "command": "npx",
      "args": ["@revorian/mcp-server"],
      "env": {
        "REVORIAN_API_KEY": "rev_live_sk_..."
      }
    }
  }
}

Available Tools

get_insider_tradesSearch insider transactions by ticker, name, date range, value, and type
get_company_sentiment30/90/365-day insider buy/sell sentiment for a company
get_cluster_signalsCluster buy/sell signals (3+ insiders at same company)
get_top_tradesLargest insider trades by dollar value
get_sector_sentimentInsider buy/sell ratios by sector
get_unusual_activityUnusually large transactions exceeding historical norms
get_insider_profileIndividual insider's full trading history
search_companiesFind companies by name or ticker

Example Prompts

"Are insiders buying or selling Tesla stock?"
"Show me the biggest insider trades this week"
"Any cluster buying signals right now?"
"Which sectors are insiders most bullish on?"
"What has the CEO of Apple been doing with their stock?"
"Find unusual insider activity in the tech sector"

Package Info

npm: @revorian/mcp-server

Environment variable: REVORIAN_API_KEY