MCP Tools
Audit Tools
5 MCP tools for searching, retrieving, and re-auditing domains. Includes fix prompts and benchmark data.
aeo_search_audits
Search published AEO audits by domain, sector, or score range. Returns slug, score, verdict, sector, category.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | Optional | Filter by domain (partial match, e.g., "notion") |
sector | string | Optional | Filter by sector slug |
min_score | number | Optional | Minimum overall score |
max_score | number | Optional | Maximum overall score |
limit | number | Optional | Max resultsDefault: 20 |
Example
Response
aeo_get_audit
Get full audit details for a domain: scorecard, findings, opportunities, pitch numbers. Set include_fix_prompts=true to get actionable fix prompts sorted by impact.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug | string | Required | Domain slug (e.g., "notion-com") |
include_fix_prompts | boolean | Optional | Include actionable fix prompts sorted by potential score impactDefault: false |
Example
Response
aeo_get_audit_status
Check the status of an audit job. Returns: pending, discovering, auditing, seeding, visibility, completed, or failed.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug | string | Required | Domain slug (e.g., "notion-com") |
Example
Response
aeo_request_reaudit
Request a fresh re-audit after making fixes. Queues a new audit job. Poll with aeo_get_audit_status until completed.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug | string | Required | Domain slug of a previously audited site |
Example
Response
aeo_get_audit (with fix prompts) - apply fixes - aeo_request_reaudit - poll status - aeo_get_audit (compare scores).aeo_get_benchmarks
Get sector/category benchmark averages, score ranges, and domain counts. Use to find real data for article citations.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sector_slug | string | Optional | Filter by sector slug (e.g., "saas-productivity") |
category_name | string | Optional | Filter by category name (e.g., "Home Health Care") |
Example
Response