JSON Query MCP

by mgraczyk

json_query_jsonpath

Extract specific data from large JSON files using JSONPath expressions. Ideal for precise querying and retrieving values from complex JSON structures.

Instructions

Query a JSON file using JSONPath. Use to get values precisely from large JSON files.

Input Schema

NameRequiredDescriptionDefault
file_pathYesAbsolute path to the JSON file.
jsonpathYesJSONPath expression to evaluate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "file_path": { "description": "Absolute path to the JSON file.", "type": "string" }, "jsonpath": { "description": "JSONPath expression to evaluate", "minLength": 1, "type": "string" } }, "required": [ "file_path", "jsonpath" ], "type": "object" }

You must be authenticated.

Other Tools from JSON Query MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mgraczyk/json-query-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server