Skip to main content
Glama

MCP Server Fetch TypeScript

by tatn

get_raw_text

Extract raw text content directly from a URL, bypassing browser rendering. Designed for accessing structured data formats like JSON, XML, CSV, TSV, or plain text files efficiently without processing dynamic elements.

Instructions

Retrieves raw text content directly from a URL 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 resource containing raw text content (JSON, XML, CSV, TSV, plain text, etc.).

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL of the target resource containing raw text content (JSON, XML, CSV, TSV, plain text, etc.).", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from MCP Server Fetch TypeScript

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/tatn/mcp-server-fetch-typescript'

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