Validate JSON data against JSON Schema standards quickly and reliably.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "io.github.CedricKouma/schema-validate" MCP server from askskill: Run: claude mcp add 'io-github-cedrickouma-schema-validate' -- npx -y agentforge-schema-validate-mcp
Use the schema-validate tool to validate this API response against the following JSON Schema and list all violations: Schema: {...} Data: {...}A validation result listing missing fields, type errors, or format mismatches.
Use the schema-validate tool to verify whether this configuration JSON conforms to a 2020-12 Schema and report the error locations: Schema: {...} Config: {...}Whether the config passes validation, with exact error paths and reasons.
Use the schema-validate tool to check whether this batch of JSON records matches the given schema before import, and summarize failed records: Schema: {...} Records: [{...}, {...}]An overall pass/fail result plus a summary of validation issues for each failed record.
No documentation provided
Check the source repo for usage and examples.
Validate JSON, emails, and other inputs for agents and applications.
Generate, validate, format, and manipulate JSON data structures easily.
Repair broken or malformed JSON for easier parsing, debugging, and downstream use.
Audit any MCP server.json for official MCP spec compliance.
Lint OpenAPI specs with Spectral and identify API definition issues.
Extract validated, typed JSON from any URL using a schema.