MCP NPX Fetch

fetch_json

Fetch a JSON file from a URL

Input Schema

NameRequiredDescriptionDefault
headersNoOptional headers to include in the request
urlYesURL of the JSON to fetch

Input Schema (JSON Schema)

{ "properties": { "headers": { "description": "Optional headers to include in the request", "type": "object" }, "url": { "description": "URL of the JSON to fetch", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools