
JSONBuddy Data Validator
@Clemens-U
关于 JSONBuddy Data Validator
This project provides an MCP-compatible interface for the JSONBuddy Core API, enabling JSON validation against schemas via a secure HTTP-based service. The server exposes two endpoints (`/validator/validate` and `/validator/validate-simple`) for flexible schema validation scenari
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": [
{
"url": "https://www.json-buddy.com/core-api/mcp.json",
"name": "JSONBuddy Core API",
"description": "Validate JSON data against JSON Schema with server-side processing.",
"tags": [
"json",
"validation",
"schema",
"api",
"developer-tools"
],
"logoUrl": "https://www.json-buddy.com/images-jsonbuddy/jsonbuddy_logo_128.png",
"command": [
{
"name": "Validate JSON (Simple)",
"description": "Validate a JSON document against a JSON Schema string using the /validate-simple endpoint.",
"method": "POST",
"path": "/validator/validate-simple",
"params": {
"schema": {
"type": "string",
"description": "The JSON Schema to validate against."
},
"data": {
"type": "string",
"description": "The JSON document to validate."
}
}
},
{
"name": "Validate JSON (Advanced)",
"description": "Validate a JSON document using the /validate endpoint, supporting schema pools and structured JSON input.",
"method": "POST",
"path": "/validator/validate",
"params": {
"schema": {
"type": "array",
"description": "An array of JSON Schema documents to validate against."
},
"data": {
"type": "object",
"description": "The JSON data object to validate."
}
}
}
]
}
],
"github": "https://github.com/Clemens-U/jsonbuddy",
"env": {
"X-Api-Key": "YourSecretApiKey"
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is JSONBuddy Data Validator?
It is an MCP-compatible server that provides a secure HTTP interface to the JSONBuddy Core API for validating JSON data against JSON schemas. It exposes two endpoints for flexible validation and is designed for use by MCP clients and AI agents.
How to use JSONBuddy Data Validator?
Configure the server in an MCP client using the included mcp.json definition and authenticate with a standard API key. Send POST requests to /validator/validate or /validator/validate-simple with the JSON payload and schema to perform validation.
Key features of JSONBuddy Data Validator
- Secure, HTTP-based schema validation service
- Two validation endpoints for different use cases
- Standard API key authentication
- Designed for MCP clients and AI agents
- High-performance JSON schema validation
Use cases of JSONBuddy Data Validator
- Validating JSON payloads against schemas in AI agent workflows
- Integrating schema validation into MCP‑enabled applications
- Automating JSON validation as part of data processing pipelines
FAQ from JSONBuddy Data Validator
—
数据与分析 分类下的更多 MCP 服务器
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
mcp-server-apache-airflow
yangkyeongmoBright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
评论