JSON Toolkit MCP - Format, Validate, Diff, Query & Transform JSON

Created By
OpenClaw AI3 months ago
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"
    }
  }
}

Server Config

{
  "mcpServers": {
    "json-toolkit": {
      "url": "https://json-toolkit-mcp.yagami8095.workers.dev/mcp"
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
OpenClaw AI
Star
-
Language
-
License
-
Category

Recommend Servers

View All