# AEO Scanner

AI search visibility audit — triple scoring: AEO, GEO, Agent Readiness. Mention readiness, AI Identity Card, competitive gap analysis, business profile detection. Free scan, $1 audit, $3 compare, $5 …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add convrgent/aeo-scanner

# Browse available tools
npx -y @smithery/cli@latest tool list convrgent/aeo-scanner

# Get full schema for a tool
npx -y @smithery/cli@latest tool get convrgent/aeo-scanner scan_site

# Call a tool
npx -y @smithery/cli@latest tool call convrgent/aeo-scanner scan_site '{}'
```

## Direct MCP Connection

Endpoint: `https://aeo-scanner--convrgent.run.tools`

**Optional config:**
- `AEO_API_KEY` (header) — API key for audit ($1), compare ($3), and fix ($5). Free scan, needs no key, at scan.convrgent.ai

## Tools (4)

- `scan_site` — Quick AI visibility scan. Returns three scores: AEO Score (0-100, AI search engine findability), GEO Score (0-100, AI c…
- `audit_site` — Full AI visibility audit across 58+ checks in 12 categories (4 AEO + 4 GEO + 4 Agent Readiness). Returns detailed per-c…
- `fix_site` — Generate complete fix code for all AI visibility issues across AEO, GEO, and Agent Readiness. Returns working code you …
- `compare_sites` — Competitive gap analysis — scans two sites concurrently, shows side-by-side scores, category-by-category winners, compe…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get convrgent/aeo-scanner <tool-name>
```

## Resources

- `aeo://reference/scoring-methodology` — How AEO, GEO, and Agent Readiness scores are calculated across 58+ checks in 12 categories. Includes mention readiness,…

## Prompts (1)

- `optimize_site` (url, priority) — Full scan → audit → compare → fix → verify workflow for optimizing a site's AI visibility across AEO, GEO, and Agent Re…
