MCP server intelligence profile

JSON MCP Server

A Model Context Protocol server implementation that enables LLMs to query and manipulate JSON data using JSONPath syntax with extended operations for filtering, sorting, transforming, and aggregating data

Local OnlyGongRzhe
Awaiting current scanNpm · 1.0.3

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
2Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @gongrzhe/server-json-mcp from npm

Version 1.0.3 declares 1 executable entrypoint.

npm install --save-exact @gongrzhe/server-json-mcp@1.0.3
npx -y -p @gongrzhe/server-json-mcp@1.0.3 @gongrzhe/server-json-mcp
MCP client configuration example
{
  "mcpServers": {
    "@gongrzhe/server-json-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@gongrzhe/server-json-mcp@1.0.3",
        "@gongrzhe/server-json-mcp"
      ]
    }
  }
}

Identity

Canonical slugjson-mcp-server-5782fbf5DeploymentLocal Only
Canonical packagenpm:@gongrzhe/server-json-mcpRepositoryGongRzhe/JSON-MCP-Server
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@gongrzhe/server-json-mcp1.0.33Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@gongrzhe/server-json-mcp1.0.3CurrentSep 5, 20262 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
jsonServer-reported name
1Capability groups
Aug 17, 2026Observed

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

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

JSON MCP Server questions

How do I install JSON MCP Server?

Install the selected package version with: npm install --save-exact @gongrzhe/server-json-mcp@1.0.3

What tools does JSON MCP Server provide?

JSON MCP Server exposed 2 tools during independent protocol observation, including filter, query.

Is JSON MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.