Skip to main content
Glama

MCP-Undetected-Chromedriver

by dragons96

browser_navigate

Directs a Chrome browser to a specified URL using undetected automation, bypassing anti-bot detection mechanisms. Includes an optional timeout parameter for navigation control, ideal for web scraping and testing.

Instructions

Navigate to a URL

Args: url: The URL to navigate to - required timeout: The timeout for the navigation - optional, default is 30000

Input Schema

NameRequiredDescriptionDefault
timeoutNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "timeout": { "default": 30000, "title": "Timeout", "type": "integer" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "browser_navigateArguments", "type": "object" }

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/dragons96/mcp-undetected-chromedriver'

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