Skip to main content
Glama

MCP URL Fetcher

by nathanonn

fetch

Retrieve and process web content from any URL with automatic format detection, supporting HTML, JSON, Markdown, and text for streamlined data integration.

Instructions

Fetch content from a URL with automatic content type detection

Input Schema

NameRequiredDescriptionDefault
formatNoFormat to convert to (default: auto)
urlYesURL to fetch content from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "Format to convert to (default: auto)", "enum": [ "auto", "html", "json", "markdown", "text" ], "type": "string" }, "url": { "description": "URL to fetch content from", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from MCP URL Fetcher

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/nathanonn/mcp-url-fetcher'

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