Skip to main content
Glama

URL Fetch MCP

by aelaguiz

fetch_json

Retrieve and parse JSON data from any web URL, then return it in a readable, formatted structure. Use this tool to access and interpret JSON content directly from online sources.

Instructions

Fetch JSON from a URL, parse it, and return it formatted.

This tool allows Claude to retrieve and parse JSON data from any accessible web URL. The JSON is prettified for better readability.

Input Schema

NameRequiredDescriptionDefault
headersNoAdditional headers to send with the request
timeoutNoRequest timeout in seconds
urlYesThe URL to fetch JSON from

Input Schema (JSON Schema)

{ "properties": { "headers": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "null" } ], "default": null, "description": "Additional headers to send with the request", "title": "Headers" }, "timeout": { "default": 10, "description": "Request timeout in seconds", "title": "Timeout", "type": "integer" }, "url": { "description": "The URL to fetch JSON from", "format": "uri", "minLength": 1, "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "fetch_jsonArguments", "type": "object" }
Install Server

Other Tools from URL Fetch 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/aelaguiz/mcp-url-fetch'

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