Browser Tools
supernatural.sh
Automates browser interactions such as clicking, extracting content, executing JavaScript, navigating, and taking screenshots.
ENDPOINT 1
https://api.supernatural.sh/mcp
Known tools 30
browser_clickClick an element.
browser_contentGet the page content as markdown.
browser_evaluateRun a JavaScript expression in the page.
browser_navigateNavigate to a URL and wait for the page to load.
browser_screenshotTake a screenshot of the page or a specific element.
browser_snapshotGet an accessibility tree snapshot of the page.
browser_typeType text into the currently focused element.
browser_waitWait for a CSS selector to appear on the page, or wait for a specified timeout.
cdp_rawSend a raw Chrome DevTools Protocol command.
cookie_getGet cookies for the current page or specified URLs.
cookie_setSet a cookie in the browser.
extension_installInstall a Chrome extension on a persistent session's profile.
extension_listList all extensions attached to a persistent session's profile, including each one's name, version, enabled state, and source.
extension_removePermanently delete an extension from a persistent session's profile.
extension_set_enabledToggle an extension on or off without deleting it.
file_downloadDownload a file from a browser session.
file_listList files available for download from a browser session.
file_uploadUpload a file to a browser session's upload directory.
ip_whitelist_addAdd an IP address to the CDP access whitelist.
ip_whitelist_listList IP addresses whitelisted for direct CDP WebSocket access.
ip_whitelist_removeRemove an IP address from the CDP access whitelist.
locations_listList the (label, location) pairs the proxy pool currently serves.
profile_deletePermanently delete a persistent browser profile and all its saved data (cookies, storage, local files).
profile_listList your persistent browser profiles — both currently running and stopped.
session_createCreate a stealth browser session.
session_infoGet detailed information about a specific session including status, CDP URL, uptime, and sidecar port.
session_killStop a browser session and tear down its Chrome instance.
session_listList all active browser sessions.
session_resumeResume a stopped persistent session.
webrtc_set_ipOverride the WebRTC IP address for a session.