A powerful MCP server for JSON operations: pretty-print, minify, validate, diff two JSON objects, query with JSONPath, transform with templates, and generate JSON Schema. 6 tools, deployed on Cloudflare Workers with Streamable HTTP transport.
Overview
JSON Toolkit MCP
A comprehensive MCP server for JSON operations, deployed on Cloudflare Workers.
Tools
- json_format - Pretty-print or minify JSON with configurable indent
- json_validate - Validate JSON and get detailed error messages
- json_diff - Compare two JSON objects and see differences
- json_query - Query JSON with JSONPath expressions
- json_transform - Transform JSON using templates
- json_schema - Generate JSON Schema from sample data
Quick Start
{
"mcpServers": {
"json-toolkit": {
"url": "https://json-toolkit-mcp.yagami8095.workers.dev/mcp"
}
}
}
Links
Server Config
{
"mcpServers": {
"json-toolkit": {
"url": "https://json-toolkit-mcp.yagami8095.workers.dev/mcp"
}
}
}