query_json
ActiveTool of Json
declared in 0.1.0
Extract a value from JSON at a path using dot/bracket notation, e.g. "user.addresses[0].city". Keyless, offline.
Parameters schema
{
"type": "object",
"required": [
"json",
"path"
],
"properties": {
"json": {
"type": "string",
"description": "The JSON text."
},
"path": {
"type": "string",
"description": "A path like \"a.b[0].c\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Json
https://github.com/pipeworx-io/mcp-json
1/7 registries