navigate
Navigate the active Chrome tab to a specified URL. Automatically detect and bypass Cloudflare or Turnstile challenges after load, and optionally bring the window to the foreground.
Instructions
Navigate the active tab to url. wait_until: load|none.
auto_verify: if True (default), automatically detect Cloudflare /
Turnstile challenges after load and click the checkbox naturally
(CDP-level click, max 2 attempts). Set False to opt out.
focus: if True (default), bring the tab's window to the OS foreground
after navigating. Without this, programmatic navigation in Chrome
does NOT raise the window — so on systems with the user's own
Chrome already open, MCP-driven navigation can be invisible to the
eye even though it succeeded internally. Set False to navigate
silently (background scraping flows).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| wait_until | No | load | |
| auto_verify | No | ||
| focus | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |