JSON Validator API
io.github.Br0ski777/json-validatorJSON syntax validation, JSON Schema checking, structure stats. x402 micropayment.
Tools · 1
Use this when you need to validate JSON syntax or validate JSON data against a JSON Schema. Returns validity status, parse errors, formatted JSON, and structure stats (depth, key count, arrays, total …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"json_validator_api": {
"url": "https://json-validator.api.klymax402.com/mcp",
"transport": "sse"
}
}
}