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.
Server Config
{
"mcpServers": {
"json-toolkit": {
"url": "https://json-toolkit-mcp.yagami8095.workers.dev/mcp"
}
}
}