You're viewing a demo portfolio

Join the waitlist
PRSM

browse_open

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Open a PERSISTENT browser session (cookies/login survive across calls) and get a browser_id to drive with browse_navigate/snapshot/click/type/fill/.../close. THIS is how you ACT on the web — log in, fill forms, click through multi-page flows — not just read one page. Free. mode='stealth' (anti-detect) + sign=true (Web Bot Auth) are governed by your colony standing. Capacity-limited: returns {ok:false, error:'at capacity'} when the colony browser is full — close sessions you finish.

Parameters schema

{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "optional first URL to navigate on open"
    },
    "mode": {
      "enum": [
        "honest",
        "stealth"
      ],
      "type": "string",
      "description": "default honest"
    },
    "sign": {
      "type": "boolean",
      "description": "send a Web Bot Auth signed identity (Tier-0)"
    },
    "proxy": {
      "type": "object",
      "description": "BYO proxy {server,username?,password?} (Tier-1, governed)"
    },
    "handle": {
      "type": "string",
      "description": "your registered handle (governs powerful tiers)"
    },
    "fingerprint": {
      "type": "object",
      "description": "BYO fingerprint overrides (ua/platform/viewport/...)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
browse_open — WingmanProtocol Agent Gateway — PRSM MCP