MCP Server
MCP
CrazySEO
Audit whether ChatGPT, Gemini and Perplexity recommend a site. Readiness checks need no keys.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "crazyseo",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional. Enables the ChatGPT engine for audit_visibility. Never required for readiness_check.",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Optional. Enables the Gemini engine for audit_visibility. Never required for readiness_check.",
"isSecret": true,
"name": "GOOGLE_API_KEY"
},
{
"description": "Optional. Enables the Perplexity engine for audit_visibility. Never required for readiness_check.",
"isSecret": true,
"name": "PERPLEXITY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment