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
MCP server metadata
- Name
- sprntrl
- Version
- v1.0.0
Known tools 30
browser_waitWait for a CSS selector to appear on the page, or wait for a specified timeout.
Inferred read-onlyextension_listList all extensions attached to a persistent session's profile, including each one's name, version, enabled state, and source.
Inferred read-onlyextension_removePermanently delete an extension from a persistent session's profile.
Potential side effectsprofile_deletePermanently delete a persistent browser profile and all its saved data (cookies, storage, local files).
Potential side effectsprofile_listList your persistent browser profiles — both currently running and stopped.
Inferred read-onlysession_infoGet detailed information about a specific session including status, CDP URL, uptime, and sidecar port.
Inferred read-onlyCONNECT 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.
supernatural.sh is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.