Fetch MCP Server

fetch_txt

Extract plain text from a website by inputting the URL, excluding HTML, to retrieve clean and readable content for ease of use and analysis.

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

You must be authenticated.

Other Tools from Fetch MCP Server

Related Tools

ID: nu09wf23ao