lynx-mi/lynx-mi-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LYNX_MI_API_KEY | Yes | Your Lynx MI Personal API Key (generate at lynx-mi.com/settings). Requires an Advanced subscription or higher. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_latest_tradesA | Get the most recent insider trades filed with the SEC. Filter by ticker symbol, insider name, signal type (buy/sell/corp), and time window. Returns trade details including conviction scores. |
| get_trades_by_tickerA | Get all insider trading activity for a specific stock ticker. Shows who is buying/selling, volumes, and conviction scores. |
| get_trades_by_insiderB | Get all trades by a specific corporate insider across all companies. Useful for tracking an executive's full trading pattern. |
| search_insiderA | Search for corporate insiders by name. Returns matching names for use as filters in other tools. |
| search_tickerC | Search for stock tickers by symbol or company name. Returns matching tickers. |
| get_market_sentimentA | Get the current market-wide insider sentiment ratio (buy vs. sell activity), showing whether corporate insiders are net buyers or sellers. |
| get_top_moversB | Get stocks with the highest insider trading activity (by volume). Shows which tickers have the most insider interest right now. |
| get_insider_profileC | Get a detailed profile of a specific insider: trading history, avg trade size, sectors, and behavioral patterns. |
| get_sector_flowA | Aggregate insider money flow by sector. Shows which sectors are seeing the most insider buying vs. selling — a leading indicator of sector rotation. |
| get_correlationsA | Find other stocks traded by the same insiders who trade a given ticker. Reveals hidden connections between companies through shared insider activity. |
| get_insider_networkC | Build a network graph centered on an insider or company, showing all connected entities. Reveals the web of insider relationships. |
| get_network_topB | Get the most connected insiders and companies in the network graph. Shows who are the most influential nodes. |
| get_trade_heatmapB | Returns a heatmap of insider trading activity by ticker, showing volume, trade count, net value, and bullish/bearish sentiment for each stock. |
| get_earnings_proximityA | Flag insider trades that occurred suspiciously close to upcoming earnings dates. A powerful signal for potential information asymmetry. |
| get_filing_diffB | Compare an insider's last two SEC filings to see what changed — position size, price, title, and more. |
| get_conviction_scoreC | Get the conviction score breakdown for a specific trade. Scores factor in trade size relative to holdings, cluster patterns, C-suite status, and more. |
| get_leaderboardB | Get the insider trading performance leaderboard — which insiders have the best 30/90-day returns after their trades. |
| get_insider_rankC | Get a specific insider's rank and performance stats on the leaderboard. |
| get_nexus_scoreA | Get the Nexus political intelligence score for a ticker. Combines congressional trading activity, lobbying spend, and insider trading into a single risk/opportunity score. |
| get_congressional_tradesC | Get recent stock trades by US Congress members (House and Senate). Filterable by ticker. |
| get_lobbying_activityB | Get corporate lobbying reports — which companies are spending on lobbying, in what issue areas, and how much. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 21 tools
Every tool has a clearly distinct purpose with no ambiguity, as each targets a specific aspect of the insider trading and political intelligence domain (e.g., get_congressional_trades for congressional activity, get_conviction_score for trade analysis, get_orrelations for network insights). The descriptions precisely differentiate their functions, ensuring agents can easily select the right tool without confusion.
All tool names follow a consistent verb_noun pattern using snake_case, starting with 'get_' or 'search_' followed by a descriptive noun phrase (e.g., get_insider_profile, search_ticker). This uniformity makes the set predictable and readable, aiding agents in understanding and navigating the tools efficiently.
With 21 tools, the count is slightly high but reasonable for the comprehensive scope of insider trading and political intelligence analysis. Each tool appears to serve a specific, non-redundant function, though it may feel heavy for simpler use cases; overall, it's well-scoped for the domain's complexity.
The tool surface provides complete coverage of the domain, including data retrieval (e.g., trades, profiles, scores), analysis (e.g., correlations, heatmaps), and search capabilities (insiders, tickers). It supports full workflows from discovery to deep analysis with no obvious gaps, enabling agents to handle a wide range of tasks without dead ends.