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

Business discovery + site auditing infrastructure. Find candidates by industry and location, validate domains, extract contact data, run ADA / SEO / performance audits, and generate reports — all through named MCP tools.

Named tools
  • discover_business_candidates — find 50+ candidates by industry + location
  • qualify_candidate_domains — validate business domains for reachability
  • crawl_candidate_site — extract contact info and business details
  • 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
  • list_supported_sources — show available discovery sources
Install
npm install -g @siteclinic/mcp-crawl
Proof
50/50 candidate discovery proof passed
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:

discover_business_candidates({
  industry: "restaurant",
  location: "San Francisco, CA",
  limit: 50
})

run_site_visibility_scan({
  website_url: "https://example.com",
  scan_type: "full",
  include_screenshots: true
})
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 + legal-grade reports.

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