Skip to content

structured data validator for Grok

io.github.agenson-horrowitz/structured-data-validator

Validate, transform, and normalize structured data for AI agents.

client:Grok transport:stdio runtime:npm

Install structured data validator in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "structured-data-validator": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agenson-horrowitz/structured-data-validator-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 validator in other clients