query_json
Pack: json · Endpoint: https://gateway.pipeworx.io/json/mcp
Extract a value from JSON at a path using dot/bracket notation, e.g. “user.addresses[0].city”. Keyless, offline.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
json | string | yes | The JSON text. |
path | string | yes | A path like “a.b[0].c”. |
Example call
curl -X POST https://gateway.pipeworx.io/json/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"query_json","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"json": {
"url": "https://gateway.pipeworx.io/json/mcp"
}
}
}
See Getting Started for client-specific install steps.