Auditspark

by brianontech-bot

325 downloads
Not rated
GitHub

About

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).

Details

Author
brianontech-bot
Downloads
325
Categories
Other, AI

- Audits 15 categories including SEO, performance, and accessibility
- Returns a scored report in under 2 minutes
- Free tier offers 3 audits per day
- Pro Report unlocks full 15-category report for $39 one-time
- Supports Freelance ($79/mo) and Agency ($249/mo) subscription plans

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Auditspark
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Obtain a free API key via POST to https://auditspark.io/api/api-keys-register, then set it as the environment variable AUDITSPARK_API_KEY in your MCP client configuration. Use the poll_until_done tool (recommended) to start an audit and wait for results, or use audit_website to get an auditId immediately and get_audit_status to check progress.

audit_website

Start a website audit on AuditSpark. Returns an auditId immediately — use get_audit_status or poll_until_done to retrieve results. Audits analyze SEO, performance, accessibility, security, content quality, and 10+ other categories.

get_audit_status

Check the status of an AuditSpark audit. Returns status (pending/fetching/analyzing/complete/error), composite score, category scores, and the free-view report markdown when complete.

get_full_report

Fetch the full markdown audit report. Requires an active AuditSpark subscription (Freelance or Agency) — set the AUDITSPARK_JWT environment variable. Free users receive only the executive summary and scores.

poll_until_done

Start a website audit and wait for it to complete (polls every 4s, up to 3 minutes). Returns the full status result including score, category breakdown, and free-view report. Convenient one-shot tool for auditing a site.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "auditspark": {
            "auditspark": {
                "command": "npx",
                "args": [
                    "-y",
                    "auditspark-mcp"
                ],
                "env": {
                    "AUDITSPARK_API_KEY": "get yours at https://auditspark.io/api/api-keys-register"
                }
            }
        }
    }
}

McpServers

{
    "auditspark": {
        "command": "npx",
        "args": [
            "-y",
            "auditspark-mcp"
        ],
        "env": {
            "AUDITSPARK_API_KEY": "get yours at https://auditspark.io/api/api-keys-register"
        }
    }
}

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 auditId immediately - get_audit_status — Check progress and retrieve the free-view report - get_full_report — Fetch the full 15-category report (subscribers only)

Setup

1. Get a free API key (3 audits/day): POST https://auditspark.io/api/api-keys-register 2. Add your key to the MCP config as AUDITSPARK_API_KEY 3. 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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.