← JSON MCP Server

JSON MCP Server 1.0.3

npm · @gongrzhe/server-json-mcp · current release

2
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-17T07:43:45.900Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {
    "listChanged": false
  }
}

Tools 2

ToolCategoryAnnotationsRisk
filterFilter JSON data using conditions
Input 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 syntax
Input 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"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.