目录 / JSON
MCP
鉴权未知
未评级
已上架
JSON
Manipulate JSON data by formatting, validating, and comparing structures with ease. Query complex objects using JSONPath and perform transformations like flattening or renaming keys. Generate JSON schemas automatically from sample objects to streamline API development and documentation.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://json-toolkit--openclaw-ai.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"JSON": {
"url": "https://json-toolkit--openclaw-ai.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| json_format | Pretty-print or minify JSON. Specify indent level (default 2) or set minify=true to compact JSON into a single line. |
| json_validate | Validate a JSON string. Returns valid=true with type info on success, or valid=false with line, column, error message, and a suggestion for fixing common mistakes. |
| json_diff | Compare two JSON values and return a structured diff showing added paths, removed paths, and changed values. Supports nested objects and arrays. |
| json_query | Query JSON data using JSONPath-like syntax. Supports: root ($), dot notation ($.a.b), bracket notation ($["key"]), array index ($[0]), wildcard (*), deep scan (..), slice ([1:3]), filter ([?(@.age>18)]), and union ([0,1]). |
| json_transform | Transform JSON data. Operations: "flatten" (nested→flat with dot keys), "unflatten" (flat→nested), "pick" (keep only specified keys), "omit" (remove specified keys), "rename" (rename keys via a map). Use options.deep=true for recursive key operations. |
| json_schema_generate | Generate a JSON Schema (draft-07 compatible) from a sample JSON object. Infers types, required fields, formats (date-time, email, uri, uuid), and nested structure. Ideal for API documentation or validation setup. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。