HomeMarketing & E-Commerce › optifeed-radar

optifeed-radar

AI visibility checker: does AI recommend your brand? GEO/AEO, runs locally, BYO keys. CLI + MCP.

TypeScript Local
★ 5 stars Last pushed 2026-08-13 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "optifeed-radar": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_VALUE>",
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>",
        "GOOGLE_API_KEY": "<YOUR_VALUE>",
        "PERPLEXITY_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENAI_API_KEY secret — OpenAI API key for the ChatGPT engine
  • ANTHROPIC_API_KEY secret — Anthropic API key for the Claude engine
  • GOOGLE_API_KEY secret — Google API key for the Gemini engine
  • PERPLEXITY_API_KEY secret — Perplexity API key for the Perplexity engine

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry