GongRzhe_JSON-MCP-Server

GongRzhe_JSON-MCP-Server

3.2

If you are the rightful owner of GongRzhe_JSON-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A JSON Model Context Protocol (MCP) server implementation for querying and manipulating JSON data, enabling LLMs to interact with JSON data through standardized tools.

The JSON MCP Server (@gongrzhe/server-json-mcp@1.0.3) is a robust implementation designed to facilitate the interaction of Language Learning Models (LLMs) with JSON data. It provides a set of tools that allow querying and manipulation of JSON data using JSONPath syntax, extended with various operations. This server is particularly useful for applications that require dynamic data handling and transformation, offering a wide range of operations including array, string, numeric, date, and aggregation operations. The server can be easily integrated into different platforms, making it a versatile choice for developers working with JSON data.

Features

  • Query JSON data using JSONPath syntax with extended operations.
  • Filter JSON data using conditions and JSONPath expressions.
  • Perform array operations like slicing, sorting, and distinct.
  • Execute string operations such as case conversion and pattern matching.
  • Conduct numeric and date operations including math functions and date modifications.

Tools

  1. query

    Query JSON data using JSONPath syntax with extended operations.

  2. filter

    Filter JSON data using conditions.