Free AI visibility (GEO/AEO) audit as a remote MCP server — check whether ChatGPT, Claude & Perplexity can find and cite any website, from inside Claude/ChatGPT.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"specularis-mcp-audit": {
"command": "npx",
"args": [
"-y",
"AdevAarons/specularis-mcp-audit"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add specularis-mcp-audit npx -y AdevAarons/specularis-mcp-audit
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"specularis-mcp-audit": {
"command": "npx",
"args": [
"-y",
"AdevAarons/specularis-mcp-audit"
]
}
}
}
📋 Copy