SEO Inspector & Schema Validator

Identify and fix common SEO tools in your project, without leaving Cursor/Claude.
  • javascript

6

GitHub Stars

javascript

Language

6 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs

You set up this MCP server to analyze a codebase for SEO issues and validate JSON-LD structured data. It runs locally and exposes practical tools to improve page visibility and correctness without needing a browser extension.

How to use

You connect your MCP client to the SEO Inspector MCP to run analysis and validation tasks. Use the available tools to scan your HTML files, validate JSON-LD data, and receive actionable recommendations for improving on-page SEO.

How to install

Prerequisites: ensure you have Node.js installed on your system. Node.js includes npm, which you will use to install dependencies.

git clone https://github.com/yourusername/seo-inspector-mcp.git
cd seo-inspector-mcp
npm install

Additional notes

Server connections include an HTTP endpoint for remote/multiplexed connections and a local script you can run to start the MCP server directly. The HTTP connection uses the SSE endpoint at the following URL when connecting from your MCP client.

To start the local MCP server, run the provided startup script.

Available tools

seo.analyze-codebase

Analyzes HTML files in a directory or codebase to identify SEO issues such as missing meta tags, improper heading structures, and opportunities for improvement.

seo.analyze-html

Analyzes a single HTML string to validate SEO elements and JSON-LD structured data, returning recommendations and detected issues.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
SEO Inspector & Schema Validator MCP Server - mgsrevolver/seo-inspector-mcp | VeilStrat