MCP Server
MCP
io.github.optifeed/optifeed-radar
AI visibility checker: does AI recommend your brand? GEO/AEO, runs locally, BYO keys. CLI + MCP.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "optifeed-radar",
"version": "0.2.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "optifeed-radar",
"type": "named",
"name": "--package"
},
{
"value": "optifeed-mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "OpenAI API key for the ChatGPT engine",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Anthropic API key for the Claude engine",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "Google API key for the Gemini engine",
"isSecret": true,
"name": "GOOGLE_API_KEY"
},
{
"description": "Perplexity API key for the Perplexity engine",
"isSecret": true,
"name": "PERPLEXITY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment