jpx-mcp
A Model Context Protocol server that gives AI assistants 31 tools for querying and transforming JSON with JMESPath, powered by jpx-engine and its 490+ functions.
Run it
# or run the prebuilt image:
Register it with an MCP client (for example, Claude):
Tools
31 tools spanning evaluation, introspection, JSON utilities, a session query store, and tool discovery, including evaluate, batch_evaluate, validate, explain, functions, describe, batch_describe, search, similar, format, diff, patch, merge, stats, and paths. See the MCP documentation for the full list.
Library use
The crate also exposes the router so you can embed it in your own transport:
use build_router;
// strict = false keeps the extension functions enabled
let router = build_router.expect;
License
Licensed under either of MIT or Apache-2.0 at your option.