# IndustryLens MCP server

B2B competitive-intelligence reports and head-to-head competitor comparisons from IndustryLens.

## Links
- Registry page: https://www.getdrio.com/mcp/com-industry-lens-mcp-public
- Website: https://industry-lens.com

## Install
- Endpoint: https://api.industry-lens.com/mcp/public
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.industry-lens.com/mcp/public

## Tools
- get_competitive_profile (Get a competitive profile for a company) - Use when the user asks who competes with a company, what a competitor recently did, or for a competitive overview of a domain. Input a company domain or name and get a privacy-safe profile: firmographics, recent strategic moves (the existence of a shift + a was→now summary, with the real analysis date), and links to published reports/comparisons. Returns { covered: false } for companies IndustryLens doesn't publicly track. Endpoint: https://api.industry-lens.com/mcp/public
- list_competitor_moves (List a competitor's recent moves) - Recent tracked strategic moves for one competitor, newest-first — the existence of each shift plus a was→now summary and the real analysis date (never a fabricated date). Returns { covered: false } for companies IndustryLens doesn't publicly track, and an empty list for covered companies with no moves detected yet. Endpoint: https://api.industry-lens.com/mcp/public
- find_competitors (Find who competes with a company) - Given a company domain or name, return the other companies IndustryLens tracks in the same market. Returns { covered: false } for companies not publicly tracked. Endpoint: https://api.industry-lens.com/mcp/public
- list_reports (List IndustryLens intelligence reports) - Browse published competitive-intelligence reports. Filter by industry or target_role; results are ordered newest-first. Each returned item has a slug usable with get_report. URLs follow https://industry-lens.com/reports/<slug>. Endpoint: https://api.industry-lens.com/mcp/public
- get_report (Get a full IndustryLens report) - Fetch the full body of a published report by slug. Returns the report's structured fields plus content_html (the canonical body). For a PDF, use pdf_url when present, or append .pdf to the URL. Endpoint: https://api.industry-lens.com/mcp/public
- list_comparisons (List IndustryLens head-to-head comparisons) - Browse published competitor-vs-competitor breakdowns. Optionally filter by a competitor name (matches either side). Each item has a slug usable with get_comparison. URLs follow https://industry-lens.com/compare/<slug>. Endpoint: https://api.industry-lens.com/mcp/public
- get_comparison (Get a full IndustryLens comparison) - Fetch the full structured body of a published competitor comparison by slug. Returns content_json (the structured breakdown: pricing, recent moves, positioning, displacement signals, when-to-choose, etc.) plus metadata. Endpoint: https://api.industry-lens.com/mcp/public
- subscribe_to_newsletter (Subscribe to IndustryLens weekly briefings) - Sign the user up for IndustryLens's weekly intelligence-report newsletter. Use this only after the user explicitly asks to subscribe — never subscribe an email without their direct, informed consent. The source argument is recorded for attribution and defaults to 'mcp'. Endpoint: https://api.industry-lens.com/mcp/public
- get_competitor_moves_diff (Get a competitor's dated change feed) - The dated CHANGE-FEED for one competitor: every real was→now strategic shift IndustryLens detected, newest-first, each stamped with its real analysis date (never a fabricated date). Use when the user asks what changed, what's new, or wants a timeline of a competitor's moves — optionally since a given date. Input a domain or name. Returns { covered: false } with a CTA for companies not publicly tracked. Endpoint: https://api.industry-lens.com/mcp/public
- get_pricing_changes (Get recent competitor pricing changes) - Structured pricing/packaging changes IndustryLens has detected across the markets it tracks — each with a change_type, severity, materiality score, a plain-language summary, and the real detection date. Pass a `competitor` (name or domain) to scope to one company, or omit it for a market-wide recent pricing feed. No other public source exposes structured competitor pricing-diffs like this. Endpoint: https://api.industry-lens.com/mcp/public
- list_markets (List the markets IndustryLens tracks) - List the B2B SaaS markets (categories) IndustryLens monitors. Each item has a `slug` usable with get_market_landscape for the full category map. Ordered by name. Endpoint: https://api.industry-lens.com/mcp/public
- get_market_landscape (Get the whole-category map for a market) - Given a market (a vertical slug or name), return the published category overview plus every player IndustryLens tracks in that market — the whole-CATEGORY map, not a self-selected competitor set. Returns the hub (title, abstract, tldr, hero_stats, url), the deduped list of players (name, domain, business_model), and `market_news` — the latest weekly market summary (narrative, top topics, new entrants, topic momentum, source URLs). Returns { covered: false } for markets IndustryLens doesn't publicly track. Use list_markets to discover slugs. Endpoint: https://api.industry-lens.com/mcp/public

## Resources
- industrylens://reports - IndustryLens published reports The catalog of published competitive-intelligence reports (slug, title, url). Read industrylens://reports/{slug} for a report's full body. MIME type: application/json

## Prompts
- market_brief - Competitive market brief for a company Build a dated, cited competitive brief for one company using the public IndustryLens tools (get_competitive_profile + get_competitor_moves_diff). Arguments: company
- compare_two - Head-to-head between two companies Produce a head-to-head comparison of two companies, preferring a published IndustryLens comparison and falling back to each company's profile. Arguments: company_a, company_b

## Metadata
- Owner: com.industry-lens
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 31, 2026
- Source: https://registry.modelcontextprotocol.io
