Skip to main content
Glama

SEO Inspector & Schema Validator MCP

// 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
  • 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

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

브라우저 확장 프로그램을 사용하지 않고도 웹 페이지의 SEO 문제를 분석하고 코드베이스 내에서 구조화된 데이터 스키마를 검증하는 Cursor MCP 서버입니다.

  1. 특징
    1. 설치
      1. 용법
        1. 우선 순위가 지정된 SEO 구성 요소
          1. 비판적인
          2. 중요한
          3. 추천
        2. 스키마 검증
          1. 특허

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A simple MCP server that facilitates website fetching through a configurable server platform using stdio or SSE transport, allowing integration with tools like Cursor for streamlined access.
              Last updated -
              2
              36
              MIT License
            • -
              security
              A
              license
              -
              quality
              An MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.
              Last updated -
              73
              Apache 2.0
            • -
              security
              F
              license
              -
              quality
              A Cursor MCP server that provides tools and prompts for accessing various Semrush keyword-related API endpoints, enabling keyword research, analysis, and monitoring through natural language.
              Last updated -
            • A
              security
              F
              license
              A
              quality
              An MCP server that enables AI clients like Cursor, Windsurf, and Claude Desktop to access web content in markdown format, providing web unblocking and searching capabilities.
              Last updated -
              2
              69
              35
              • Apple

            View all related MCP servers

            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/mgsrevolver/seo-inspector-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server