← Back to Plugins
MCP Server MCP

io.github.armin5872/optiqra-mcp

github By github 👁 1 views ▲ 0 votes

MCP server exposing OptiQra's website audit tools: SEO, GEO, AEO, and AI-generated fixes.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "optiqra-mcp",
      "version": "1.0.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the OptiQra instance to call. Defaults to https://optiqra.vercel.app.",
          "name": "OPTIQRA_BASE_URL"
        },
        {
          "description": "Default AI-provider API key used by the ai-fix/ai-insights/ai-test tools if the caller doesn't pass one.",
          "isSecret": true,
          "name": "OPTIQRA_PROVIDER_API_KEY"
        },
        {
          "description": "Request timeout in milliseconds. Defaults to 120000.",
          "name": "OPTIQRA_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...