Skip to main content
Glama

Fetch JSONPath MCP

by ackness

batch-get-json

Extract JSON data from multiple URLs using extended JSONPath patterns. Optimizes by fetching each unique URL once and executes requests concurrently for improved performance.

Instructions

Batch extract JSON content from multiple URLs with different extended JSONPath patterns. Supports all JSONPath extensions and optimizes by fetching each unique URL only once. Executes requests concurrently for better performance.

Input Schema

NameRequiredDescriptionDefault
requestsYesArray of request objects

Input Schema (JSON Schema)

{ "properties": { "requests": { "description": "Array of request objects", "items": { "properties": { "pattern": { "description": "Extended JSONPath pattern (optional) supporting: Basic: 'foo[*].baz'; Extensions: '$.data.`len`'; Filtering: '$.items[?(@.price > 10)]'; Arithmetic: '$.a + $.b'; Text ops: '$.text.`sub(/old/, new)`'", "type": "string" }, "url": { "description": "The URL to get JSON from", "type": "string" } }, "required": [ "url" ], "type": "object" }, "type": "array" } }, "required": [ "requests" ], "type": "object" }
Install Server

Other Tools from Fetch JSONPath MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ackness/fetch-jsonpath-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server