Official Model Context Protocol (MCP) server for AEOGEOAUDIT. Enables AI agents to audit AEO, GEO, and Share of Voice (SoV) visibility autonomously.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-aeogeoaud": {
"command": "npx",
"args": [
"-y",
"aeogeoaudit/mcp-server-aeogeoaudit"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-aeogeoaud npx -y aeogeoaudit/mcp-server-aeogeoaudit
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-aeogeoaud": {
"command": "npx",
"args": [
"-y",
"aeogeoaudit/mcp-server-aeogeoaudit"
]
}
}
}