Scout

32 tools. 21 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

21 can modify or destroy data
11 read-only
32 tools total

Community server · catalogue entry verified 30/06/2026

How to control Scout ↓

What Scout exposes to your agents

Read (11) Write / Execute (20) Destructive / Financial (1)
Critical Risk

The most dangerous Scout tools

21 of Scout's 32 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Scout

PolicyLayer is an MCP gateway — it sits between your AI agents and Scout, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "scout_delete_post": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "scout_post": {
    "limits": [
      {
        "counter": "scout_post_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "scout_block_resources": {
    "limits": [
      {
        "counter": "scout_block_resources_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Scout — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON SCOUT →

Instant setup, no code required.

All 32 Scout tools

EXECUTE 17 tools
Execute scout_back Go back in browser history. Execute scout_click Click an element by its snapshot ID. Returns healer result describing what changed. If stateChange is Execute scout_drag Drag one element onto another. Execute scout_evaluate Execute JavaScript in the current page and return the result. Use for: reading page state, clicking elements b Execute scout_forward Go forward in browser history. Execute scout_handoff Inject a banner in the live browser asking the user to take a manual action. Returns IMMEDIATELY with a handof Execute scout_handoff_cancel Cancel a pending handoff and remove the banner from the browser. Execute scout_hover Hover over an element by its snapshot ID. Execute scout_login Log in to a social platform automatically. Handles multi-step flows and unusual activity challenges. Auto-save Execute scout_navigate Navigate to a URL. Returns {url, title} by default (lean). Set snapshot=true for full accessibility tree + scr Execute scout_new_tab Open a new browser tab, optionally navigating to a URL. Execute scout_press_key Press a keyboard key (e.g. Enter, Escape, ArrowDown, Backspace). Execute scout_refresh Refresh the current page. Execute scout_scroll Scroll the page or a specific element (modal, dialog) in a direction. Use element_id to scroll within a contai Execute scout_select Select an option from a dropdown/select element by its snapshot ID. Execute scout_switch_tab Switch to a browser tab by index (from scout_tabs). Execute scout_wait Wait for a page condition.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Scout

Can an AI agent delete data through the Scout MCP server? +

Yes. The Scout server exposes 1 destructive tools including scout_delete_post. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Scout? +

The Scout server has 3 write tools including scout_post, scout_save_session, scout_type. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Scout.

How many tools does the Scout MCP server expose? +

32 tools across 4 categories: Destructive, Execute, Read, Write. 11 are read-only. 21 can modify, create, or delete data.

How do I enforce a policy on Scout? +

Register the Scout MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Scout tool call.

Deterministic rules across all 32 Scout tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

32 Scout tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.