Skip to content
Claude Desktop

Structured Data Check for Claude Desktop

io.github.dawaxwx/structured-data-check

Structured data validator in one call: extracts JSON-LD, microdata and RDFa from a URL or raw HTM...

client:Claude Desktop transport:streamable-http

Install Structured Data Check in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "structured-data-check": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://structured-data-check.david-cyr.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Structured Data Check in other clients