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_trades— Search insider transactions by ticker, name, date range, value, and typeget_company_sentiment— 30/90/365-day insider buy/sell sentiment for a companyget_cluster_signals— Cluster buy/sell signals (3+ insiders at same company)get_top_trades— Largest insider trades by dollar valueget_sector_sentiment— Insider buy/sell ratios by sectorget_unusual_activity— Unusually large transactions exceeding historical normsget_insider_profile— Individual insider's full trading historysearch_companies— Find companies by name or tickerExample 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