Releases: atomno-mcp/mcp-seo-audit
Releases · atomno-mcp/mcp-seo-audit
Release list
v0.4.3
v0.4.2
v0.4.1
v0.4.0 — audit_diff
Added
audit_diff(url, lang)— re-audits a site and compares it to the previous saved snapshot: health/score delta and which checks got worse or better. First call stores a baseline. Stateful PRO feature (requiresDETAILWEB_API_KEY) — without a key returnsavailable=false+ upsell.
This is the first piece of the monitoring track and the concrete answer to "why not just ask an LLM?" — a language model cannot track a site's state over time.
Changed
- Positioning «instrument, not a guess» in server
instructions/audit_sitedescription. - README: "Why not just ask an LLM?" + condensed Russian section.
Install: uvx atomno-mcp-seo-audit · PyPI: https://pypi.org/project/atomno-mcp-seo-audit/0.4.0/
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.