json-query-mcp
If you are the rightful owner of json-query-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for querying large JSON files.
The JSON Query MCP server is designed to facilitate the querying of large JSON files, making it an essential tool for LLM models that implement the Model Context Protocol. This server allows users to efficiently navigate and extract data from extensive JSON datasets using JSONPath expressions. It is particularly useful for applications that require the processing of large JSON files, such as those found in API definitions or configuration files. By providing a robust querying mechanism, the JSON Query MCP server enhances the ability of LLM models to interact with and utilize JSON data effectively.
Features
- Query JSON files using JSONPath expressions
- Search for keys similar to a query string
- Search for values similar to a query string