Skip to main content
Glama

URL Fetch MCP

by aelaguiz

fetch_url

Retrieve web content from any URL and convert it into text format. Ideal for accessing HTML, plain text, and other text-based resources directly for processing or analysis.

Instructions

Fetch content from a URL and return it as text.

This tool allows Claude to retrieve content from any accessible web URL. The content is returned as text, making it suitable for HTML, plain text, and other text-based content types.

Input Schema

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

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", "format": "uri", "minLength": 1, "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "fetch_urlArguments", "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