JSON Query MCP

by mgraczyk

json_query_search_values

Search for specific values in large JSON files without knowing their exact location. Input a file path and search term to retrieve matching results efficiently.

Instructions

Search for values in a JSON file. Use when you do not know the path to a value in a large JSON file, but have some idea what the value is.

Input Schema

NameRequiredDescriptionDefault
file_pathYesAbsolute path to the JSON file.
limitNoMaximum number of results to return (default: 5)
queryYesSearch term for finding matching values

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" }, "limit": { "default": 5, "description": "Maximum number of results to return (default: 5)", "maximum": 100, "minimum": 1, "type": "integer" }, "query": { "description": "Search term for finding matching values", "minLength": 1, "type": "string" } }, "required": [ "file_path", "query" ], "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