Skip to main content
Glama

MCP Complete Implementation Guide

by saksham0712

fetch_url

Retrieve content from any URL using HTTP methods and custom headers to access web data for processing and integration.

Instructions

Fetch content from a URL

Input Schema

NameRequiredDescriptionDefault
headersNoHTTP headers to include
methodNoHTTP method (GET, POST, etc.)GET
urlYesThe URL to fetch

Input Schema (JSON Schema)

{ "properties": { "headers": { "description": "HTTP headers to include", "type": "object" }, "method": { "default": "GET", "description": "HTTP method (GET, POST, etc.)", "type": "string" }, "url": { "description": "The URL to fetch", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from MCP Complete Implementation Guide

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/saksham0712/MCP'

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