MCP Server Fetch Python

by tatn

get-raw-text

Extracts raw text content directly from URLs without browser rendering. Ideal for structured data formats like JSON, XML, CSV, TSV, or plain text files. Best used when fast, direct access to the source content is needed without processing dynamic elements.

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the target web page (text, JSON, XML, csv, tsv, etc.).

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL of the target web page (text, JSON, XML, csv, tsv, etc.).", "type": "string" } }, "required": [ "url" ], "type": "object" }