seo-auditor-mcp
Enables auditing robots.txt for the Google-Extended crawler to ensure the site is accessible to Google's AI-powered search features.
Enables auditing robots.txt for the PerplexityBot crawler to ensure the site is accessible to Perplexity's AI search engine.
Click 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., "@seo-auditor-mcpAudit https://mybrand.com and generate a client-ready Technical SEO report."
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.
π SEO-Auditor MCP Server
High-performance Model Context Protocol (MCP) Server & CLI for 360Β° Technical SEO, Schema.org Validation, AEO (AI Engine Optimization), and Semantic Cannibalization Detection.
Built for Claude Desktop, Cursor, and Autonomous AI Coding Agents to execute instant technical audits on any web property directly from natural language prompts.
β‘ Key Features
π― 360Β° Technical SEO Audit: Audits titles, meta descriptions, canonical URLs, robots meta tags, OpenGraph & Twitter Cards.
ποΈ Content & Heading Hierarchy: Validates H1-H6 semantic nesting, detects missing/multiple H1s, and flags broken hierarchy.
π€ AEO / GEO Readiness Analyzer: Scans
robots.txtfor AI search crawlers (GPTBot,ClaudeBot,PerplexityBot,Google-Extended) to ensure AI search visibility.π JSON-LD Schema Validator: Recursively parses and validates Schema.org entities (
Article,Product,Organization,LocalBusiness,FAQPage) and reports missing required properties.βοΈ Semantic Cannibalization Matrix: Detects cross-URL keyword cannibalization where multiple pages compete for identical search intent.
πΊοΈ Recursive XML Sitemap Parser: Crawls sitemap indexes and nested XML sitemaps to perform batch audits.
π» Dual DX: Works as an MCP Stdio Server for LLMs AND as a Standalone CLI tool for humans.
Related MCP server: SEO Audit MCP
π Quickstart
1. Installation
git clone https://github.com/klok123/seo-auditor-mcp.git
cd seo-auditor-mcp
pip install -r requirements.txt2. Connect to Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"seo-auditor": {
"command": "python",
"args": ["-m", "seo_auditor_mcp.server"],
"env": {}
}
}
}Now inside Claude Desktop, you can ask:
"Audit
https://mybrand.comand generate a client-ready Technical SEO report."
"Check if our robots.txt blocks AI search bots like Perplexity or Claude."
"Inspect the JSON-LD schema onhttps://mybrand.com/pricingfor validation errors."
3. Standalone CLI Usage
Run audits directly in your terminal:
# 1. Full 360 Technical SEO Audit
python -m seo_auditor_mcp.cli audit https://mybrand.com
# 2. AI Search (AEO) Bot Inspection
python -m seo_auditor_mcp.cli aeo https://mybrand.com
# 3. JSON-LD Schema Validation
python -m seo_auditor_mcp.cli schema https://mybrand.com
# 4. XML Sitemap Batch Crawl
python -m seo_auditor_mcp.cli sitemap https://mybrand.com/sitemap.xml --max 10
# 5. Output raw JSON for pipeline integrations
python -m seo_auditor_mcp.cli audit https://mybrand.com --format jsonπ Sample CLI Output
============================================================
[REPORT] TECHNICAL SEO AUDIT: https://example.com/saas-guide
Health Score: 90/100 | Crawl Time: 142.3ms
============================================================
* Title: The Definitive SaaS Technical SEO Guide for 2026 (54 chars)
* Description: Master modern technical SEO, crawl budget, and schema optimization. (72 chars)
[!] Description is too short (72 chars). Optimal: 110-160 chars.
* Canonical: https://example.com/saas-guide (Self-referential: True)
* Headings: H1: 1 | H2: 4 | H3: 8
* Schema Entities: Article, Organization, BreadcrumbList
[ACTION ITEMS]
[-] Expand meta description length to 110-160 characters.
============================================================π§ͺ Testing
Run the full automated test suite:
python -m unittest discover testsπ€ Author
Mohit Yadav
AI-Native Technical SEO & Agentic Workflow Architect
π License
MIT License Β© 2026 Mohit Yadav. Open for commercial and personal use.
This server cannot be deployed
Related MCP Connectors
Free technical-SEO audit MCP: crawl a site, run checks, return an LLM-ready shareable report.
- CrawlieOAuthapp.crawlie
Technical SEO + GEO (AI-search) site audits: hosted crawls, prioritized fixes, report diffs.
- CalmSEOOAuthcom.calmseo
SEO MCP server for keyword research, SERP analysis, audits, and Search Console workflows.
Security, SEO and AI-visibility scanner for web apps Β· free scans and focused checks via MCP.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to perform comprehensive SEO audits on web pages, including meta tags, headings, links, images, performance, and more, via a CLI or MCP server.181MIT
- AlicenseNot gradedqualityCmaintenanceEnables running comprehensive SEO audits on websites, checking meta tags, sitemaps, robots.txt, broken links, headings, duplicate titles, and keyword density through MCP tools.4MIT
- 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
- AlicenseAqualityAmaintenanceProvides on-page SEO analysis via MCP tools, including page audits, schema extraction, robots.txt checks, sitemap parsing, and link analysis. No API keys required; works with any MCP-compatible client.529MIT