io.github.eugenregehr/geo-seo-analyzer-octoboost✓
io.github.eugenregehr/geo-seo-analyzer-octoboost · v1.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.eugenregehr/geo-seo-analyzer-octoboost",
"description": "Analyze multiple URLs with categorized SEO / GEO checks and scored results.",
"repository": {
"url": "https://github.com/eugenregehr/octoboost-mcp-server",
"source": "github"
},
"version": "1.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "octoboost-mcp-server",
"version": "1.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your OctoBoost API key for authenticating requests to the SEO API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OCTOBOOST_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}