validate_json_schema
ActiveTool of Jsonschema
Validate a JSON value against a JSON Schema (draft-07 subset: type, required, properties, additionalProperties, items, enum, const, min/max, minLength/maxLength, pattern, minItems/maxItems, uniqueItems, format). Returns {valid, errors:[{path,message}]}. Keyless, offline.
Parameters schema
{
"type": "object",
"required": [
"data",
"schema"
],
"properties": {
"data": {
"description": "The JSON value to validate (any type)."
},
"schema": {
"type": "object",
"description": "The JSON Schema to validate against."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Jsonschema
https://github.com/pipeworx-io/mcp-jsonschema
1/7 registries