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

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签