mcpserver.lol
registry/mcp-web-validator
Connection check verified live · 27h ago

mcp-web-validator

Validate HTML/CSS, audit SEO and JSON-LD, check links, and capture responsive screenshots.

Tools 8
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

8 tools

Read from the running server on 27h ago.

audit_public_site read-only site_url*max_pagespage_offset
Use this for a bounded, sitemap-first audit of a public website the user owns or is authorized to inspect. It fetches at most 8 same-origin HTML pages per call, respects robots.txt…
audit_public_webpage read-only url*max_linkscheck_links
Use this when the user provides one live public webpage URL. Fetches one bounded static HTML response, then runs HTML validation, SEO/accessibility-signal, and JSON-LD syntax check…
audit_seo_metadata read-only html*
Use this for a focused SEO/accessibility-signal check of supplied HTML. It does not fetch a live webpage; use audit_public_webpage for a URL.
check_broken_links read-only html*base_urlmax_links
Use this for a focused check of up to 20 public HTTP(S) links found in supplied HTML. It does not fetch base_url, follow redirects, or retain response bodies.
generate_validation_report read-only csshtml*base_urlmax_linkscheck_links
Use this when HTML markup is already supplied. Combines Nu HTML validation with local CSS, SEO, accessibility-signal, and JSON-LD syntax checks. It does not fetch a webpage from ba…
validate_css read-only css*
Use this when raw CSS source is supplied. Parses it inside the Worker and returns syntax messages without contacting an external service.
validate_html read-only html*
Use this when raw HTML markup is supplied. Sends that markup to the Nu HTML Checker hosted at validator.nu and returns validation messages. For a live URL, use audit_public_webpage…
validate_schema_markup read-only html*
Use this for a focused JSON-LD syntax check of supplied HTML. It parses JSON only and does not validate Schema.org vocabulary semantics.