Skip to main content
Browser renders a page and hands back the result. Each call is independent: no cookies, no login, no tabs carried between requests.

The eight tools

Per-binding configuration

One setting: an allowed-tools list. Leave it empty and all eight are enabled; list a subset to expose only those.

On MCP gateways

Three of the eight write artifacts into a workspace, and so need a caller the gateway can identify: Authenticate the caller and all eight appear. Agent and workflow surfaces are unaffected.

Cost

Metered per request. See noorle.com/pricing.

Autonomy

Act tier, every tool. At Supervised it pauses unless auto-approved; at Read-only it is denied.

Browser or Computer’s browser?

Reach for Browser when each fetch stands alone — reading an article, capturing a page, pulling a table. Reach for Computer’s browser when the task needs a session.

Working with it

  • Prefer markdown over content when you want the text. It is smaller and the model reads it better.
  • extract_json is the right tool when you know the shape you want; scrape when you know the selectors.
  • snapshot saves a round trip when you need both the HTML and the picture.
  • Some sites block automated rendering. Treat a failure as data, not a bug.

Next