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.
Add to your MCP client config
{
"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.
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.
- 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
npm install -g @siteclinic/mcp-crawlInvoke tools from any MCP client
// 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"
})Where Site Clinic MCP runs today
Setup: Add MCP server entry to Claude Code config.
Benefits: Native tool access, streaming responses, type-safe parameters.
Setup: Configure MCP server in Continue extension.
Benefits: Code-context awareness, automated audits on save, PR integration.
Setup: Use @modelcontextprotocol/sdk in Node.js or Python.
Benefits: Full programmatic control, custom business logic, enterprise integration.
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.
Continuous site health monitoring + alerting through MCP tools.
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.