Skip to main content
Glama

Fetch MCP Server

by tokenizin

fetch_txt

Extract plain text content from a website by specifying its URL. Remove HTML formatting for simplified, readable output. Ideal for processing web content programmatically.

Instructions

Fetch a website, return the content as plain text (no 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