JSON MCP Server

filter

Filter JSON data using conditions

Input Schema

NameRequiredDescriptionDefault
conditionYesFilter condition (e.g. @.price < 10)
jsonPathYesBase JSONPath expression
urlYesURL of the JSON data source

Input Schema (JSON Schema)

{ "properties": { "condition": { "description": "Filter condition (e.g. @.price < 10)", "type": "string" }, "jsonPath": { "description": "Base JSONPath expression", "type": "string" }, "url": { "description": "URL of the JSON data source", "type": "string" } }, "required": [ "url", "jsonPath", "condition" ], "type": "object" }

You must be authenticated.

Other Tools