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
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.
- 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
npm install -g @siteclinic/mcp-crawlInvoke tools from any MCP client
// 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
})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 + legal-grade reports.
Same API key, same billing, same evidence model as the Perfect Website API.