MCP Server
MCP
io.github.armin5872/optiqra-mcp
MCP server exposing OptiQra's website audit tools: SEO, GEO, AEO, and AI-generated fixes.
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
By
Comments
Sign in to leave a comment