← Back to Plugins
MCP Server MCP

CrazySEO

github By github 👁 1 views ▲ 0 votes

Audit whether ChatGPT, Gemini and Perplexity recommend a site. Readiness checks need no keys.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...