mcp-web-validator-Produktmarke
Web-Validator · W3C · technisches SEO

Prüfe deine Website, bevor du sie veröffentlichst.

mcp-web-validator kombiniert den Nu HTML Checker mit lokalen Prüfungen für SEO, Links und JSON-LD. Nutze den Server lokal oder die öffentliche App für eine Seite, die du prüfen darfst.

ChatGPT tools
7
Local tools
8
Audit layers
5
License
MIT
mcp-web-validator: HTML-, Link-, JSON-LD- und technische SEO-Prüfungen
mcp-web-validator verbindet HTML-, Link-, JSON-LD- und technische Prüfungen in einem MCP-Ablauf.

Über das Produkt

What is mcp-web-validator?

mcp-web-validator is an open-source Model Context Protocol server that helps AI assistants validate W3C HTML and CSS syntax, parse JSON-LD, check links, and capture layout screenshots.

It provides a public ChatGPT app for markup you explicitly provide or one authorized public HTML page, plus a separate local MCP for workspace files.

The hosted app is read-only and does not access your filesystem, execute JavaScript, crawl sites, fetch linked CSS, or authenticate to private pages.

Tools

Public ChatGPT capabilities

Read-only tools designed for the public ChatGPT app. Submit only markup and public URLs you are authorized to share or inspect.

01validate_html

HTML und CSS: Finde Markup-Fehler und Warnungen mit verständlichen W3C-Diagnosen.

02audit_public_webpage

SEO-Grundlagen: Prüfe Titel, Beschreibung, Überschriften, Canonical, Viewport, Open Graph und Alt-Texte.

03validate_css

JSON-LD und Links: Prüfe strukturierte Daten und begrenze Linkanalysen für einen sicheren, kontrollierten Dienst.

04audit_seo_metadata

Audit titles, descriptions, headings, alt text, canonical, viewport, and Open Graph.

05check_broken_links

Check a capped set of authorized public links.

06validate_schema_markup

Identify JSON-LD blocks and report JSON syntax errors.

07generate_validation_report

Combine W3C validation with SEO and JSON-LD checks.

ChatGPT app

Use it in ChatGPT without local filesystem access

Install Web Validator by DigestSEO from the ChatGPT App Directory when available. Provide HTML or CSS, or ask it to audit one authorized public webpage.

Einrichtung

Configure the local MCP in your IDE

Use the local package from Claude Desktop, Cursor, or another MCP-compatible client.

Claude Desktop

Add this to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-web-validator": {
      "command": "npx",
      "args": ["-y", "mcp-web-validator"]
    }
  }
}

Cursor

Navigate to Settings → Features → MCP and add:

Name: mcp-web-validator
Type: command
Command: npx -y mcp-web-validator

Bereitstellung

Run audits directly from the console

~/digestseo · deploy
npm install -g mcp-web-validator
# Or execute on the fly with npx:
npx -y mcp-web-validator

Star the repo and improve your local AI coding loop.

MIT licensed. Full W3C compliance and technical SEO audits.