Skip to main content
Glama

WebSurfer MCP

by crybo-rybo

search_url

Fetch and return plain-text content from any web page URL using the WebSurfer MCP server. Handles multiple content types, provides error handling, and supports custom timeouts for reliable text extraction.

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" }
Install Server

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