Schemacheck Agent
@garyedgington
About Schemacheck Agent
SchemaCheck Agent validates JSON payloads against JSON Schema Draft 7 and 2020-12 standards. Designed for agent-to-agent workflows, it returns structured validation results instantly — including field-level error paths, human-readable summaries, and optionally a corrected payload
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"schemacheck-agent": {
"url": "https://projectx402-production.up.railway.app/sse"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Schemacheck Agent?
Schemacheck Agent is a machine-native paid API that validates JSON payloads against JSON Schema. It returns structured validation results including validity, errors with JSONPath locations, a plain-English summary, and optional corrected payload suggestions. Built for autonomous agents, backend pipelines, and developers who need reliable per-call JSON validation.
How to use Schemacheck Agent?
Connect an MCP-compatible client to https://projectx402-production.up.railway.app/mcp for tool-based usage, or call the REST endpoints directly. The free trial endpoint requires no payment; the paid endpoint uses x402 v2 USDC micropayments of $0.005 per call on Base mainnet. MCP tools available are validate_schema (full, with repair) and validate_schema_trial (free, no repair).
Key features of Schemacheck Agent
- Validates JSON payloads against any JSON Schema
- Returns structured errors with JSONPath locations
- Provides plain-English validation summaries
- Suggests corrected payloads on paid endpoint
- Supports strict, normal, and lenient validation modes
- MCP Streamable HTTP and REST + x402 access modes
Use cases of Schemacheck Agent
- AI agents validating structured outputs against a schema
- Backend pipelines performing per-call JSON validation without library dependencies
- Developers prototyping or debugging JSON Schema compliance
- Automated repair of malformed payloads in data ingestion flows
FAQ from Schemacheck Agent
What access modes does Schemacheck Agent support?
Schemacheck Agent supports MCP tools via Streamable HTTP and REST endpoints with x402 USDC micropayments on Base mainnet.
Is there a free way to try Schemacheck Agent?
Yes, the trial endpoint at POST /v1/schema-check/trial is free but limited to 32KB request bodies and does not include repair functionality.
What is the cost per call for the paid endpoint?
Each paid call costs $0.005 USDC, processed via the x402 v2 micropayment protocol on Base mainnet.
Does Schemacheck Agent require a runtime or library installation?
No. Schemacheck Agent is a remote API — no local library or runtime dependencies are needed beyond an HTTP client or MCP-compatible agent.
What data does Schemacheck Agent return when validation fails?
The response includes an array of errors with path, error code, message, and schema path; a plain-English summary; a confidence score; and optionally a suggested corrected payload.
More AI & Agents MCP servers
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Comments