What it does
Browserbase's official MCP server runs cloud browser sessions and drives them with Stagehand, exposing natural-language web actions (act/observe/extract) plus session and screenshot control, for agents that browse, fill forms, and scrape live sites at scale without local browser infra. Session lifecycle and navigation are deterministic; act/observe/extract are LLM-based (Stagehand uses a model).
Example prompts
- Open this site, log in with the saved session, and extract the order history.
- Navigate to the checkout page and tell me what fields are required.
Tools provided
- navigate — Navigate the cloud browser to a URL.
- act — Perform a natural-language action on the page.
- observe — Observe page state in natural language.
- extract — Extract structured data from the page.
- screenshot — Capture a screenshot.
What you'll need to connect
This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
- Browserbase API keyGet this from mcp.browserbase.com's account or API settings.Paste the value as a single line.Only sent to: mcp.browserbase.com, api.browserbase.com
- Browserbase project IDPaste the value as a single line.
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
