Web Validator by DigestSEO
БесплатноНе проверенValidate HTML/CSS, audit SEO and JSON-LD, check links, and capture responsive screenshots.
Описание
Validate HTML/CSS, audit SEO and JSON-LD, check links, and capture responsive screenshots.
README
npm version CI License: MIT Indexed on TensorBlock MCP Index
An MCP server for HTML and CSS validation, technical SEO and accessibility checks, JSON-LD syntax validation, broken-link checks, and responsive screenshots. It is part of the DigestSEO suite of open-source SEO tools.
- Product: digestseo.com/validator-mcp
- Documentation: this README
- Support: digestseo.com/support
- Privacy: digestseo.com/privacy
Choose the right surface
This repository contains two deliberately separate MCP surfaces:
| Surface | Transport | Best for | Access and side effects |
|---|---|---|---|
| Local npm server | stdio | Claude Desktop, Cursor, and other local MCP clients | Can read user-selected workspace files, contact validation and link targets, and write screenshot files. |
| Hosted app | Streamable HTTP | ChatGPT and remote MCP clients | Can fetch one authorized public HTML page, run a bounded sitemap-first site audit, or process supplied markup. It cannot access local files, authenticate, recursively crawl links, execute page JavaScript, or create screenshots. |
Local installation:
npx -y mcp-web-validator
Hosted endpoint:
https://web-validator-mcp.digestseo.com/mcp
Requirements
- Node.js 22.12.0 or newer
- An MCP client that supports stdio, or a client that supports Streamable HTTP for the hosted endpoint
Puppeteer may download a compatible browser during npm installation. The browser is used only by the local screenshot_capture tool.
Local server tools
The npm package exposes these exact runtime tool names:
| Tool | Purpose | Network or filesystem behavior |
|---|---|---|
html_validate_local |
Validate a local HTML file. | Reads the selected file and submits its markup to the external W3C Nu HTML Checker at validator.w3.org/nu/. |
html_validate_url |
Validate the markup returned by a public URL. | Fetches the URL, then submits the returned markup to the external Nu checker. |
css_validate_local |
Validate a local CSS file. | Reads the selected file and submits its CSS to the external W3C Jigsaw CSS Validator. |
seo_audit_metadata |
Audit titles, descriptions, canonical tags, headings, viewport metadata, image alt attributes, and Open Graph metadata. | Processes supplied HTML locally. |
links_check_broken |
Check links extracted from supplied HTML. | Sends bounded HTTP requests to eligible public links. |
schema_validate_markup |
Parse JSON-LD blocks and report JSON syntax errors. | Processes supplied HTML locally. |
report_generate_validation |
Combine HTML, optional CSS, SEO, JSON-LD, and bounded link checks in a Markdown report. | Reads selected files, contacts the validators, and checks eligible public links found in the HTML. |
screenshot_capture |
Capture desktop, tablet, mobile, or custom viewport screenshots. | Opens a selected local file or eligible public URL and writes PNG files to the selected output directory; existing matching files may be replaced. |
Hosted app tools
The hosted app exposes eight tools:
| Tool | Purpose |
|---|---|
audit_public_webpage |
Fetch one authorized public HTML page and run the combined HTML, SEO/accessibility-signal, and JSON-LD syntax audit. Link checks are optional. |
audit_public_site |
Run a bounded sitemap-first audit of up to eight authorized, same-origin public pages. It respects robots.txt, returns compact page coverage and deduplicated findings, and does not run site-wide link checks. |
validate_html |
Validate raw HTML markup already supplied in the conversation. |
validate_css |
Parse supplied CSS for syntax errors inside the Worker. |
audit_seo_metadata |
Audit supplied HTML for covered on-page SEO and accessibility signals. |
validate_schema_markup |
Check JSON-LD blocks in supplied HTML for JSON syntax errors. |
check_broken_links |
Check up to 20 authorized public links extracted from supplied HTML. |
generate_validation_report |
Combine the checks for supplied markup; base_url resolves relative links but does not fetch a page. |
audit_public_webpage follows at most three validated redirects, accepts a bounded text/html response, and records the final URL. It does not crawl additional pages, execute JavaScript, authenticate, or fetch linked stylesheets and assets. audit_public_site first locks the final public origin, reads bounded same-origin robots.txt and XML sitemap documents, then audits at most eight eligible sitemap pages in one call. It never follows HTML links, subdomains, external sitemap entries, private/reserved destinations, custom ports, or cross-origin redirects; use page_offset when the response says more eligible pages remain. The fetched HTML is sent to https://html5.validator.nu/, the same external Nu HTML Checker used by validate_html and the report tool. CSS parsing, SEO analysis, and JSON-LD parsing run inside the DigestSEO Worker. Optional link checks make capped HEAD requests, with a bounded GET fallback where necessary, to eligible public HTTP(S) URLs; link redirects are reported but not followed. The site tool intentionally does not perform site-wide link checking. The hosted app does not retain tool inputs, fetched HTML, or results.
Privacy and safe use
Only validate files, markup, and public webpages that you own or are authorized to inspect. Public page URLs can contain sensitive query values, so remove tokens and private identifiers before submitting them. Do not submit passwords, API keys, access tokens, payment data, health data, private source code, or other sensitive personal data.
The local server runs with the same operating-system permissions as its MCP client. Review tool inputs before approving file access, outbound validation, link checking, or screenshot creation. The hosted app has no access to your local filesystem.
See the published privacy policy for data-handling details and SECURITY.md for private vulnerability reporting.
Configure a local client
Claude Desktop
Add the server to claude_desktop_config.json:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-web-validator": {
"command": "npx",
"args": ["-y", "mcp-web-validator"]
}
}
}
Restart Claude Desktop after saving the configuration.
Cursor and compatible clients
Create a command/stdio MCP server with:
npx -y mcp-web-validator
Development
Clone the repository and install the locked dependencies:
git clone https://github.com/AKzar1el/mcp-web-validator.git
cd mcp-web-validator
npm ci
Run the local quality gates:
npm run check
npm test
npm run build
npm pack --dry-run
Run the local stdio server:
npm start
Validate the hosted Worker separately:
cd chatgpt-plugin
npm ci
npm run check
npm test
npm run deploy:dry-run
See CONTRIBUTING.md for contribution expectations. Deployment and marketplace-review notes live in chatgpt-plugin/SUBMISSION.md.
License
Licensed under the MIT License.
Установка Web Validator by DigestSEO
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/AKzar1el/mcp-web-validatorFAQ
Web Validator by DigestSEO MCP бесплатный?
Да, Web Validator by DigestSEO MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Web Validator by DigestSEO?
Нет, Web Validator by DigestSEO работает без API-ключей и переменных окружения.
Web Validator by DigestSEO — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Web Validator by DigestSEO в Claude Desktop, Claude Code или Cursor?
Открой Web Validator by DigestSEO на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Web Validator by DigestSEO with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
