lynx-mi/lynx-mi-mcp
Enables analysis of Apple's insider trading activity, political intelligence scores, and market data through tools like get_trades_by_ticker and get_nexus_score for comprehensive market intelligence on the company.
Integrates with Google Gemini CLI to provide access to Lynx MI's market intelligence platform, enabling analysis of insider trades, market sentiment, political intelligence, and sector flows through the MCP protocol.
Provides tools to analyze Tesla's insider trading patterns, including recent trades, insider activity, and market intelligence through specific ticker-based queries and analytics.
🐆 Lynx MI — MCP Server
Model Context Protocol server for Lynx Market Intelligence
Give your AI coding assistant real-time access to SEC insider trading data, market sentiment, political intelligence, and more.
What is this?
This MCP server connects AI coding assistants like Claude, Cursor, Windsurf, and Cline directly to Lynx MI — a market intelligence platform that tracks SEC insider trades, congressional stock transactions, lobbying activity, and more.
Once connected, you can ask your AI assistant questions like:
"What insider trades happened at NVDA this week?"
"Show me the top insiders by performance over 90 days"
"Which sectors are insiders buying the most right now?"
"Are any insiders trading near upcoming earnings dates?"
"What's the Nexus political intelligence score for AAPL?"
Prerequisites
Node.js 18+
A Lynx MI account with an Advanced subscription or higher
A Personal API Key (generate at lynx-mi.com/settings)
Quick Setup
Claude Desktop
Add this to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"lynx-mi": {
"command": "npx",
"args": ["-y", "lynx-mi-mcp-server"],
"env": {
"LYNX_MI_API_KEY": "sk_live_your_key_here"
}
}
}
}Cursor
Go to Settings → MCP Servers → Add new server and use:
{
"command": "npx",
"args": ["-y", "@lynx-mi/mcp-server"],
"env": {
"LYNX_MI_API_KEY": "sk_live_your_key_here"
}
}Windsurf / Cline
Add to your MCP configuration:
{
"lynx-mi": {
"command": "npx",
"args": ["-y", "@lynx-mi/mcp-server"],
"env": {
"LYNX_MI_API_KEY": "sk_live_your_key_here"
}
}
}Google Gemini CLI
Add to your ~/.gemini/settings.json:
{
"mcpServers": {
"lynx-mi": {
"command": "npx",
"args": ["-y", "@lynx-mi/mcp-server"],
"env": {
"LYNX_MI_API_KEY": "sk_live_your_key_here"
}
}
}
}Available Tools
📊 Trades
Tool | Description |
| Recent SEC insider trades with filters |
| All insider activity for a stock |
| All trades by a specific insider |
| Search insiders by name |
| Search tickers by symbol or name |
📈 Market Intelligence
Tool | Description |
| Current market insider buy/sell ratio |
| Stocks with highest insider volume |
| Detailed insider profile & stats |
🔬 Pro Analytics
Tool | Description |
| Money flow by sector (leading indicator) |
| Hidden company connections via shared insiders |
| Network graph of insider-company relationships |
| Most connected insiders & companies |
| Volume heatmap by ticker |
| Trades near upcoming earnings (⚠️ high signal) |
| Compare insider's last two SEC filings |
| Trade conviction score breakdown |
🏆 Leaderboard
Tool | Description |
| Top insiders by 30/90-day returns |
| Specific insider's rank & stats |
🏛️ Nexus (Political Intelligence)
Tool | Description |
| Combined political + lobbying + insider score |
| US Congress member stock trades |
| Corporate lobbying reports & spend |
Time-Series & Supply Chain Intelligence
In addition to real-time insider trading, Lynx MI provides deep, historical time-series data and relational graphs to power advanced AI quantitative analysis:
Congressional & Executive Trading (STOCK Act): Query historical time-series data of stock transactions by US Senators, Representatives, and their families. Track portfolio changes aligned with specific legislative events or committee assignments to uncover political information advantages.
Corporate Lobbying Expenditures (LDA): Access quarter-by-quarter historical time-series of lobbying spend. Track which bills and government agencies specific companies are targeting, offering predictive insights into upcoming regulatory headwinds or tailwinds.
Supplier & Customer Supply Chain Graph: Extract complex B2B dependencies. Map out tier-1 and tier-2 suppliers, key customer relationships, and revenue exposure. If one company inside the network crashes or secures a massive contract, your AI assistant can trace the direct financial impact down the supply chain using our Nexus endpoints.
Example Conversations
Research a stock
You: What's the insider trading activity at Tesla?
Claude: Uses
get_trades_by_tickerwith ticker="TSLA" I found 12 insider trades at Tesla in the last 90 days...
Detect signals
You: Are there any suspicious trades near earnings?
Claude: Uses
get_earnings_proximityI found 5 trades within 7 days of upcoming earnings...
Political intelligence
You: What's the political risk for Apple?
Claude: Uses
get_nexus_scorewith ticker="AAPL" Apple's Nexus score is 72/100, driven by heavy lobbying spend...
Getting Your API Key
Go to lynx-mi.com and create an account
Subscribe to the Advanced plan or higher
Navigate to Settings → API Key
Click Generate API Key
Copy the
sk_live_...key into your MCP configuration
Development
# Install dependencies
npm install
# Run in development mode
LYNX_MI_API_KEY=sk_live_... npm run dev
# Build for production
npm run build
# Test the built server
LYNX_MI_API_KEY=sk_live_... npm startPricing
The MCP server is free and open source. You only pay for the Lynx MI subscription that provides the API key:
Plan | Price | MCP Access |
Free | $0/mo | ❌ |
Recreational | $9.99/mo | ❌ |
Advanced | $24.99/mo | ✅ All tools |
Enterprise | $49.99/mo | ✅ All tools + Nexus |
License
MIT © Lynx MI
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lynx-mi/lynx-mi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server