Skip to main content
Glama

Browser Agent MCP

browser_navigate

Direct a browser to load a specific URL, configure navigation timeouts, and set wait criteria for page events like 'load' or 'networkidle'. Useful for automating web interactions or testing workflows.

Instructions

Navigate to a specific URL

Input Schema

NameRequiredDescriptionDefault
timeoutNoNavigation timeout in milliseconds
urlYesURL to navigate to
waitUntilNoNavigation wait criteria

Input Schema (JSON Schema)

{ "properties": { "timeout": { "description": "Navigation timeout in milliseconds", "type": "number" }, "url": { "description": "URL to navigate to", "type": "string" }, "waitUntil": { "description": "Navigation wait criteria", "enum": [ "load", "domcontentloaded", "networkidle", "commit" ], "type": "string" } }, "required": [ "url" ], "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/imprvhub/mcp-browser-agent'

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