MCP.so
ログイン

Web Validator

@AKzar1el

Web Validator について

W3C HTML/CSS Validator and Technical SEO Audit MCP Server. Part of the DigestSEO (https://digestseo.com) suite.

基本情報

カテゴリ

開発者ツール

ライセンス

MIT

ランタイム

node

公開者

AKzar1el

投稿者

Tommy

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Web Validator?

W3C HTML/CSS Validator and Technical SEO Audit MCP Server. Part of the DigestSEO (https://digestseo.com) suite.

How to use Web Validator?

The README includes setup instructions such as "command": "npx",.

Key features of Web Validator

  • HTML Validation: Leverages the official W3C Nu HTML Checker API (no API keys required)
  • CSS Validation: Calls the W3C Jigsaw CSS Validator API to debug stylesheets
  • Broken Link Checker: Scans HTML documents for broken internal or external URLs
  • Schema Validator: Parses and validates embedded JSON-LD structured schemas
  • Arguments: filePath: string (Absolute or relative path to the local HTML file)

Use cases of Web Validator

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Web Validator

Where is the source code for Web Validator?

The source code is linked from the repository URL on this page.

Does Web Validator include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

コメント

「開発者ツール」の他のコンテンツ