Skip to main content
Glama
klok123

seo-auditor-mcp

by klok123

πŸ” SEO-Auditor MCP Server

Python Version Protocol License: MIT

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.txt for 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.txt

2. 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.com and 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 on https://mybrand.com/pricing for 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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    18
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables running comprehensive SEO audits on websites, checking meta tags, sitemaps, robots.txt, broken links, headings, duplicate titles, and keyword density through MCP tools.
    13
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server for SEO auditing that performs technical SEO, content quality, Schema.org, sitemap, hreflang, and GEO checks, returning scores and prioritized fixes.
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides 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.
    5
    29
    MIT

Latest Blog Posts

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