Read JSON files and query target data with JSONPath expressions.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "JSON Path MCP Server" yet — see the docs or source repo.
Read response.json and use the JSONPath expression $.data.users[*].email to extract all user email addresses as an array.
A list of matched email addresses for inspecting API structure and content.
Read orders.json and use JSONPath $.orders[?(@.status=='paid')].id to find all paid order IDs.
A list of matching order IDs for reporting or downstream processing.
Read config.json and query $.services[*].database.host to list database host addresses used by each service.
Database host values from the config to help troubleshoot environment or setup issues.
Use utility tools for files, math, JSON, time, and system queries.
Query and process large Swagger/OpenAPI docs to quickly find API details.
Production-ready MCP server for query normalization, retrieval, and RAG prompt building.
A lightweight MCP tool for math, API fetching, and usage monitoring.
Generate, validate, format, and manipulate JSON data structures easily.
Interact with JSONPlaceholder fake REST APIs for CRUD testing and prototyping.