JSON Path Query Engine

JSON Path Query Engine MCP Connector for Claude

A+

Extract specific data from massive JSON payloads using JSONPath expressions.

1 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Surgically extract fields from complex API responses using JSONPath Plus (8M+ weekly downloads). Saves tokens and prevents hallucination.

The Superpowers

  • Surgical Extraction: Full JSONPath syntax ($.orders[0].total_price, $..email).
  • Token Efficient: Extract only the 3 fields you need from a 5,000-token payload.
json-querydata-extractionapi-parsingtoken-optimizationdata-filtering

1 tools expose this connector's capabilities to your AI agent.

query_json

Pass the raw JSON string and a JSONPath expression like "$.orders[0].total_price" or "$.users[*].email". Returns all matching values. Queries and extracts specific values from massive JSON payloads using JSONPath expressions. Eliminates the need to send entire API responses to the LLM context window

See how to talk to your AI agent using JSON Path Query Engine.

Extract all author names from this bookstore JSON.

JSONPath Result: 4 matches found.

Full JSONPath Plus: root ($), deep scan (..), array indexing, filters, and recursive descent.

Related Connectors