Skip to main content
Glama

Fetch MCP Server

by zcaceres

fetch_markdown

Extract website content and convert it into Markdown format. Specify a URL and optional headers to retrieve clean, structured text for easy use in Markdown-supported applications.

Instructions

Fetch a website and return the content as Markdown

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" }

You must be authenticated.

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

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