
Octoboost
- Updated March 24, 2026
- eugenregehr/octoboost-mcp-server
OctoBoost is a MCP server that analyzes multiple URLs with categorized SEO and GEO checks and scored results via the OctoBoost API.
About
io.github.eugenregehr/octoboost is an npm MCP server that connects your coding agent to OctoBoost’s SEO API so you can run categorized SEO and GEO checks across several URLs and get scored outcomes back in the thread. Developers shipping landing pages, docs sites, or small SaaS marketing sites often need a repeatable audit pass instead of clicking through one URL at a time in separate tools. After you register the server with OCTOBOOST_API_KEY, the agent can batch URLs you care about—your own pages, competitors, or pre-production previews—and interpret grouped check results to decide what to fix before SEO, distribution, and GEO work. It is an integration layer, not a content writer: you still implement changes in your repo. Complexity is beginner-friendly once you have an API key and Node/npm for the published package.
- Analyze multiple URLs in one agent session via stdio MCP (npm octoboost-mcp-server v1.0.6).
- Returns categorized SEO and GEO checks with scored results per URL.
- Authenticates to OctoBoost’s SEO API with OCTOBOOST_API_KEY (required secret).
- stdio transport fits Claude Code, Cursor, and other MCP hosts without a custom plugin.
- Useful for prioritizing on-page fixes across a site map or competitor URLs before launch content ships.
Octoboost by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --env OCTOBOOST_API_KEY=YOUR_OCTOBOOST_API_KEY octoboost-mcp-server -- npx -y octoboost-mcp-serverAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | octoboost-mcp-server |
|---|---|
| Transport | STDIO |
| Auth | Required |
| Last updated | March 24, 2026 |
| Repository | eugenregehr/octoboost-mcp-server ↗ |
What it does
Batch-audit landing pages and marketing URLs for SEO and generative-engine visibility before you push distribution.
Who is it for?
Best when you're running pre-launch or post-ship audits on multiple marketing URLs with Claude Code or Cursor and an OctoBoost API key.
Skip if: Skip if you only need a single-page Lighthouse run inside CI with no GEO categorization or agent-driven batch workflow.
What you get
Your agent returns categorized, scored SEO/GEO findings per URL so you can queue concrete fixes before launch and growth work.
- Categorized SEO and GEO check results per analyzed URL
- Scored audit summaries suitable for a fix backlog
- Agent-readable batch output across multiple URLs
By the numbers
- Published server version 1.0.6
- npm identifier octoboost-mcp-server with stdio transport
- One required secret env var: OCTOBOOST_API_KEY
README.md
OctoBoost SEO MCP Server
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.
What This Server Does
octoboost-mcp-server gives an MCP client three core capabilities:
- discover available analyzers with
list_analyzers - crawl a domain for relevant URLs with
scan_domain - run full audits with
analyze
It 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.
Who It's For
This server is a good fit for:
- developers building MCP-enabled products, assistants, or internal automation
- teams using MCP clients such as Cursor or Claude Desktop and wanting SEO tooling via config only
- AI agent workflows that need token-efficient site audits, progress updates, and structured outputs they can reason over
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.
Why Use This Instead Of Raw Scraping?
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.
- Token-efficient: structured results instead of raw HTML
- LLM-friendly: scores, flags, and diagnostics instead of prose parsing
- Credit-aware: responses include credits used and credits remaining
- Predictable errors:
401for invalid or expired keys,402for exhausted credits
Quick Start
- Get an API key from octo-boost.com.
- Add the server to your MCP client config.
- Call
list_analyzersto verify the connection.
{
"mcpServers": {
"octoboost-seo": {
"command": "npx",
"args": ["-y", "octoboost-mcp-server"],
"env": {
"OCTOBOOST_API_KEY": "your-api-key"
}
}
}
}
Common config locations:
- Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json - Cursor: Cursor MCP settings
- OpenClaw:
~/.openclaw/mcp.json
Core Workflow
Most 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
Tools Overview
list_analyzers
Returns available analyzer keys, categories, and weights. Call this first so an agent knows what it can run.
- no input required
- current categories include
seo,accessibility,ux,performance, andgeo - weights returned reflect your personal setup (see Analysis Setup below)
scan_domain
Crawls 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 |
defaultLanguageOnly |
boolean | true |
Skip alternate-language duplicates |
analyze
Runs a full audit for one or more URLs. All 30+ analyzers run on each URL, returning an overall SEO score, per-category scores, and a GEO/AEO score for AI search visibility. URLs are processed sequentially and emit progress notifications after each one.
| Parameter | Type | Description |
|---|---|---|
urls |
string[] | URLs to analyze |
Cost: 3 credits per URL.
Analysis Setup
From your dashboard at octo-boost.com/dashboard, you can configure how much each analyzer contributes to the overall score. Set a weight between 0 and 5 for any of the 30+ analyzers.
- Weight 0 — the analyzer still runs but is excluded from the overall score calculation
- Weight 1–5 — higher values give an analyzer more influence over the final score
- Changes apply immediately to all future API calls made with your key
list_analyzersalways returns your current weights, so agents can adapt their reasoning to your setup
Core Web Vitals (CrUX)
Full audits include real-user performance data (LCP, CLS, INP, FCP, TTFB) from the Chrome UX Report API at the p75 percentile — the speed 75% of actual Chrome users experienced or better. Google uses these as Search ranking signals.
If no data is returned, the result includes the exact reason (e.g. insufficient traffic, URL not in Google's dataset). This is common for low-traffic sites and does not affect the overall SEO score.
GEO/AEO Output
Full audits include a geoScore alongside the technical SEO score.
This score is meant for AI-search and agent workflows. It helps answer whether a page is easy for systems like ChatGPT, Claude, Gemini, or Perplexity to understand, extract, retrieve, and cite.
Key fields include:
geoScoretechnicalAccesscontentStructureentityClarityauthoritySignalscitationLikelihoodragReadinessllmAssessmentwhyThisMattersForAgents
Project Status
Planned next:
- LLM-based prioritization and condensation for more compact output
- higher-level tools such as
get_fix_plan,summarize_top_opportunitiesandcompare_urls - better site-level workflows built on top of crawl plus analysis
- dedicated interface and API documentation
Recommended MCP Servers
How it compares
MCP bridge to a hosted SEO scoring API, not an on-repo agent skill that edits HTML for you.
FAQ
Who is io.github.eugenregehr/octoboost for?
Developers and small teams who want their AI coding agent to batch-analyze URLs for SEO and GEO signals using OctoBoost rather than manual checklist tools.
When should I use io.github.eugenregehr/octoboost?
Use it during Launch when you are validating marketing pages, docs, or landing URLs for search and generative-engine visibility before or right after you start distribution.
How do I add io.github.eugenregehr/octoboost to my agent?
Install the npm package octoboost-mcp-server, add a stdio MCP entry in your host config, and set the required secret OCTOBOOST_API_KEY for OctoBoost API authentication.