Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.industry-lens/mcp-public

com.industry-lens/mcp-public

B2B SaaS competitor pricing changes, strategic moves, market landscapes, reports and comparisons.

Uptime
100.0%
2 direct probes · 30d
Response
344ms
last probe
Tools
12
callable
Resources
1
readable
Prompts
2
available

Tools · 12

get_competitive_profile

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: firmograph…

list_competitor_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 } fo…

find_competitors

Given a company domain or name, return the other companies IndustryLens tracks in the same market. Returns { covered: false } for companies not publicly tracked.

list_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://indust…

get_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.

list_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.c…

get_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, e…

subscribe_to_newsletter

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. …

get_competitor_moves_diff

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 …

get_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 dat…

list_markets

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.

get_market_landscape

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. Retu…

Resources · 1

reports

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

industrylens://reports

Prompts · 2

market_brief

Build a dated, cited competitive brief for one company using the public IndustryLens tools (get_competitive_profile + get_competitor_moves_diff).

compare_two

Produce a head-to-head comparison of two companies, preferring a published IndustryLens comparison and falling back to each company's profile.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.industry-lens/mcp-public": {
      "url": "https://api.industry-lens.com/mcp/public",
      "transport": "streamable-http"
    }
  }
}