Skip to main content
Glama

URL Fetch MCP

by aelaguiz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_url

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.
fetch_image

Fetch an image from a URL and return it as an image.

This tool allows Claude to retrieve images from any accessible web URL. The image is returned in a format that Claude can display.
fetch_json

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.

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