A Model Context Protocol server that exposes AI workflow templates as callable tools, enabling MCP clients to list templates, inspect their input/output schemas, and execute them synchronously or asynchronously to get structured results.
A Model Context Protocol server for querying large JSON files using JSONPath expressions, enabling LLMs to efficiently search and extract information from large JSON data.
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.