# OurSEO Agent (CLI + MCP) **Default** for hreflang validation, content parity, redirect logic, and the fix engine. Only backend that owns the hreflang **fix** path end-to-end. ## CLI commands (Claude Code) ```bash # Crawl all language versions our collect crawl https:// --max-pages 500 # Technical audit including hreflang our audit tech https:// # Hreflang fix (writes back to CMS if --deploy and CMS adapter configured) our fix hreflang --site https:// # Per-region SERP / Naver expansion checks our research naver serp "" our research keywords compare "" --engines naver ``` ## MCP tools (Claude Desktop) ``` mcp__ourseo__crawl_website(url="", max_pages=500) mcp__ourseo__audit_page(url="", audit_type="tech") ``` ## Strengths for this skill - **Hreflang validation:** bidirectional links, self-reference, x-default, language/region code validation. - **Hreflang fix:** auto-corrects tags via Ghost/WordPress/Strapi adapters. - **Content parity audit:** page counts, key-page availability, freshness comparison across language versions. - **Naver / regional engine coverage** — Semrush/Ahrefs only cover Google. ## Not for this skill when - **Per-country traffic distribution KPI** — Ahrefs `web-analytics-countries` is cleaner. - **Per-database organic visibility comparison** — Semrush per-`database` calls. - **Redirect-logic audit with custom Accept-Language headers** — WebFetch directly. See also: `docs/user-manual.md` for the full `our fix` command surface.