← Registry

Browser Tools

supernatural.sh

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

1 endpoint30 known toolsFirst detected July 11, 2026Last detected August 17, 2026

ENDPOINT 1

https://api.supernatural.sh/mcp

No auth detected

MCP server metadata

Name
sprntrl
Version
v1.0.0
Capabilities
loggingtools.listChanged

Known tools 30

browser_click

Click an element.

Inferred read-only
browser_content

Get the page content as markdown.

Inferred read-only
browser_evaluate

Run a JavaScript expression in the page.

Inferred read-only
browser_navigate

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

Inferred read-only
browser_screenshot

Take a screenshot of the page or a specific element.

Inferred read-only
browser_snapshot

Get an accessibility tree snapshot of the page.

Inferred read-only
browser_type

Type text into the currently focused element.

Inferred read-only
browser_wait

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

Inferred read-only
cdp_raw

Send a raw Chrome DevTools Protocol command.

Potential side effects
cookie_get

Get cookies for the current page or specified URLs.

Inferred read-only
cookie_set

Set a cookie in the browser.

Inferred read-only
extension_install

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

Inferred read-only
extension_list

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

Inferred read-only
extension_remove

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

Potential side effects
extension_set_enabled

Toggle an extension on or off without deleting it.

Inferred read-only
file_download

Download a file from a browser session.

Inferred read-only
file_list

List files available for download from a browser session.

Inferred read-only
file_upload

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

Potential side effects
ip_whitelist_add

Add an IP address to the CDP access whitelist.

Inferred read-only
ip_whitelist_list

List IP addresses whitelisted for direct CDP WebSocket access.

Inferred read-only
ip_whitelist_remove

Remove an IP address from the CDP access whitelist.

Potential side effects
locations_list

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

Inferred read-only
profile_delete

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

Potential side effects
profile_list

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

Inferred read-only
session_create

Create a stealth browser session.

Potential side effects
session_info

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

Inferred read-only
session_kill

Stop a browser session and tear down its Chrome instance.

Inferred read-only
session_list

List all active browser sessions.

Inferred read-only
session_resume

Resume a stopped persistent session.

Inferred read-only
webrtc_set_ip

Override the WebRTC IP address for a session.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sprntrl]
url = "https://api.supernatural.sh/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sprntrl": {
      "type": "http",
      "url": "https://api.supernatural.sh/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sprntrl
Remote MCP URL: https://api.supernatural.sh/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sprntrl": {
      "url": "https://api.supernatural.sh/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sprntrl": {
      "type": "http",
      "url": "https://api.supernatural.sh/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sprntrl",
  "transport": "streamable-http",
  "url": "https://api.supernatural.sh/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for supernatural.sh was fetched 2026-07-27T03:51:17.421Z and is being refreshed.

Trust status Neutral

supernatural.sh is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.