aeo
Verified Safeby NoCodeify
Overview
Performs Answer Engine Optimization (AEO) audits across ChatGPT, Gemini, and Google Search, comparing LLM responses, extracting citations, and generating comprehensive brand audit reports with detailed analysis.
Installation
node /Users/sohaib/Downloads/aeo/aeo-audit-mcp/dist/index.jsEnvironment Variables
- OPENAI_API_KEY
- GEMINI_API_KEY
- SCRAPINGBEE_API_KEY
Security Notes
API keys are properly handled via environment variables. Input parameters for tools are validated using Zod, mitigating some injection risks to the external APIs. Network calls are made to trusted external APIs (OpenAI, Google GenAI, ScrapingBee). No critical security vulnerabilities like 'eval' or direct arbitrary file system access are identified in the provided truncated code.
Similar Servers
gemini-cli
Provides an A2A (Agent-to-Agent) server for the Gemini CLI, enabling external agents to interact with and utilize the CLI's capabilities for executing tasks and accessing tools.
gpt-researcher
The GPT Researcher MCP Server enables AI assistants to conduct comprehensive web research and generate detailed, factual, and unbiased reports. It supports multi-agent workflows, local document analysis, and integration with external tools via the Machine Conversation Protocol (MCP) for various research tasks.
lighthouse-mcp-server
Provides comprehensive web performance, accessibility, SEO, and security auditing and analysis using Google Lighthouse for LLMs and AI agents.
claude-power-pack
Provides distributed locking and session coordination for Claude Code sessions via Redis, preventing conflicts during concurrent development activities.