Skip to content

Structured Data Check for Grok

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:Grok transport:streamable-http

Install Structured Data Check in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "structured-data-check": {
      "type": "http",
      "url": "https://structured-data-check.david-cyr.workers.dev/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Structured Data Check in other clients