Analyze multiple URLs with categorized SEO / GEO checks and scored results.
{
"mcpServers": {
"io-github-eugenregehr-octoboost": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Analyze multiple URLs with categorized SEO / GEO checks and scored results.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 15 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
DataForSEO API modelcontextprotocol server
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
Bounding box(bbox) GIS tool: coords conversion, EPSG, WKT, GeoJSON, H3, Overpass, POI, map viz
Revenue intelligence MCP: RFM analysis, 14.5-point ICP scoring, pipeline health. HubSpot.
MCP Security Weekly
Get CVE alerts and security updates for io.github.eugenregehr/octoboost and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Expose the OctoBoost SEO API as Model Context Protocol (MCP) tools so agents can audit websites with compact, structured results instead of fetching and parsing raw HTML.
Get your free API key at octo-boost.com. New accounts include free credits to try every tool.
octoboost-mcp-server gives an MCP client three core capabilities:
list_analyzersscan_domainanalyzeIt is built for agent workflows that need SEO and AI-visibility signals inside the reasoning loop without spending thousands of tokens on raw page content.
This server is a good fit for:
It is less useful if you want a general SEO learning guide or a raw HTML scraping tool. The main value here is compact audit output for automated workflows.
Running SEO checks directly in an LLM context is expensive. OctoBoost moves the heavy lifting to the API and returns only the signals an agent needs to decide what to do next.
401 for invalid or expired keys, 402 for exhausted creditslist_analyzers to verify the connection.{
"mcpServers": {
"octoboost-seo": {
"command": "npx",
"args": ["-y", "octoboost-mcp-server"],
"env": {
"OCTOBOOST_API_KEY": "your-api-key"
}
}
}
}
Common config locations:
~/Library/Application Support/Claude/claude_desktop_config.json~/.openclaw/mcp.jsonMost agent flows follow this pattern:
1. list_analyzers
-> learn categories and available checks
2. scan_domain { domain: "acme.com" }
-> collect relevant URLs for the audit
3. analyze { urls: [...] }
-> run a full audit with SEO score + GEO/AEO score for each URL
list_analyzersReturns available analyzer keys, categories, and weights. Call this first so an agent knows what it can run.
seo, accessibility, ux, performance, and geoscan_domainCrawls a domain and returns SEO-relevant URLs.
| Parameter | Type | Default | Description |
| --------------------- | -------- | -------------- | ----------------------------------------------------------------------- |
| domain | string | — | Domain or URL to scan |
| maxPages | number | server default | Maximum pages to crawl (capped server-side at the batch analysis limit) |
| excludePatterns | string[] | [] | URL patterns to skip |
| respectRobotsTxt | boolean | true | Honor robots.txt