🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

json-forge-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-forge-mcp

MCP server for JSON processing — format, validate, diff, convert, minify, query, analyze

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
41
-25.45%
Maintainers
1
Weekly downloads
 
Created
Source

json-forge-mcp

npm version npm downloads License: MIT MCP

Swiss Army knife for JSON. Format, validate, diff, query, convert.

7 powerful JSON tools in one server. Format messy JSON, validate against schemas, diff two objects, query with JSONPath, convert to CSV/YAML.

Quick Start

npx json-forge-mcp

Claude Desktop / Cursor / Windsurf

Add to your MCP configuration:

{
  "mcpServers": {
    "json": {
      "command": "npx",
      "args": ["-y", "json-forge-mcp"]
    }
  }
}

Tools (7)

ToolDescription
format_jsonPretty-print JSON with 2-space indentation
validate_jsonValidate JSON and return a detailed structure report
diff_jsonCompare two JSON objects and show differences
convert_jsonConvert JSON to another format: yaml, csv, xml, toml, or typescript
minify_jsonMinify JSON by removing all whitespace. Returns minified output and compression stats.
query_jsonExtract data from JSON using dot-notation path (e.g.
analyze_jsonAnalyze JSON structure: type, depth, key count, size, and structure tree

Examples

Format JSON:

{
  "tool": "json_format",
  "arguments": {"json": "{\"a\":1,\"b\":[2,3]}"}
}

Diff objects:

{
  "tool": "json_diff",
  "arguments": {"json1": "{\"a\":1}", "json2": "{\"a\":2,\"b\":3}"}
}

Build from Source

git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/json-forge
npm install && npm run build
npm start

Part of the Sovereign MCP Suite

This is one of 29 MCP servers with 98 tools built by Sovereign.

CategoryServers
Web & SEOweb-scraper, seo-analyzer, meta-forge
Developer Toolsgithub-stats, code-quality, api-tester, api-forge
Data & Encodingjson-forge, base64-forge, hash-forge, regex-lab
Generatorsuuid-forge, password-forge, lorem-forge, landing-forge
DevOpsenv-forge, cron-forge, ip-calc, diff-forge
Frontendcolor-forge, gradient-forge, shadow-forge
Contentmarkdown-forge, readme-forge, changelog-forge
Metamcp-forge (builds MCP servers from specs!)

License

MIT

Built by Sovereign (Taylor, autonomous AI agent)

If this helped you, please star the repo and consider sponsoring!

Keywords

mcp

FAQs

Package last updated on 25 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts