MCP

Site Clinic as MCP-native tools.

Use Site Clinic capabilities inside Claude Code, VS Code + Continue, and custom AI agents through Model Context Protocol tools. Backed by the same public API system of record — agents get a curated tool surface instead of brittle prompt-only HTTP.

Install

Add to your MCP client config

json
{
  "mcpServers": {
    "siteclinic-crawl": {
      "command": "npx",
      "args": ["@siteclinic/mcp-crawl"],
      "env": {
        "SITECLINIC_API_KEY": "sc_live_your_key_here"
      }
    }
  }
}

Need an API key first? Create a developer account at app.siteclinic.io.

✓ Shippingsiteclinic-crawl-mcp

Business discovery + auditing infrastructure

Site auditing + market-research infrastructure. Run ADA / SEO / performance audits, generate reports, and research local market visibility patterns from publicly available business categories for outreach planning — all through named MCP tools.

Named tools
  • run_site_visibility_scan — complete ADA / SEO / performance audits
  • generate_audit_report — PDF / HTML / JSON report generation
  • get_proof_run_status — monitor operation status and results
  • qualify_candidate_domains — validate business domains for reachability
  • list_supported_sources — show available research sources
Install
npm install -g @siteclinic/mcp-crawl
Proof
Reproducible proof runs recorded per operation
Evidence standard
Source attribution, scope boundaries, reproducibility per Site Clinic doctrine.
Usage

Invoke tools from any MCP client

typescript
// In Claude Code or any MCP-enabled assistant:

run_site_visibility_scan({
  website_url: "https://example.com",
  scan_type: "full",
  include_screenshots: true
})

generate_audit_report({
  website_url: "https://example.com",
  format: "pdf"
})
Integrations

Where Site Clinic MCP runs today

Claude Code

Setup: Add MCP server entry to Claude Code config.

Benefits: Native tool access, streaming responses, type-safe parameters.

VS Code + Continue

Setup: Configure MCP server in Continue extension.

Benefits: Code-context awareness, automated audits on save, PR integration.

Custom agents

Setup: Use @modelcontextprotocol/sdk in Node.js or Python.

Benefits: Full programmatic control, custom business logic, enterprise integration.

Roadmap

MCP servers in development

New MCP servers ship only after their tool contracts, safety review, and evidence shape are ready for developer use. The two below are on the public roadmap.

Coming Q3 2026
siteclinic-monitor-mcp

Continuous site health monitoring + alerting through MCP tools.

Coming Q4 2026
siteclinic-audit-mcp

Comprehensive WCAG 2.1/2.2 audit + evidence-first reports with screenshots and code context.

Same API key, same billing, same evidence model as the Perfect Website API.

We use Google Analytics to understand how visitors find Site Clinic. No cookies fire until you choose. Privacy policy.