JSON MCP Server

query

Query JSON data using JSONPath syntax

Input Schema

NameRequiredDescriptionDefault
jsonPathYesJSONPath expression (e.g. $.store.book[*].author)
urlYesURL of the JSON data source

Input Schema (JSON Schema)

{ "properties": { "jsonPath": { "description": "JSONPath expression (e.g. $.store.book[*].author)", "type": "string" }, "url": { "description": "URL of the JSON data source", "type": "string" } }, "required": [ "url", "jsonPath" ], "type": "object" }

You must be authenticated.

Other Tools