v0.3.0 — first public release
First public release of atomno-mcp-seo-audit — a thin MCP (Model Context Protocol) server that gives AI agents technical SEO superpowers via the detail.web audit engine.
Tools
- audit_site — full technical SEO audit: health score, letter grade, issues across 8 categories (HTTP/SSL, SEO meta, JSON-LD, Open Graph, sitemap/robots, images, performance, GEO).
- list_checks — full free/PRO check catalogue (78 checks) grouped by category.
- explain_issue — detailed why-it-matters and how-to-fix for a single check.
- validate_robots — robots.txt validator (syntax, sitemap directive, blocked CSS/JS, AI-crawler blocks like GPTBot/ClaudeBot). Works on pasted content, no fetch.
- check_sitemap — fetch + parse a sitemap (urlset vs index, URL count, common errors). SSRF-guarded.
- build_jsonld — generate schema.org JSON-LD (Organization, LocalBusiness, Article, Product, FAQPage, BreadcrumbList, WebSite).
- build_meta — generate
<head>meta tags (title, description, canonical, Open Graph, Twitter Card) with length validation.
Notes
- Bilingual output (ru|en) via
langparameter for titles/categories. - Free tier exposes the core check set; PRO unlocks the full suite (API key).
- Backend:
https://api.detailweb.ru. Install:pipx install atomno-mcp-seo-audit.
MIT licensed.