Read, query, and filter local JSON files with sorting and aggregations.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-json-reader" yet — see the docs or source repo.
Read ./logs/app.json and use JSONPath to find records where level is error and timestamp is within the last 7 days. Sort by timestamp descending and return only message, service, and timestamp fields.
A concise list of error logs from the last 7 days, sorted by newest first.
Read ./data/orders.json, filter orders where status is paid, group by region, calculate order count and total revenue, and sort by total revenue descending.
A regional summary table showing order counts and ranked total revenue.
Read ./profiles/users.json, find user records missing either the email or phone field, and return the id, name, and which field is missing.
A list of incomplete user records for cleanup or data completion.
Read JSON files and query target data with JSONPath expressions.
Safely filter local JSON, YAML, and TXT files and convert formats.
Use utility tools for files, math, JSON, time, and system queries.
Browse, read, and search local files and folders through MCP tools.
Lets AI directly read and update locale JSON translation files.
Perform file operations, search, and batch processing through MCP automation.