1.0.3npm · @gongrzhe/server-json-mcp · current release
Observed 2026-08-17T07:43:45.900Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": false
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
filterFilter JSON data using conditionsInput schema{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "URL of the JSON data source"
},
"jsonPath": {
"type": "string",
"description": "Base JSONPath expression"
},
"condition": {
"type": "string",
"description": "Filter condition (e.g. @.price < 10)"
}
},
"required": [
"url",
"jsonPath",
"condition"
]
} | — | — · — | — |
queryQuery JSON data using JSONPath syntaxInput schema{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "URL of the JSON data source"
},
"jsonPath": {
"type": "string",
"description": "JSONPath expression (e.g. $.store.book[*].author)"
}
},
"required": [
"url",
"jsonPath"
]
} | — | — · — | — |