pilot_cdp
Bypass bot detection by connecting to a real Chrome browser via CDP. Uses your existing profile and tabs to avoid fingerprinting.
Instructions
Connect Pilot to a real Chrome browser already running on the user's machine via Chrome DevTools Protocol (CDP). Use when Cloudflare or other bot detection blocks even headed mode. A real Chrome with the user's real profile bypasses fingerprinting entirely.
Parameters:
port (optional, default 9222): The remote debugging port Chrome was launched with.
How to start Chrome with CDP enabled: macOS: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 Windows: "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 Linux: google-chrome --remote-debugging-port=9222
Returns: Confirmation of connection with tab count and active URL.
Errors:
"Cannot connect": Chrome is not running or not started with the --remote-debugging-port flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Chrome remote debugging port (default: 9222) |