MCPServers
JSON Manipulation - MCP server logo

JSON Manipulation

32
0

Summary

This JSON MCP server, developed by gongrzhe, provides a standardized interface for querying and manipulating JSON data using JSONPath syntax. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers an extensive set of tools for array operations, string manipulation, numeric calculations, date handling, and data aggregation. The server implements error handling and supports various data sources through URL inputs. By abstracting complex JSON operations, it enables AI systems to easily process and analyze structured data. This implementation is particularly valuable for applications requiring programmatic JSON manipulation, facilitating use cases such as data extraction, transformation, and analysis across diverse JSON-based datasets.

Available Actions(2)

query

Query JSON data using JSONPath syntax with extended operations. Input: url (string): URL of the JSON data source, jsonPath (string): JSONPath expression with optional operations.

filter

Filter JSON data using conditions. Input: url (string): URL of the JSON data source, jsonPath (string): Base JSONPath expression, condition (string): Filter condition.

Last Updated: April 17, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags