Skip to main content
Glama

Web-curl MCP Server

by rayss868

fetch_webpage

Extract text content from web pages using customizable parameters such as URL, resource blocking, and character limits for efficient data retrieval.

Instructions

Retrieve text content from a web page

Input Schema

NameRequiredDescriptionDefault
blockResourcesNoWhether to block images, stylesheets, and fonts to improve performance (default: true)
headersNoCustom headers to include in the request
maxLengthNoMaximum number of characters to return for content extraction (default: 2000 if not provided)
passwordNoPassword for basic authentication
resourceTypesToBlockNoList of resource types to block (e.g., "image", "stylesheet", "font")
startIndexNoStart character index for content extraction (default: 0)
timeoutNoNavigation timeout in milliseconds (default: 60000)
urlYesThe URL of the webpage to fetch
usernameNoUsername for basic authentication

Input Schema (JSON Schema)

{ "properties": { "blockResources": { "description": "Whether to block images, stylesheets, and fonts to improve performance (default: true)", "type": "boolean" }, "headers": { "description": "Custom headers to include in the request", "type": "object" }, "maxLength": { "description": "Maximum number of characters to return for content extraction (default: 2000 if not provided)", "type": "number" }, "password": { "description": "Password for basic authentication", "type": "string" }, "resourceTypesToBlock": { "description": "List of resource types to block (e.g., \"image\", \"stylesheet\", \"font\")", "items": { "type": "string" }, "type": "array" }, "startIndex": { "description": "Start character index for content extraction (default: 0)", "type": "number" }, "timeout": { "description": "Navigation timeout in milliseconds (default: 60000)", "type": "number" }, "url": { "description": "The URL of the webpage to fetch", "type": "string" }, "username": { "description": "Username for basic authentication", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Web-curl 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/rayss868/MCP-Web-Curl'

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