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 "Install 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: mcp-seo
π 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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceSEO audit and Google Search Console MCP server with 23 tools. Search analytics, URL inspection, Indexing API, Core Web Vitals (CrUX), striking distance keywords, keyword cannibalization detection, branded query analysis, and automated site audits.302MIT
- 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
- Alicense-qualityDmaintenanceA comprehensive MCP server for SEO, performance, GEO, and UX audits with 37 tools covering technical SEO, Lighthouse performance, AI search optimization, content analysis, accessibility, security, and more.1MIT
- Alicense-qualityCmaintenanceEnables running comprehensive SEO audits on websites, checking meta tags, sitemaps, robots.txt, broken links, headings, duplicate titles, and keyword density through MCP tools.11MIT
Related MCP Connectors
Technical SEO + GEO (AI-search) site audits: hosted crawls, prioritized fixes, report diffs.
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
Professional SEO auditing: 15 tools, 9 checks, CWV, E-E-A-T, schema, GEO. Free tier.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/klok123/seo-auditor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server