Overview
Features
Query tool
Query JSON data using JSONPath syntax with extended operations.
Filter tool
Filter JSON data using conditions.
Array operations
Supports slicing, sorting, distinct, map, flatten, union, and intersection on arrays.
String operations
Includes toLowerCase, toUpperCase, startsWith, endsWith, contains, and matches.
Numeric operations
Supports arithmetic operators (+, -, *, /) and functions like abs() and sqrt(), plus rounding.
Date operations
Format, isToday, and add time units (days, months, years).
Aggregation operations
GroupBy and calculations like sum, avg, min, max.
Easy installation and usage
Install and run via npm/npx commands; includes Claude Desktop configuration guidance.
Who Is This For?
- LLMs:Enable LLMs to query and transform JSON data via JSONPath-based tools.
- Developers:Integrate the MCP server into applications to provide JSON data querying/manipulation capabilities.
- Data scientists:Use in MCP workflows to process and transform JSON datasets.




