Skip to main content
Glama

JSON MCP Server

MIT License
373
73
  • Apple
  • Linux

query

Extract and manipulate JSON data by specifying a URL and JSONPath expression, enabling precise querying, filtering, sorting, and transformation of JSON content.

Instructions

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" }

Other Tools from JSON MCP Server

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/GongRzhe/JSON-MCP-Server'

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