CheckMyLaunch MCP server

CheckMyLaunch MCP server

Enables AI coding tools to run CheckMyLaunch scans on GitHub repos or live URLs and retrieve findings and repair prompts directly within the chat.

Category
Visit Server

README

CheckMyLaunch MCP server

Lets an AI coding tool (Claude Code, Claude Desktop, Cursor, etc.) run a CheckMyLaunch scan and read back findings + repair prompts without leaving the chat.

This is a paid feature. Every tool call is gated behind a CheckMyLaunch API key from a paid account (one-time Launch Check purchase or the Continuous Guard subscription) — get one at checkmylaunch.com/account after signing in and upgrading. Without a valid key configured, every tool refuses with a message pointing you there instead of running.

Tools

  • scan_repo { repoUrl } — scans a public GitHub repo.
  • scan_url { url } — scans a live site.
  • get_repair_prompt { scanId, findingId } — fetches the paste-back fix prompt for one finding.

Setup

  1. Sign in at checkmylaunch.com, upgrade to a paid plan, then go to your account page and generate an API key.
  2. Add this to your MCP client's config:
{
  "mcpServers": {
    "checkmylaunch": {
      "command": "npx",
      "args": ["github:matdtools-code/checkmylaunch-mcp"],
      "env": { "CHECKMYLAUNCH_API_KEY": "cml_live_..." }
    }
  }
}

Claude Code: claude mcp add or edit .claude/mcp.json / ~/.claude.json. Claude Desktop / Cursor: same JSON shape in their respective MCP config files.

Try it locally

npm install
CHECKMYLAUNCH_API_KEY=cml_live_... node test/smoke.js

Config

  • CHECKMYLAUNCH_API_KEY — required. From your CheckMyLaunch account page.
  • CHECKMYLAUNCH_API_URL — override the API base URL (defaults to https://www.checkmylaunch.com); useful for pointing at localhost:8899 during development.

How the gate works

Every tool call first verifies the key against GET /api/auth/api-key on the CheckMyLaunch server, which only resolves for a signed-in, paid account (see server/src/routes/auth.js in the main app repo). A missing, invalid, or free-plan key stops the call before any scan runs.

This doesn't (and can't) prevent someone from calling CheckMyLaunch's public /api/scan/public-github / /api/scan/url endpoints directly without this plugin — those intentionally stay open, capped at a small free weekly quota with truncated findings, as the website's own no-signup teaser. What the key unlocks is the difference that actually matters for real use: uncapped findings and no weekly quota, from inside your coding tool.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured