JSON Validator — Syntax Check & Schema Validation
https://server.smithery.ai/axel-belfort/json-validator/mcp
● healthy
JSON validation API for AI agents. Validate JSON syntax, check against JSON Schema, and get formatted output. Returns validity status, parse errors with line numbers, structure stats (depth, key count, size). Tools: data_validate_json. Use this for API response validation, config file checking, or data pipeline quality gates. Returns machine-readable error details for automated fixing. Returns: {valid, errors[], formatted, stats}. No API key required — x402 micropayment $0.001/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/json-validator/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/json-validator/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/json-validator-x402