CompetLab MCP Server — competitive intelligence for B2B SaaS
CompetLab MCP Server — competitive intelligence for B2B SaaS. The competlab mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
More B2B buyers are asking AI before they Google. CompetLab monitors competitors across 5 dimensions — including AI Visibility, which tracks how ChatGPT, Claude, and Gemini mention and rank brands. This MCP server gives your AI agent access to all of it: dashboards, historical data, alerts, and strategic briefings. No other CI platform does this.
Competitive intelligence for the AI era. One platform, 5 dimensions, monitored automatically:
Everything the assistant can do here goes through one of these:
check_sitemap — Live sitemap analysis — URL discovery, categorization by section, content gaps and depthcheck_ai_crawlers — Live AI-crawler access check via robots.txt + meta tags — GPTBot, ClaudeBot, Google-Extended, PerplexityBot, and othersstart_tech_stack_scan — Start async tech-stack detection (117 rules: tech / growth / engagement). Returns scanIdget_tech_stack_scan — Poll a tech-stack scan by scanId — returns detected technologies with confidence scores when completestart_trust_signals_scan — Start async trust-signals analysis (34 signals across enterprise readiness, validation, social proof, authority, risk). Returns scanIdget_trust_signals_scan — Poll a trust-signals scan by scanId — returns per-signal verdicts and tier verdict when completestart_agent_adoption_scan — Start async Agent-Adoption Check (25 checks: discoverability, access, readability, agent endpoints). Returns scanIdget_agent_adoption_scan — Poll an Agent-Adoption Check by scanId — returns complete results when finishedfetch_url — Fetch any URL with JS rendering and bot-protection handling. Returns body, headers, cleanStats. Optional cleanHtml strips noise for LLM token-costCursor — The Cursor tool exposed by this serverWindsurf — The Windsurf tool exposed by this serverCline — Add to cline_mcp_settings.json (or configure via Cline UI > Installed > Advanced MCP Settings):Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 2 environment variables: COMPETLAB_API_KEY, YOUR_COMPETLAB_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the search and retrieval group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Competlab's toolset — check_sitemap, check_ai_crawlers, start_tech_stack_scan and 11 more — is a fair guide to whether it matches your workflow. It is maintained by competlab; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| check_sitemap | Live sitemap analysis — URL discovery, categorization by section, content gaps and depth |
| check_ai_crawlers | Live AI-crawler access check via robots.txt + meta tags — GPTBot, ClaudeBot, Google-Extended, PerplexityBot, and others |
| start_tech_stack_scan | Start async tech-stack detection (117 rules: tech / growth / engagement). Returns scanId |
| get_tech_stack_scan | Poll a tech-stack scan by scanId — returns detected technologies with confidence scores when complete |
| start_trust_signals_scan | Start async trust-signals analysis (34 signals across enterprise readiness, validation, social proof, authority, risk). Returns scanId |
| get_trust_signals_scan | Poll a trust-signals scan by scanId — returns per-signal verdicts and tier verdict when complete |
| start_agent_adoption_scan | Start async Agent-Adoption Check (25 checks: discoverability, access, readability, agent endpoints). Returns scanId |
| get_agent_adoption_scan | Poll an Agent-Adoption Check by scanId — returns complete results when finished |
| fetch_url | Fetch any URL with JS rendering and bot-protection handling. Returns body, headers, cleanStats. Optional cleanHtml strips noise for LLM token-cost savings. 60 req/min per API key |
| Cursor | The Cursor tool exposed by this server. |
| Windsurf | The Windsurf tool exposed by this server. |
| Cline | Add to cline_mcp_settings.json (or configure via Cline UI > Installed > Advanced MCP Settings): |
| Positioning | The Positioning tool exposed by this server. |
| Pricing | MCP access is included with every CompetLab subscription ($99/mo). Free trial includes full MCP access. |
{
"mcpServers": {
"competlab": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "/path/to/competlab-mcp-server",
"env": {
"COMPETLAB_API_KEY": "YOUR_COMPETLAB_API_KEY"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| COMPETLAB_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_COMPETLAB_API_KEY | Credential the server authenticates with. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.