Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Mcp
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:42:45 PM

Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Track competitors from your AI assistant: change feed, page snapshots, labels and alerts.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-184": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-184"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Competitor Tracker & Co.

Competitor Tracker MCP server

smithery badge

Track your competitors from inside your AI assistant. This is the remote Model Context Protocol server for Competitor Tracker & Co. Subscribe to competitors, read their change feed, and pull page snapshots straight from Claude, Cursor, ChatGPT, or any other MCP client. No browser tab required.

  • Website: https://competitortracker.io
  • Docs: https://competitortracker.io/docs/mcp/
  • Demo: https://competitortracker.io/demo/agent/
  • MCP endpoint: https://mcp.competitortracker.io/mcp
  • Transport: Streamable HTTP
  • Auth: OAuth (sign in on first tool call) or an X-API-Key header

Claude calling the Competitor Tracker MCP server to summarise this week's competitor changes across pricing, product and messaging

See it in action

Not ready to connect? Watch the agent desk: a recorded Claude session on this MCP server, working a live case of 25 competitive-intelligence rivals from April to July. Real tool calls, real detected changes. The same case as a Monday email brief sits next door, and the demo hub shows both.

Claude using the Competitor Tracker MCP server to build a payroll-industry pricing radar report from tracked competitor data

Connecting

Point any MCP-compatible client at the endpoint above.

Claude

Terminal
claude mcp add --transport http competitor-tracker https://mcp.competitortracker.io/mcp

Cursor

Add to ~/.cursor/mcp.json, then enable it in Settings β†’ MCP:

config.json
{
  "mcpServers": {
    "competitor-tracker": {
      "url": "https://mcp.competitortracker.io/mcp"
    }
  }
}

ChatGPT

Settings β†’ Connectors β†’ Add custom connector, using the endpoint URL above.

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

config.json
{
  "mcpServers": {
    "competitor-tracker": {
      "serverUrl": "https://mcp.competitortracker.io/mcp"
    }
  }
}

Cline

config.json
{
  "mcpServers": {
    "competitor-tracker": {
      "type": "streamableHttp",
      "url": "https://mcp.competitortracker.io/mcp"
    }
  }
}

Raycast

Add a remote MCP server from AI β†’ MCP Servers, using the endpoint URL above.

Full per-client instructions live at competitortracker.io/docs/mcp/connect.

Authentication

On the first tool call the server walks you through an OAuth sign-in. For headless or automated use, generate an API key in the app and send it as an X-API-Key header. See API keys.

Tools

The server exposes ~50 tools. Read tools need no special scope; (write) tools change your workspace and (destructive) tools require an explicit confirm: true.

  • list_competitors: list the competitors your organization tracks
  • get_competitor: fetch one competitor's details, categories and labels
  • get_competitor_timeline: chronological activity for a competitor
  • list_pages: list tracked pages, optionally filtered by type
  • get_snapshot: retrieve a snapshot with HTML, markdown and screenshot assets
  • list_snapshots: list snapshots for a tracked page
  • list_org_changes: read the organization-wide change feed with filters
  • list_competitor_changes: changes for a single competitor
  • list_snapshot_changes: changes attributed to a specific snapshot
  • list_labels: the organization's labels with colors
  • get_label: a single label's details
  • get_current_user: the signed-in user's profile
  • list_my_orgs: organizations the user belongs to
  • get_balance: coin balance and renewal summary
  • list_transactions: coin transaction history
  • get_org: current organization details
  • list_members: active organization members
  • list_invites: pending invitations
  • list_api_keys: API keys with metadata, secrets excluded
  • list_api_key_usage: API key usage logs
  • list_dispatches: the organization's notifications
  • list_dispatch_deliveries: email delivery attempts
  • list_webhooks: registered webhooks
  • list_webhook_deliveries: webhook delivery attempts
  • subscribe_competitor: start tracking a competitor by URL (write)
  • update_competitor: change display name or tracked categories (write)
  • create_label: add a new label (write)
  • update_label: rename or recolor a label (write)
  • assign_label: apply a label to a competitor (write)
  • update_current_user: update profile name fields (write)
  • update_org: rename the organization, admin only (write)
  • update_member_role: change a member's permissions (write)
  • create_invite: invite a new member by email (write)
  • mint_api_key: generate a new API key with scopes (write)
  • create_dispatch: create a notification with optional label scoping (write)
  • update_dispatch: modify notification settings (write)
  • add_dispatch_recipient: add a recipient to a notification (write)
  • create_webhook: register a webhook endpoint (write)
  • list_pages: list tracked pages, optionally filtered by type
  • get_snapshot: retrieve a snapshot with HTML, markdown and screenshot assets
  • list_snapshots: list snapshots for a tracked page
  • list_org_changes: read the organization-wide change feed with filters
  • list_competitor_changes: changes for a single competitor
  • list_snapshot_changes: changes attributed to a specific snapshot
  • list_labels: the organization's labels with colors
  • get_label: a single label's details
  • get_current_user: the signed-in user's profile
  • list_my_orgs: organizations the user belongs to
  • get_balance: coin balance and renewal summary
  • list_transactions: coin transaction history
  • get_org: current organization details
  • list_members: active organization members
  • list_invites: pending invitations
  • list_api_keys: API keys with metadata, secrets excluded
  • list_api_key_usage: API key usage logs
  • list_dispatches: the organization's notifications
  • list_dispatch_deliveries: email delivery attempts
  • list_webhooks: registered webhooks
  • list_webhook_deliveries: webhook delivery attempts
  • subscribe_competitor: start tracking a competitor by URL (write)
  • update_competitor: change display name or tracked categories (write)
  • create_label: add a new label (write)
  • update_label: rename or recolor a label (write)
  • assign_label: apply a label to a competitor (write)
  • update_current_user: update profile name fields (write)
  • update_org: rename the organization, admin only (write)
  • update_member_role: change a member's permissions (write)
  • create_invite: invite a new member by email (write)
  • mint_api_key: generate a new API key with scopes (write)
  • create_dispatch: create a notification with optional label scoping (write)
  • update_dispatch: modify notification settings (write)
  • add_dispatch_recipient: add a recipient to a notification (write)
  • create_webhook: register a webhook endpoint (write)
  • unsubscribe_competitor: stop tracking a competitor (destructive)
  • delete_label: remove a label from all competitors (destructive)
  • unassign_label: detach a label from a competitor (destructive)
  • delete_org: delete the organization, owner only (destructive)
  • transfer_org_ownership: change the owner (destructive)
  • leave_org: exit the organization (destructive)
  • revoke_invite: cancel a pending invitation (destructive)
  • revoke_api_key: disable an API key permanently (destructive)
  • regenerate_api_key: rotate an API key secret (destructive)
  • delete_dispatch: remove a notification (destructive)
  • remove_dispatch_recipient: unsubscribe a notification recipient (destructive)
  • delete_webhook: delete a webhook registration (destructive)

The full, always-current catalogue is at competitortracker.io/docs/mcp/tools.

Who it's for

Founders, product and marketing teams who already live in an AI assistant and want competitor intelligence where they work: pricing moves, page changes, launches. Not in yet another dashboard.

About this repository

This repo is the public listing and manifest for the Competitor Tracker MCP server (server.json, client config, install notes). The server itself runs remotely at https://mcp.competitortracker.io/mcp, so there is nothing to build or host here. To use it, just point your client at the endpoint.

License

MIT.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • BittleBits GEO Assistant logoBittleBits GEO Assistant

    GEO scores and content-rewrite suggestions for any web page, as MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs BittleBits GEO Assistant β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’

Frequently Asked Questions about Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp": { "command": "npx", "args": ["-y", "mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-184?style=directory)](https://allmcps.com/mcp/mcp-184)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-184"><img src="https://allmcps.com/api/badge/mcp-184?style=directory" alt="Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code