INDIVIDUAL MCP TOOL
aeo_audit
Lance un audit AEO/GEO d’une URL (asynchrone, ~2 min) et renvoie immédiatement l’audit_id.
LIVE ENDPOINT
https://aeotool.io/api/mcp
Connect to this endpoint to inspect the live schema for aeo_audit and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aeotool]
url = "https://aeotool.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aeotool": {
"type": "http",
"url": "https://aeotool.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aeotool
Remote MCP URL: https://aeotool.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aeotool": {
"url": "https://aeotool.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aeotool": {
"type": "http",
"url": "https://aeotool.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aeotool",
"transport": "streamable-http",
"url": "https://aeotool.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
aeo_list_sites— Liste les sites WordPress connectés au compte (plugin Everlange Connect) : domaine, statut, modules actifs, version du bundle.aeo_audit_status— Statut d’un audit lancé par aeo_audit : pending/processing → completed (avec le score) ou failed.aeo_batch_audit— Lance l’audit de plusieurs sites en une commande (le « killer agence »), en asynchrone : renvoie immédiatement un audit_id par URL.aeo_report— Renvoie le détail complet d’un audit existant (par audit_id) : score global, scores par catégorie et tous les critères (score + recommandation).aeo_improvements— La CHECKLIST d’améliorations d’un audit : groupées par niveau (1=auto-applicable plugin, 2=générable, 3=rebuild/lead), triées par gain projeté.aeo_generate— Génère (sans appliquer) un artefact AEO, déterministe et gratuit.aeo_apply— APPLIQUE la sélection d’améliorations niveau 1 (jsonld/robots/llms/meta) sur un site connecté : génère + archive les correctifs et bump le bundle → le plugin les injecte au prochain sync.aeo_citations— Historique de citation d’un domaine dans les moteurs IA : taux de citation par date, détail par moteur, part de voix.