AI visibility checker: GPTBot vs OAI-SearchBot, robots.txt audit, raw-HTML schema. 165 crawlers.
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).
Distributed as an MCP bundle (`https://github.com/krisdiallo/ecom-agent/releases/download/v1.5.3/aivis.mcpb`) — download it and import the bundle in your MCP client.
Run
docker run -i --rm ghcr.io/krisdiallo/aivis:1.5.3
MCP client config
{
"mcpServers": {
"ai-visibility-checker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/krisdiallo/aivis:1.5.3"
]
}
}
}