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.
Query JSON data using JSONPath syntax with extended operations. Parameters: url (string) - URL of the JSON data source, jsonPath (string) - JSONPath expression with optional operations.
Filter JSON data using conditions. Parameters: url (string) - URL of the JSON data source, jsonPath (string) - Base JSONPath expression, condition (string) - Filter condition.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!