schemacheck-agent
Validate JSON payloads against JSON Schema Draft 7 and 2020-12.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Validate Schema: Validate a JSON payload against a JSON Schema. Returns valid/invalid with structured errors, human-readable summary, and optional suggested corrected payload when repair=true.
- Validate Schema Trial: Validate a JSON payload against a JSON Schema (free trial, no repair). Identical to validate_schema but repair suggestions are always disabled.
What data it sees
Do you need an account
No: the server works without sign-in
Validate JSON payloads against JSON Schema Draft 7 and 2020-12. Returns valid/invalid status with field-level error paths, human-readable summaries, and optional suggested corrected payloads. Part of the x402 micropayment task market on Base main
Server tool list (2)
Raw names from tools/list. Only developers need these.
| validate_schema | Validate a JSON payload against a JSON Schema. Returns valid/invalid with structured errors, human-readable summary, and optional suggested corrected payload when repair=true. |
| validate_schema_trial | Validate a JSON payload against a JSON Schema (free trial, no repair). Identical to validate_schema but repair suggestions are always disabled. |