← industry-lens.com

INDIVIDUAL MCP TOOL

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

industry-lens.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

industry-lens.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.industrylens-public]
url = "https://api.industry-lens.com/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "industrylens-public": {
      "type": "http",
      "url": "https://api.industry-lens.com/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: industrylens-public
Remote MCP URL: https://api.industry-lens.com/mcp/public

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "industrylens-public": {
      "url": "https://api.industry-lens.com/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "industrylens-public": {
      "type": "http",
      "url": "https://api.industry-lens.com/mcp/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "industrylens-public",
  "transport": "streamable-http",
  "url": "https://api.industry-lens.com/mcp/public"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • 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).
  • find_competitors — Given a company domain or name, return the other companies IndustryLens tracks in the same market.
  • list_reports — Browse published competitive-intelligence reports.
  • get_report — Fetch the full body of a published report by slug.
  • list_comparisons — Browse published competitor-vs-competitor breakdowns.
  • get_comparison — Fetch the full structured body of a published competitor comparison by slug.
  • subscribe_to_newsletter — Sign the user up for IndustryLens's weekly intelligence-report newsletter.