Competlab Mcp Server

Created By
CompetLab3 months ago
Competitive intelligence platform with 24 tools. Monitor competitor pricing, content, positioning, tech stacks, and AI visibility — track how ChatGPT, Claude, and Gemini rank your brand.
Overview

What is CompetLab?

Competitive intelligence platform for B2B SaaS. One platform, 5 dimensions, monitored automatically.

DimensionWhat It Tracks
Tech & TrustTech stacks, security headers, trust signals, AI bot blocking
ContentSitemap analysis, content categorization, URL changelog
PositioningHomepage messaging, value props, CTAs, target audience
PricingPlans, billing models, free tiers, gap analysis
AI VisibilityHow ChatGPT, Claude, and Gemini rank your brand (unique)

AI Visibility is what makes CompetLab unique — no other CI platform tracks how LLMs recommend brands.

Quick Start

Server URL: https://mcp.competlab.com/mcp Transport: Streamable HTTP Auth: CL-API-Key header (or api_key query parameter for Claude Desktop/Web)

Get your API key at app.competlab.com — free 14-day trial, no credit card.

Available Tools (24)

Projects & Competitors

ToolDescription
list_projectsList all projects with status, competitor count, and last monitored timestamp
get_projectGet project details with per-dimension monitoring freshness
list_competitorsList all monitored competitors including your own domain
get_competitorGet competitor details including monitored page URLs

Tech & Trust Profile

ToolDescription
get_tech_trust_dashboardLatest security headers, trust signals, tech stacks, DNS, robots.txt analysis
get_tech_trust_historyPaginated history of monitoring runs
get_tech_trust_run_detailFull competitor-by-competitor data for a specific run

Content Intelligence

ToolDescription
get_content_dashboardLatest sitemap analysis, content categorization, strategic URLs, gap analysis
get_content_historyPaginated history of monitoring runs
get_content_run_detailFull data for a specific content run
get_content_changelogDetected URL changes over time (new, removed, moved)

Positioning

ToolDescription
get_positioning_dashboardLatest homepage messaging, value props, CTAs, target audience
get_positioning_historyPaginated history of monitoring runs
get_positioning_run_detailFull data for a specific positioning run

Pricing Intelligence

ToolDescription
get_pricing_dashboardLatest pricing plans, billing options, market statistics, gap analysis
get_pricing_historyPaginated history of monitoring runs
get_pricing_run_detailFull data for a specific pricing run

AI Visibility

ToolDescription
get_ai_visibility_dashboardAI Visibility Scores, mention rates, per-provider breakdowns (OpenAI, Claude, Gemini)
get_ai_visibility_historyPaginated history of AI visibility checks
get_ai_visibility_check_detailFull detail for a specific check with per-competitor rankings
get_ai_visibility_trendTrack how LLM brand perception changes over time

Analysis, Alerts & Schedules

ToolDescription
get_action_planAI-generated competitive action plan with prioritized recommendations
list_alertsCompetitive change alerts — filterable by dimension, severity, competitor
list_schedulesMonitoring schedules for all dimensions with status and intervals

Example Prompts

  • "What changed on my competitors' pricing pages this week?"
  • "How does ChatGPT rank my brand vs competitors?"
  • "Show me the action plan — what should I fix first?"
  • "Compare content strategies across all tracked competitors"
  • "What critical alerts fired in the last 7 days?"
  • "Track how my AI visibility score changed over the last 3 months"
  • "Which competitors have better security headers than us?"

Server Config

{
  "mcpServers": {
    "competlab": {
      "url": "https://mcp.competlab.com/mcp",
      "headers": {
        "CL-API-Key": "YOUR_COMPETLAB_API_KEY"
      }
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
CompetLab
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

a day ago
Linkpulse

a day ago
Trainzilla Mcp

8 hours ago