← Registry

Browser Tools

browserscale.cloud

A browser automation MCP server that provides tools to clear cookies and storage, click and drag elements, and evaluate JavaScript in pages.

1 endpoint23 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://mcp.browserscale.cloud/mcp

No auth detected

MCP server metadata

Name
browserscale
Version
0.1.0
Capabilities
loggingtools.listChanged

Known tools 23

clear_cookies

Delete every cookie in the session — start from a clean identity.

Potential side effects
clear_storage

Delete localStorage.

Potential side effects
click

Click an element.

Inferred read-only
drag

Drag an element.

Inferred read-only
evaluate

Run a JavaScript expression in the page's MAIN frame and get its JSON value back.

Inferred read-only
fill

Type text into ONE specific input, strictly bound to it: it clicks to focus then sends real, per-key keyboard events, re-verifying focus each key — the right choice for SPA forms that validate on input or enable a button as you type.

Inferred read-only
get_cookies

Dump every cookie in the session as a JSON array — an identity snapshot.

Inferred read-only
get_storage

Dump localStorage grouped by origin as JSON — the other half of an identity snapshot (pair with get_cookies).

Inferred read-only
insert_text

Commit a whole string at once to the focused element via the IME path — NO per-key events fire (fast, silent).

Inferred read-only
move_to

Move the mouse over an element without clicking — hover to reveal dropdowns/tooltips or warm up an element that only shows an action on mouseover.

Inferred read-only
navigate

Navigate the session's page to a URL.

Inferred read-only
observe

First look at any page AND the cheapest way to re-read its current state.

Inferred read-only
press_key

Send a full key press (down+up) to whatever currently has focus — Enter to submit, Tab to advance, or a shortcut with modifiers.

Potential side effects
rent

Rent a fresh browser session and get back its sessionId + grpcUrl (pass both to the action tools).

Inferred read-only
screenshot

Capture the current viewport as an image and return it inline so you can SEE the page (great for verifying a step or diagnosing a stuck flow).

Inferred read-only
scroll_to

Scroll an element into view without clicking it.

Inferred read-only
select

Pick an <option> in a <select>.

Inferred read-only
set_cookies

Inject/restore cookies.

Inferred read-only
set_storage

Restore localStorage.

Inferred read-only
solve_captcha

Attempt to solve a captcha challenge on the current page and return the resulting token.

Inferred read-only
stop

Release a session (frees the browser and its proxy).

Inferred read-only
type

Type text as a per-key keyboard stream into whatever currently has focus, WITHOUT targeting or pinning a field — so the page is free to move focus mid-stream.

Inferred read-only
wait

Wait until ANY of the given conditions matches — the first to match wins (this is the multi-condition race).

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.browserscale]
url = "https://mcp.browserscale.cloud/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "browserscale": {
      "type": "http",
      "url": "https://mcp.browserscale.cloud/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: browserscale
Remote MCP URL: https://mcp.browserscale.cloud/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": {
    "browserscale": {
      "url": "https://mcp.browserscale.cloud/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "browserscale": {
      "type": "http",
      "url": "https://mcp.browserscale.cloud/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "browserscale",
  "transport": "streamable-http",
  "url": "https://mcp.browserscale.cloud/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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