Schemacheck Agent
@garyedgington
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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"schemacheck-agent": {
"url": "https://projectx402-production.up.railway.app/sse"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「AI とエージェント」の他のコンテンツ
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
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
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
コメント