Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Sanity MCP Server
  • IcebergMCP
  • sourcesage
  • DeepSource MCP Server
  • SQLite MCP Server
Back to MCP Servers
SEO Inspector  Schema Validator MCP

SEO Inspector Schema Validator MCP

Public
mgsrevolver/seo-inspector-mcp

A Cursor MCP server that analyzes web pages for SEO issues and validates structured data schemas within your codebase without requiring browser extensions.

Verified
javascript
0 tools
May 30, 2025
Updated May 30, 2025

// README.md - Instructions for setup and use

SEO Inspector & Schema Validator MCP

A Model Context Protocol (MCP) server for Cursor that analyzes web pages for SEO issues and validates structured data schemas.

Features

  • Analyze HTML files in a codebase for SEO issues
  • Validate JSON-LD structured data
  • Get recommendations to improve SEO
  • No browser extension required - works directly with your codebase

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/seo-inspector-mcp.git
    cd seo-inspector-mcp
    
  2. Install dependencies:

    npm install
    
  3. Configure Cursor to use this MCP server:

    • Go to Settings > Features > MCP in Cursor
    • Add a new MCP server with:
      • Name: SEO Inspector
      • Type: sse
      • URL: http://localhost:8767/sse

Usage

  1. Start the MCP server:

    ./run-mcp.sh
    
  2. In Cursor, you can now use the SEO Inspector tools:

    • seo.analyze-codebase - Analyze HTML files in a directory
    • seo.analyze-html - Analyze a specific HTML string

Prioritized SEO Components

The tool checks for these key SEO elements (in order of importance):

Critical

  • Page Title
  • Meta Description
  • H1 Heading
  • Canonical URL

Important

  • Heading Structure (H2-H6)
  • Image Alt Text
  • Structured Data (JSON-LD)
  • Robots Directives

Recommended

  • Open Graph Tags
  • Twitter Cards
  • Internal Linking
  • URL Structure
  • Mobile Friendliness

Schema Validation

The tool validates the following schema types:

  • Organization
  • LocalBusiness
  • Product
  • Article
  • WebPage
  • FAQPage
  • Event
  • Recipe
  • Review

License

MIT

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Sanity MCP Server
    Sanity MCP Server

    Connect your Sanity content to AI agents. Create, update, and explore structured content using Claud...

    Added May 30, 2025
  • IcebergMCP
    IcebergMCP

    An MCP server that enables natural language interaction with Apache Iceberg data lakehouses, allowin...

    Added May 30, 2025
  • sourcesage
    sourcesage

    SourceSage is an MCP (Model Context Protocol) server that efficiently memorizes key aspects of a cod...

    Added May 30, 2025
  • DeepSource MCP Server
    DeepSource MCP Server

    A Model Context Protocol server that integrates with DeepSource to provide AI assistants with access...

    9 tools
    Added May 30, 2025
  • SQLite MCP Server
    SQLite MCP Server

    A Model Context Protocol server implementation that enables AI assistants to execute SQL queries and...

    Added May 30, 2025