Skip to content
Claude Desktop

json schema validator for Claude Desktop

io.github.ryuamarines/json-schema-validator

Validates JSON against a JSON Schema, lists violations. x402 payment required (testnet USDC).

client:Claude Desktop transport:streamable-http tools:1

Install json schema validator in Claude Desktop

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

{
  "mcpServers": {
    "json-schema-validator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://faceted-napped-debtless.ngrok-free.dev/json-schema-validator/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

What Claude Desktop can do once it is connected

json schema validator in other clients