Asks 8 AI crawlers for your page, checks who really answered, and writes the fixes. MIT.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y openaeo-audit
MCP client config
{
"mcpServers": {
"openaeo": {
"command": "npx",
"args": [
"-y",
"openaeo-audit"
]
}
}
}