Skip to main content
Glama

Scrapling Fetch MCP

by cyberchitta

s-fetch-page

Fetch complete web pages with pagination and bot-detection avoidance. Choose modes (basic, stealth, max-stealth) and output formats (HTML, markdown). Returns metadata including length and truncation status for seamless content retrieval.

Instructions

Fetches a complete web page with pagination support. Retrieves content from websites with bot-detection avoidance. For best performance, start with 'basic' mode (fastest), then only escalate to 'stealth' or 'max-stealth' modes if basic mode fails. Content is returned as 'METADATA: {json}\n\n[content]' where metadata includes length information and truncation status.

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (html or markdown)markdown
max_lengthNoMaximum number of characters to return.
modeNoFetching mode (basic, stealth, or max-stealth)basic
start_indexNoOn return output starting at this character index, useful if a previous fetch was truncated and more content is required.
urlYesURL to fetch

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "markdown", "description": "Output format (html or markdown)", "title": "Format", "type": "string" }, "max_length": { "default": 5000, "description": "Maximum number of characters to return.", "exclusiveMaximum": 1000000, "exclusiveMinimum": 0, "title": "Max Length", "type": "integer" }, "mode": { "default": "basic", "description": "Fetching mode (basic, stealth, or max-stealth)", "title": "Mode", "type": "string" }, "start_index": { "default": 0, "description": "On return output starting at this character index, useful if a previous fetch was truncated and more content is required.", "minimum": 0, "title": "Start Index", "type": "integer" }, "url": { "description": "URL to fetch", "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "PageFetchRequest", "type": "object" }
Install Server

Other Tools from Scrapling Fetch MCP

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

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