Analytics
industry-lens.com
Provides competitive intelligence and market analysis tools for tracking competitors and their strategic moves.
ENDPOINT 1
https://api.industry-lens.com/mcp/public
MCP server metadata
- Name
- industrylens-public
- Version
- 0.1.0
IndustryLens Public — live competitive intelligence on the B2B SaaS markets IndustryLens monitors (sales intelligence, AI-search & brand visibility, GTM engineering, spend management), plus published reports and head-to-head comparisons. Query tools (reach for these first): • 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 domain or name → profile + recent strategic moves + linked reports. • list_competitor_moves — recent tracked moves for one competitor, newest-first. • find_competitors — who competes with a given company. Catalog tools: • list_reports — browse published reports (filter by industry / target_role) • get_report — full body of a report by slug • list_comparisons — browse competitor-vs-competitor breakdowns • get_comparison — full body of a comparison by slug • subscribe_to_newsletter — sign the user up for weekly briefings (consent required) All tools return real data from industry-lens.com. The public tier shows facts about companies and the existence of strategic shifts (with the real analysis date) — never a customer's private data, and never a fabricated date. Quote slugs/URLs back so the user can verify. A { covered: false } result means the company isn't publicly tracked yet — surface the CTA. Subscribe only after the user explicitly asks.
Known tools 12
get_competitive_profileUse when the user asks who competes with a company, what a competitor recently did, or for a competitive overview of a domain.
Inferred read-onlylist_competitor_movesRecent 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).
Inferred read-onlyfind_competitorsGiven a company domain or name, return the other companies IndustryLens tracks in the same market.
Inferred read-onlyget_comparisonFetch the full structured body of a published competitor comparison by slug.
Inferred read-onlysubscribe_to_newsletterSign the user up for IndustryLens's weekly intelligence-report newsletter.
Inferred read-onlyget_competitor_moves_diffThe 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).
Inferred read-onlyget_pricing_changesStructured 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.
Inferred read-onlyget_market_landscapeGiven 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for industry-lens.com was fetched 2026-08-30T16:04:50.677Z.
industry-lens.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.