jsonpath-query
ActiveTool of io.github.Deesmo/arch-tools-mcp
declared in 1.8.0
Run JSONPath expressions against any JSON payload
Parameters schema
{
"type": "object",
"required": [
"data",
"query"
],
"properties": {
"data": {
"type": "object",
"description": "JSON object to query"
},
"query": {
"type": "string",
"description": "JSONPath expression (e.g. $.store.book[0].title)"
}
}
}Parent server
io.github.Deesmo/arch-tools-mcp
https://github.com/Deesmo/Arch-AI-Tools
1/7 registries