model_context_protocol · tool
aeo_score
Get a quick AEO score summary for a URL. Returns SEO/AEO/GEO scores and grade in seconds.
Input schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Target URL, for example https://example.com"
}
},
"required": [
"url"
]
}JSON-RPC example
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "aeo_score",
"arguments": {
"url": "https://example.com"
}
}
}