← Registry

Browser Tools

supernatural.sh

Automates browser interactions such as clicking, extracting content, executing JavaScript, navigating, and taking screenshots.

1 endpoint30 known toolsCached registry data

ENDPOINT 1

https://api.supernatural.sh/mcp

No auth detected

Known tools 30

browser_click

Click an element.

browser_content

Get the page content as markdown.

browser_evaluate

Run a JavaScript expression in the page.

browser_navigate

Navigate to a URL and wait for the page to load.

browser_screenshot

Take a screenshot of the page or a specific element.

browser_snapshot

Get an accessibility tree snapshot of the page.

browser_type

Type text into the currently focused element.

browser_wait

Wait for a CSS selector to appear on the page, or wait for a specified timeout.

cdp_raw

Send a raw Chrome DevTools Protocol command.

cookie_get

Get cookies for the current page or specified URLs.

cookie_set

Set a cookie in the browser.

extension_install

Install a Chrome extension on a persistent session's profile.

extension_list

List all extensions attached to a persistent session's profile, including each one's name, version, enabled state, and source.

extension_remove

Permanently delete an extension from a persistent session's profile.

extension_set_enabled

Toggle an extension on or off without deleting it.

file_download

Download a file from a browser session.

file_list

List files available for download from a browser session.

file_upload

Upload a file to a browser session's upload directory.

ip_whitelist_add

Add an IP address to the CDP access whitelist.

ip_whitelist_list

List IP addresses whitelisted for direct CDP WebSocket access.

ip_whitelist_remove

Remove an IP address from the CDP access whitelist.

locations_list

List the (label, location) pairs the proxy pool currently serves.

profile_delete

Permanently delete a persistent browser profile and all its saved data (cookies, storage, local files).

profile_list

List your persistent browser profiles — both currently running and stopped.

session_create

Create a stealth browser session.

session_info

Get detailed information about a specific session including status, CDP URL, uptime, and sidecar port.

session_kill

Stop a browser session and tear down its Chrome instance.

session_list

List all active browser sessions.

session_resume

Resume a stopped persistent session.

webrtc_set_ip

Override the WebRTC IP address for a session.