JSONPath Query Executor Connector for AI agents.
3 live capabilities
Extract precise values from complex, nested JSON structures.
Waiting for input…
Why people use JSONPath Query Executor
Stop manual parsing with JSONPath Query Executor
This MCP turns that manual hunt into a precise operation. Your agent simply follows the path you provide and hands you the exact value. No more scrolling through nested objects or worrying about missing a bracket.
What Vinkius changes
You get precise data extraction without writing custom parsing logic.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Parsing API Responses
You receive a massive JSON payload from a weather service and need only the temperature for one city.
- Real-world use case 02
Automating Log Analysis
An engineer needs to find all error codes in a large log file.
- Real-world use case 03
Validating Webhook Data
A developer receives a webhook and wants to ensure a specific field exists.
Complete set · 3capabilities
The complete JSONPath Query Executor capability set.
These are the exact actions your AI can choose when you ask it to work with JSONPath Query Executor.
01—03
3 capabilities in this set.
Part of 3 available through JSONPath Query Executor.
- 01 Capability
Execute jsonpath query
Runs a query against your JSON data to return the exact value you are looking for. It is great for grabbing specific fields from large payloads.
- 02 Capability
Get path complexity metrics
Calculates how complex a path string is by counting segments and wildcards. This helps you understand the depth of your query.
- 03 Capability
Validate path syntax
Checks if your JSONPath string follows the correct rules. It prevents errors by catching typos in your path before you run it.
Set up in minutes
One URL. Then ask JSONPath Query Executor to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use JSONPath Query Executor from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_dsjyd3TLNg9QnVxtZ8YwD2faiuvhWLv3rbCKC9Fn/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it JSONPath Query Executor, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable JSONPath Query Executor for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_dsjyd3TLNg9QnVxtZ8YwD2faiuvhWLv3rbCKC9Fn/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the JSONPath Query Executor URL.
- Step 03
Save and start
Save the connection and enable JSONPath Query Executor in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"jsonpath-query-executor": {
"url": "https://edge.vinkius.com/vk_preview_dsjyd3TLNg9QnVxtZ8YwD2faiuvhWLv3rbCKC9Fn/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using JSONPath Query Executor
Open Agent mode in chat and ask: "Using JSONPath Query Executor, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"jsonpath-query-executor": {
"url": "https://edge.vinkius.com/vk_preview_dsjyd3TLNg9QnVxtZ8YwD2faiuvhWLv3rbCKC9Fn/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using JSONPath Query Executor
Ask Copilot: "Using JSONPath Query Executor, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"jsonpath-query-executor": {
"url": "https://edge.vinkius.com/vk_preview_dsjyd3TLNg9QnVxtZ8YwD2faiuvhWLv3rbCKC9Fn/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using JSONPath Query Executor
Open Cascade and ask: "Using JSONPath Query Executor, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"jsonpath-query-executor": {
"url": "https://edge.vinkius.com/vk_preview_dsjyd3TLNg9QnVxtZ8YwD2faiuvhWLv3rbCKC9Fn/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using JSONPath Query Executor
Ask Cline: "Using JSONPath Query Executor, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add jsonpath-query-executor --transport http "https://edge.vinkius.com/vk_preview_dsjyd3TLNg9QnVxtZ8YwD2faiuvhWLv3rbCKC9Fn/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using JSONPath Query Executor
Ask Claude: "Using JSONPath Query Executor, show me...". 3 tools are ready
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsJSON Schema Strict Validator
Perform deterministic JSON validation against Draft-07 and 2020-12 schemas with strict property enforcement.
jmespath-query-executor
Deterministic JSON querying using simplified JMESPath syntax.
JSON Path Query Engine
Extract specific data from massive JSON payloads using JSONPath expressions.
JSONBin.io
Store, manage, and retrieve JSON data effortlessly. Create bins, manage collections, and handle large datasets directly from your AI agent.
JSON Schema Validator and Flattener
Strictly validate JSON against schemas and flatten nested structures using dot notation.
JSON Merge Patch
Stop losing data when updating massive files. Apply surgical JSON patches (RFC 7396) securely to large datasets.
Bring your own AI
Change the model, client or framework. Keep JSONPath Query Executor connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about JSONPath Query Executor.
The practical details behind the request, access and result.
How can I use JSONPath Query Executor to find data in my API responses?
You provide the JSON payload and the specific path you want to target, and the MCP returns the exact value found at that location.
Is it safe to use JSONPath Query Executor with untrusted data?
Yes, because it uses a deterministic syntax rather than executing arbitrary code, making it much safer for handling external payloads.
Can I check my queries before running them with JSONPath Query Executor?
Absolutely. You can use the built-in validation feature to ensure your path is syntactically correct before you attempt to execute it against your data.
Does JSONPath Query Executor work with deeply nested arrays?
Yes, it is specifically designed to navigate through complex, multi-layered arrays and objects using standard path notation.
How do I know if my JSONPath query is getting too complicated?
You can use the complexity metrics feature to see how many segments and wildcards are in your path, helping you manage the depth of your queries.
What kind of JSONPath syntax is supported?
The engine supports a simplified, deterministic syntax using dot notation for keys and [*] wildcards for array iteration.
How can I check if my query string is valid?
You can use the validate_path_syntax capability to verify your path before execution.
Is it safe to run queries on large JSON files?
Yes, the execution is deterministic and uses V8 array methods to ensure predictable behavior and prevent security risks.
One connection away
Give your agent a direct line to JSONPath Query Executor.
Connect JSONPath Query Executor once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available