# JSON Tree by Platphorm News > A powerful JSON visualization and manipulation tool for developers > Version: 0.0.1 ## Overview JSON Tree is a web application that provides: - Interactive tree visualization of JSON data - Graph-based visualization for complex structures - JSON formatting, minification, and validation - Search functionality across keys and values - REST API for programmatic access - MCP (Model Context Protocol) server for AI integration ## Website https://json.platphormnews.com ## API Endpoints Base URL: https://json.platphormnews.com/api/v1 ### Parse JSON POST /api/v1/parse - Input: { "json": "", "options": { "includeStats": true } } - Output: Tree structure with statistics ### Format JSON POST /api/v1/format - Input: { "json": "", "indent": 2 } - Output: Formatted JSON string ### Minify JSON POST /api/v1/minify - Input: { "json": "" } - Output: Minified JSON string ### Validate JSON POST /api/v1/validate - Input: { "json": "" } - Output: Validation result with error details ### Diff JSON POST /api/v1/diff - Input: { "source": "", "target": "" } - Output: Differences between two JSON objects ## MCP Server JSON Tree includes an MCP server for AI agent integration. Endpoint: https://json.platphormnews.com/api/mcp ### Available Tools 1. **parse_json** - Parse JSON into a tree structure 2. **format_json** - Pretty-print JSON 3. **minify_json** - Remove whitespace from JSON 4. **validate_json** - Check if JSON is valid 5. **diff_json** - Compare two JSON objects 6. **search_json** - Search within JSON structure 7. **get_json_stats** - Get statistics about JSON ## Rate Limits - 100 requests per minute per IP - No authentication required for basic usage ## Documentation - OpenAPI Spec: https://json.platphormnews.com/api/docs - MCP Info: https://json.platphormnews.com/api/mcp ## Contact Built by Platphorm News Website: https://platphormnews.com Support: support@platphormnews.com