Audit a site for AI search visibility and write the fixes: robots.txt, llms.txt, JSON-LD. Free, MIT.
claude mcp add audit -- npx -y openaeo-audit
claude_desktop_config.json
{
"mcpServers": {
"audit": {
"command": "npx",
"args": [
"-y",
"openaeo-audit"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"audit": {
"command": "npx",
"args": [
"-y",
"openaeo-audit"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"audit": {
"command": "npx",
"args": [
"-y",
"openaeo-audit"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"openaeo-audit"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"audit": {
"command": "npx",
"args": [
"-y",
"openaeo-audit"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/dev.openaeo--audit/reviews or the review_server meta-tool.
POST /mcp