loading…
Search for a command to run...
loading…
This MCP server connects AI coding assistants like Claude, Cursor, Windsurf, and Cline directly to Lynx MI — a market intelligence platform that tracks SEC insi
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 ov
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.
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:
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"
}
}
}
}
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"
}
}
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"
}
}
}
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"
}
}
}
}
| Tool | Description |
|---|---|
get_latest_trades |
Recent SEC insider trades with filters |
get_trades_by_ticker |
All insider activity for a stock |
get_trades_by_insider |
All trades by a specific insider |
search_insider |
Search insiders by name |
search_ticker |
Search tickers by symbol or name |
| Tool | Description |
|---|---|
get_market_sentiment |
Current market insider buy/sell ratio |
get_top_movers |
Stocks with highest insider volume |
get_insider_profile |
Detailed insider profile & stats |
| Tool | Description |
|---|---|
get_sector_flow |
Money flow by sector (leading indicator) |
get_correlations |
Hidden company connections via shared insiders |
get_insider_network |
Network graph of insider-company relationships |
get_network_top |
Most connected insiders & companies |
get_trade_heatmap |
Volume heatmap by ticker |
get_earnings_proximity |
Trades near upcoming earnings (⚠️ high signal) |
get_filing_diff |
Compare insider's last two SEC filings |
get_conviction_score |
Trade conviction score breakdown |
| Tool | Description |
|---|---|
get_leaderboard |
Top insiders by 30/90-day returns |
get_insider_rank |
Specific insider's rank & stats |
| Tool | Description |
|---|---|
get_nexus_score |
Combined political + lobbying + insider score |
get_congressional_trades |
US Congress member stock trades |
get_lobbying_activity |
Corporate lobbying reports & spend |
In addition to real-time insider trading, Lynx MI provides deep, historical time-series data and relational graphs to power advanced AI quantitative analysis:
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...
You: Are there any suspicious trades near earnings?
Claude: Uses
get_earnings_proximityI found 5 trades within 7 days of upcoming earnings...
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...
sk_live_... key into your MCP configuration# 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 start
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 |
MIT © Lynx MI
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"lynx-mi-lynx-mi-mcp": {
"command": "npx",
"args": []
}
}
}