stobo-mcp
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@stobo-mcpcheck the status of the stobo service"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Stobo MCP Server
⚠️ Retired (May 2026). The Stobo SEO/AEO audit service has been shut down and its API is no longer available. This MCP server no longer performs audits — it exposes a single
stobo_statustool that reports the retirement and nothing else. Published versions remain installable for archival purposes only. Thank you to everyone who used it.
Audit any site for SEO, AEO, and E-E-A-T from Claude Desktop. Get a structured fix brief your developer can drop straight into Claude Code, Cursor, or VS Code and start shipping.
You: stobo this site: example.com
Claude: I just received a complete audit for example.com. SEO, AEO, EEAT,
per-page breakdowns, 30+ checks with scores and details.
Want me to generate a fix brief you can download and drop into
Claude Code, Cursor, or hand off to your developer?Why not just use web_fetch?
Fetching every page manually costs ~386,000 tokens across 16+ calls. It still misses Core Web Vitals, TTFB, and Flesch-Kincaid. Those metrics require server-side computation. Stobo runs everything in one call.
Manual (web_fetch) | Stobo MCP | |
| 71,000 tk · 6 fetches | 20,000 tk · 1 call |
| 60,000 tk · 20 fetches | 3,000 tk · 1 call |
| 35,000 tk · 6 fetches | 3,000 tk · 1 call |
| 35,000 tk · 10 fetches | 5,000 tk · 1 call |
Full suite | 264,500 tk · 56 fetches | 47,000 tk · 9 calls |
82% fewer tokens. And you get metrics Claude cannot compute from raw HTML alone.
Related MCP server: automation-health-mcp
What happens after an audit
Claude receives 30+ scored checks across SEO, AEO, and E-E-A-T. It then offers a fix brief: structured markdown with every failing check, prioritized by impact, with specific fix instructions. Paste it into Claude Code, Cursor, or VS Code and start shipping.
Claude also offers generators for quick wins. Failing robots.txt? Claude generates one. Same for llms.txt, sitemap, and freshness code. The audit-to-fix loop runs in a single conversation.
Tools
Free — no API key required
Say to Claude | What it does | Tool |
"Stobo this site: example.com" | 30 SEO + 7 AEO checks + E-E-A-T + blog detection across your whole site |
|
"Audit this article: example.com/blog/post" | 7 SEO + 14 AEO checks on a single article |
|
"Generate a fix brief" | Structured markdown fix brief from a completed audit. Numbered tasks, priority order, fix instructions. IDE-ready. |
|
"Check freshness across example.com/sitemap.xml" | Scan your sitemap for datePublished and dateModified coverage |
|
"Generate a robots.txt for example.com" | AI-crawler-friendly robots.txt. All 21 major bots covered. |
|
"Generate a sitemap for example.com" | BFS-crawl up to 200 URLs and return a sitemap.xml |
|
"Generate freshness code for example.com/blog/post" | JSON-LD snippet with datePublished and dateModified |
|
"Check connection" | Diagnostic ping. Also tells you if a newer MCP version is available. |
|
Premium — coming soon
Say to Claude | What it does | Tool |
"Generate llms.txt for example.com" | Crawl your site and return a spec-compliant llms.txt |
|
"Extract brand voice from example.com/blog" | Analyze up to 10 articles and create a persistent voice profile |
|
"Rewrite this article: example.com/blog/post" | Audit + tone match + full rewrite in one pipeline |
|
"Audit the UX of example.com" | 50+ UX checks across accessibility, forms, typography, and navigation |
|
"How many credits do I have?" | Credit balance and usage breakdown |
|
Routing
Domain or homepage →
audit_siteBlog post or article URL →
audit_articleAfter any audit → Claude offers
generate_fix_briefautomatically
Install
pip install stobo-mcpNo install with uvx:
uvx stobo-mcpSetup
Add to your Claude Desktop config.
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stobo": {
"command": "stobo-mcp",
"env": {
"STOBO_API_KEY": "your-api-key",
"STOBO_BASE_URL": "https://api.trystobo.com"
}
}
}
}STOBO_API_KEY is optional. Every audit and fix brief tool works without one. API key support for premium tools is coming soon.
Full setup guide at docs.trystobo.com.
Upgrades
pip install --upgrade stobo-mcpRun check_connection. Claude tells you if a newer version is available.
What's new in v0.5.0
generate_fix_brief: structured fix brief from any completed audit. Free, instant, no LLM.Claude now offers a fix brief automatically after every
audit_siteoraudit_articlerun.check_connectionreports when a newer version is available.Version strings are now consistent across server, client, and package.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations.
Public MCP server for summaries, DNS lookup, catalog, replies, and JSON checks.
Independent trust scores, tool surfaces and change history for MCP servers.
Experimental MCP server for current empirical verification of explicit public HTTPS endpoint claims.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA production-ready remote MCP server that performs comprehensive SEO audits, providing structured insights on on-page SEO, technical health, and social metadata without requiring local setup.29-
- AlicenseAqualityCmaintenanceAn MCP server for auditing automation health, finding failures, stale logs, and non-functional endpoints that report success while quietly failing.7MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for SEO auditing that performs technical SEO, content quality, Schema.org, sitemap, hreflang, and GEO checks, returning scores and prioritized fixes.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Technical SEO DNS record auditing, SOA expiry health checks, SSL/TLS inspection, and HTTP security header analysis. Enables comprehensive security audits and scoring via 10 tools.MIT