Pydoll

57 tools. 38 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

38 can modify or destroy data
19 read-only
57 tools total

Community server · catalogue entry verified 11/06/2026

How to control Pydoll ↓

What Pydoll exposes to your agents

Read (19) Write / Execute (36) Destructive / Financial (2)
Critical Risk

The most dangerous Pydoll tools

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

How to control Pydoll

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

Deny destructive operations
{
  "clear_cache": {
    "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
{
  "export_to_csv": {
    "limits": [
      {
        "counter": "export_to_csv_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "analyze_content_with_ai": {
    "limits": [
      {
        "counter": "analyze_content_with_ai_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 Pydoll — 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 PYDOLL →

Free to start. No card required.

All 57 Pydoll tools

EXECUTE 28 tools
Execute execute_automation_script Execute predefined automation scripts Execute execute_javascript Execute JavaScript code in the browser context Execute navigate_to Navigate to a specific URL in a browser tab Execute new_tab Create a new tab in a browser instance Execute start_browser Start a new browser instance with specified configuration Execute stop_browser Stop a browser instance and clean up resources Execute block_requests Block specific network requests Execute bypass_cloudflare Attempt to bypass Cloudflare Turnstile protection Execute bypass_recaptcha Attempt to bypass reCAPTCHA v3 protection Execute download_file Download a file from a URL or trigger a download Execute evade_detection Apply comprehensive evasion techniques Execute go_back Navigate back in browser history Execute inject_script_library Inject JavaScript libraries into the page Execute intelligent_search Intelligently perform search on any website with automatic element detection Execute randomize_fingerprint Randomize browser fingerprint to avoid tracking Execute refresh_page Refresh the current page in a browser tab Execute rotate_proxy Rotate to a new proxy server Execute simulate_human_behavior Simulate realistic human interaction patterns Execute spoof_headers Spoof HTTP headers to appear more legitimate Execute throttle_network Simulate different network conditions Execute click_element Click on a web element with human-like behavior Execute enable_stealth_mode Enable advanced stealth mode to avoid bot detection Execute handle_bot_detection Handle generic bot detection challenges Execute intercept_network_requests Intercept and modify network requests and responses Execute modify_request_headers Modify HTTP request headers Execute randomize_timing Add random delays and timing variations Execute set_active_tab Switch to a specific tab in a browser Execute type_text Type text into an input element with realistic human typing

Related servers

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

Questions about Pydoll

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

Yes. The Pydoll server exposes 2 destructive tools including clear_cache, close_tab. 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 Pydoll? +

The Pydoll server has 8 write tools including export_to_csv, export_to_json, generate_pdf. 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 Pydoll.

How many tools does the Pydoll MCP server expose? +

57 tools across 4 categories: Destructive, Execute, Read, Write. 19 are read-only. 38 can modify, create, or delete data.

How do I enforce a policy on Pydoll? +

Register the Pydoll 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 Pydoll tool call.

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

Free to start. No card required.

57 Pydoll 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.