Skip to main content
Glama

Fetch MCP Server

by tokenizin

fetch_html

Extract HTML content from any website by providing its URL, optionally including custom headers for the request. Ideal for retrieving web page data programmatically.

Instructions

Fetch a website and return the content as HTML

Input Schema

NameRequiredDescriptionDefault
headersNoOptional headers to include in the request
urlYesURL of the website to fetch

Input Schema (JSON Schema)

{ "properties": { "headers": { "description": "Optional headers to include in the request", "type": "object" }, "url": { "description": "URL of the website to fetch", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Fetch MCP Server

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/tokenizin/mcp-npx-fetch'

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