Skip to main content
Glama

WebSurfer MCP

by crybo-rybo

search_url

Retrieve plain-text content from any web page URL with robust error handling. Specify a timeout to ensure efficient processing of web page data.

Instructions

Fetch and return plain-text content from a web page URL. Handles various content types and provides comprehensive error handling.

Input Schema

NameRequiredDescriptionDefault
timeoutNoOptional timeout in seconds (default: 10)
urlYesThe URL to fetch content from. Must be a valid HTTP/HTTPS URL.

Input Schema (JSON Schema)

{ "properties": { "timeout": { "default": 10, "description": "Optional timeout in seconds (default: 10)", "maximum": 60, "minimum": 1, "type": "number" }, "url": { "description": "The URL to fetch content from. Must be a valid HTTP/HTTPS URL.", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from WebSurfer 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/crybo-rybo/websurfer-mcp'

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