AI & Machine Learning
webrun.ai
WebRun is an AI platform that deploys autonomous agents to handle daily business operations within existing tools, at a low cost per task.
ENDPOINT 1
https://api.webrun.ai/mcp
MCP server metadata
- Name
- webrun-browser
- Version
- 2.0.0
WebRun drives a real Chrome browser in the cloud. Use browser_task for one-off tasks (creates a session, runs, auto-terminates). For multi-step work: create_session, then send_task per task, then terminate_session. After starting a task, poll get_task_status; if it reports awaiting_input, answer with guardrail_response. screenshot and pull_debug inspect a live session. Docs: https://docs.webrun.ai
Known tools 12
browser_taskExecute a browser automation task in a real Chrome browser running in a WebRun cloud environment (docs.webrun.ai).
Potential side effectscreate_sessionCreate a persistent session in a real Chrome browser running in a WebRun cloud environment (docs.webrun.ai), for multi-step workflows.
Potential side effectssend_taskSend a new task to an existing browser session (from create_session).
Potential side effectsstop_session_taskCancel the task currently running in a browser session, keeping the session alive for new tasks.
Inferred read-onlyguardrail_responseRespond to a guardrail trigger when the browser agent needs human input (credentials, clarification, approval).
Inferred read-onlyget_task_statusCheck the status of a task previously started in a browser session.
Inferred read-onlylist_environmentsList available browser environments (persistent profiles) for this account.
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.webrun-browser]
url = "https://api.webrun.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webrun-browser": {
"type": "http",
"url": "https://api.webrun.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webrun-browser
Remote MCP URL: https://api.webrun.ai/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": {
"webrun-browser": {
"url": "https://api.webrun.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webrun-browser": {
"type": "http",
"url": "https://api.webrun.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webrun-browser",
"transport": "streamable-http",
"url": "https://api.webrun.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.webrun.ai/mcp/wr_xxxxxxxxxxxx
Known tools 0
No tool metadata was available in the registry cache.
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.webrun-ai]
url = "https://api.webrun.ai/mcp/wr_xxxxxxxxxxxx"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"webrun-ai": {
"type": "http",
"url": "https://api.webrun.ai/mcp/wr_xxxxxxxxxxxx",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: webrun-ai
Remote MCP URL: https://api.webrun.ai/mcp/wr_xxxxxxxxxxxx
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"webrun-ai": {
"url": "https://api.webrun.ai/mcp/wr_xxxxxxxxxxxx",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"webrun-ai": {
"type": "http",
"url": "https://api.webrun.ai/mcp/wr_xxxxxxxxxxxx",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "webrun-ai bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "webrun-ai",
"transport": "streamable-http",
"url": "https://api.webrun.ai/mcp/wr_xxxxxxxxxxxx",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
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.