Clay/seo-inspector-mcp
Built by Metorial, the integration platform for agentic AI.
Clay/seo-inspector-mcp
Server Summary
Analyze HTML files for SEO issues
Validate JSON-LD structured data
Provide SEO improvement recommendations
// README.md - Instructions for setup and use
A Model Context Protocol (MCP) server for Cursor that analyzes web pages for SEO issues and validates structured data schemas.
Clone this repository:
git clone https://github.com/yourusername/seo-inspector-mcp.git
cd seo-inspector-mcp
Install dependencies:
npm install
Configure Cursor to use this MCP server:
Start the MCP server:
./run-mcp.sh
In Cursor, you can now use the SEO Inspector tools:
seo.analyze-codebase
- Analyze HTML files in a directoryseo.analyze-html
- Analyze a specific HTML stringThe tool checks for these key SEO elements (in order of importance):
The tool validates the following schema types:
MIT