@pipeworx/json
Connect: https://gateway.pipeworx.io/json/mcp · Install: one-click buttons
Tools: 3
Tools
- validate_json — Validate a JSON string (keyless, offline). Returns whether it is valid and, if not, the error message and the character position.
- format_json — Pretty-print or minify a JSON string.
indentsets spaces (default 2); pass 0 to minify to a single line. Keyless, offline. - query_json — Extract a value from JSON at a path using dot/bracket notation, e.g. “user.addresses[0].city”. Keyless, offline.
Tools
-
format_json— Pretty-print or minify a JSON string. `indent` sets spaces (default 2); pass 0 to minify to a single line. Keyless, offline. -
query_json— Extract a value from JSON at a path using dot/bracket notation, e.g. user.addresses[0].city . Keyless, offline. -
validate_json— Validate a JSON string (keyless, offline). Returns whether it is valid and, if not, the error message and the character position.