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.
ENDPOINT 1
https://mcp.browserscale.cloud/mcp
MCP server metadata
- Name
- browserscale
- Version
- 0.1.0
Known tools 23
clear_cookiesDelete every cookie in the session — start from a clean identity.
Potential side effectsevaluateRun a JavaScript expression in the page's MAIN frame and get its JSON value back.
Inferred read-onlyfillType 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-onlyget_cookiesDump every cookie in the session as a JSON array — an identity snapshot.
Inferred read-onlyget_storageDump localStorage grouped by origin as JSON — the other half of an identity snapshot (pair with get_cookies).
Inferred read-onlyinsert_textCommit a whole string at once to the focused element via the IME path — NO per-key events fire (fast, silent).
Inferred read-onlymove_toMove 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-onlypress_keySend a full key press (down+up) to whatever currently has focus — Enter to submit, Tab to advance, or a shortcut with modifiers.
Potential side effectsrentRent a fresh browser session and get back its sessionId + grpcUrl (pass both to the action tools).
Inferred read-onlyscreenshotCapture 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-onlysolve_captchaAttempt to solve a captcha challenge on the current page and return the resulting token.
Inferred read-onlytypeType 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-onlywaitWait until ANY of the given conditions matches — the first to match wins (this is the multi-condition race).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.