seo-auditor-mcp
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://example.com with JavaScript rendering"
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 (v2.0)
High-performance Model Context Protocol (MCP) Server & CLI for 360Β° Technical SEO, Headless JavaScript Rendering, DOM Hydration Gap Analysis, Schema.org Validation, AEO, and Semantic Cannibalization Detection.
Built for Claude Desktop, Cursor, and Autonomous AI Coding Agents to execute instant technical and JavaScript SEO audits on modern web applications (Next.js, React, Vue, Shopify) directly from natural language prompts.
β‘ Key Features
π Headless JavaScript Rendering (V2): Executes full client-side JavaScript via Playwright Chromium to audit dynamic SPAs and client-rendered apps exactly as Googlebot sees them.
π¬ JS SEO Hydration Gap Analyzer (V2): Compares raw static HTML against post-hydration Rendered DOM to pinpoint missing titles, injected canonicals, and client-rendered internal links.
πΈ Full-Page Visual Screenshot Capture (V2): Captures high-resolution full-page screenshots directly into Claude for visual UI/UX & accessibility analysis.
β±οΈ Browser Performance & Core Web Vitals: Measures DOMContentLoaded, TTFB, and browser page load time in milliseconds.
π― 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.
Related MCP server: Accrue SEO
π Quickstart
1. Installation
git clone https://github.com/MojoRohjo/seo-auditor-mcp.git
cd seo-auditor-mcp
pip install -r requirements.txt
playwright install chromium2. 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.comwith JavaScript rendering enabled."
"Analyze the JS hydration gap onhttps://mybrand.comand show me what client-side links are hidden from basic crawlers."
"Capture a full-page screenshot ofhttps://mybrand.comand check its visual layout."
"Check if our robots.txt blocks AI search bots like Perplexity or Claude."
3. Standalone CLI Usage
Run audits directly in your terminal:
# 1. Standard 360 Technical SEO Audit (Blazing fast async HTTP)
python -m seo_auditor_mcp.cli audit https://mybrand.com
# 2. JavaScript Rendered Audit (Headless Chromium)
python -m seo_auditor_mcp.cli audit https://mybrand.com --render-js
# 3. JS Hydration Gap Analysis (Raw HTML vs Rendered DOM)
python -m seo_auditor_mcp.cli hydration https://mybrand.com
# 4. Full-Page Visual Screenshot Capture
python -m seo_auditor_mcp.cli screenshot https://mybrand.com
# 5. AI Search (AEO) Bot Inspection
python -m seo_auditor_mcp.cli aeo https://mybrand.com
# 6. JSON-LD Schema Validation
python -m seo_auditor_mcp.cli schema https://mybrand.com
# 7. XML Sitemap Batch Crawl
python -m seo_auditor_mcp.cli sitemap https://mybrand.com/sitemap.xml --max 10π§ͺ Testing
Run the full automated test suite (29 tests):
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
- Alicense-qualityCmaintenanceEnables querying Google Search Console and Google Analytics 4 through natural language, with tools for SEO analysis like anomaly detection, cannibalization detection, and opportunity scoring.231MIT
- Flicense-qualityDmaintenanceAudits any website for SEO issues, providing scored health checks, schema validation, and performance analysis through AI assistants.
- Alicense-qualityBmaintenanceEnables AI Engine Optimization (AEO) and Generative Engine Optimization (GEO) audits, including llm.txt compliance, content stickiness analysis, and schema validation through natural language.MIT
- Alicense-qualityBmaintenanceEnables auditing AI search visibility: checks site readiness for AI crawlers and measures whether ChatGPT, Gemini, and Perplexity recommend your site, including verbatim answers and citation gap analysis.7034AGPL 3.0
Related MCP Connectors
Technical SEO + GEO (AI-search) site audits: hosted crawls, prioritized fixes, report diffs.
Turn Search Console data into SEO actions, content, publishing, indexing, and AI insights.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
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/MojoRohjo/seo-auditor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server