AI-powered website audit for Claude. Analyze any URL across SEO, performance, accessibility, UX, content quality, and 10+ other categories — get a scored report in under 2 minutes. Free tier included (3 audits/day).
Overview
AuditSpark MCP Server
Audit any website directly from Claude. AuditSpark analyzes 15 categories including SEO, performance, accessibility, UX, conversion optimization, content quality, trust signals, and more — returning a scored report in under 2 minutes.
Tools
- poll_until_done — Start an audit and wait for results (recommended)
- audit_website — Start an audit, get an
auditIdimmediately - get_audit_status — Check progress and retrieve the free-view report
- get_full_report — Fetch the full 15-category report (subscribers only)
Setup
- Get a free API key (3 audits/day):
POST https://auditspark.io/api/api-keys-register - Add your key to the MCP config as
AUDITSPARK_API_KEY - Subscribers (Freelance/Agency) get full reports and higher quotas
Pricing
- Free: 3 audits/day
- Pro Report: $39 one-time (full 15-category report + PDF)
- Freelance: $79/mo — 15 audits/month, full reports included
- Agency: $249/mo — 60 audits/month, 10 seats, white-label PDF
Server Config
{
"mcpServers": {
"auditspark": {
"command": "npx",
"args": [
"-y",
"auditspark-mcp"
],
"env": {
"AUDITSPARK_API_KEY": "get yours at https://auditspark.io/api/api-keys-register"
}
}
}
}