B
io.github.eugenregehr/geo-seo-analyzer-octoboost · v1.1.1
Analyze multiple URLs with categorized SEO / GEO checks and scored results.
geo-seo-analyzer-octoboost 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"geo-seo-analyzer-octoboost": {
"command": "npx",
"args": [
"-y",
"octoboost-mcp-server"
],
"env": {
"OCTOBOOST_API_KEY": "<OCTOBOOST_API_KEY>"
}
}
}
}OCTOBOOST_API_KEY必填secretYour OctoBoost API key for authenticating requests to the SEO API
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.eugenregehr/geo-seo-analyzer-octoboost",
"type": "mcp-server",
"version": "1.1.1",
"displayName": "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"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "octoboost-mcp-server",
"version": "1.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "OCTOBOOST_API_KEY",
"description": "Your OctoBoost API key for authenticating requests to the SEO API",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.eugenregehr/geo-seo-analyzer-octoboost",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.eugenregehr%2Fgeo-seo-analyzer-octoboost/versions/latest",
"isOfficial": true,
"status": "active"
}
}