Skip to main content
Glama

MCP Web Browser Server

browse_to

Navigate to a specific URL and retrieve the full HTML content of the page using the MCP Web Browser Server for headless browsing tasks.

Instructions

Navigate to a specific URL and return the page's HTML content. Args: url: The full URL to navigate to context: Optional context object for logging (ignored) Returns: The full HTML content of the page

Input Schema

NameRequiredDescriptionDefault
contextNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "context": { "anyOf": [ {}, { "type": "null" } ], "default": null, "title": "Context" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "browse_toArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Web Browser 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/random-robbie/mcp-web-browser'

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