MCP server intelligence profile

Code Sandbox MCP Server

An MCP server to create secure code sandbox environment for executing code within Docker containers

HybridAutomata-Labs-team
Awaiting current scanSource Git · 0f0b8d607f5097afe43782bb6d223156ee49dc49

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
10Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugcode-sandbox-mcp-de511835DeploymentHybrid
Canonical packageRepositoryAutomata-Labs-team/code-sandbox-mcp
First publishedLatest release
Last security verificationClassification confidence35%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitautomata-labs-team/code-sandbox-mcp0f0b8d607f5097afe43782bb6d223156ee49dc491Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitautomata-labs-team/code-sandbox-mcp0f0b8d607f5097afe43782bb6d223156ee49dc49CurrentAug 25, 202610 toolsPartial · 1 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2024-11-05Negotiated protocol
automatalabs/playwrightServer-reported name
2Capability groups
Aug 25, 2026Observed

Tools 10

ToolCategoryAnnotationsRisk
browser_clickClick an element on the page using CSS selector
Input schema
{
  "type": "object",
  "properties": {
    "selector": {
      "type": "string",
      "description": "CSS selector for element to click"
    }
  },
  "required": [
    "selector"
  ]
}
browser_click_textClick an element on the page by its text content
Input schema
{
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "description": "Text content of the element to click"
    }
  },
  "required": [
    "text"
  ]
}
browser_evaluateExecute JavaScript in the browser console
Input schema
{
  "type": "object",
  "properties": {
    "script": {
      "type": "string",
      "description": "JavaScript code to execute"
    }
  },
  "required": [
    "script"
  ]
}
browser_fillFill out an input field
Input schema
{
  "type": "object",
  "properties": {
    "selector": {
      "type": "string",
      "description": "CSS selector for input field"
    },
    "value": {
      "type": "string",
      "description": "Value to fill"
    }
  },
  "required": [
    "selector",
    "value"
  ]
}
browser_hoverHover an element on the page using CSS selector
Input schema
{
  "type": "object",
  "properties": {
    "selector": {
      "type": "string",
      "description": "CSS selector for element to hover"
    }
  },
  "required": [
    "selector"
  ]
}
browser_hover_textHover an element on the page by its text content
Input schema
{
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "description": "Text content of the element to hover"
    }
  },
  "required": [
    "text"
  ]
}
browser_navigateNavigate to a URL
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    }
  },
  "required": [
    "url"
  ]
}
browser_screenshotTake a screenshot of the current page or a specific element
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name for the screenshot"
    },
    "selector": {
      "type": "string",
      "description": "CSS selector for element to screenshot"
    },
    "fullPage": {
      "type": "boolean",
      "description": "Take a full page screenshot (default: false)",
      "default": false
    }
  },
  "required": [
    "name"
  ]
}
browser_selectSelect an element on the page with Select tag using CSS selector
Input schema
{
  "type": "object",
  "properties": {
    "selector": {
      "type": "string",
      "description": "CSS selector for element to select"
    },
    "value": {
      "type": "string",
      "description": "Value to select"
    }
  },
  "required": [
    "selector",
    "value"
  ]
}
browser_select_textSelect an element on the page with Select tag by its text content
Input schema
{
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "description": "Text content of the element to select"
    },
    "value": {
      "type": "string",
      "description": "Value to select"
    }
  },
  "required": [
    "text",
    "value"
  ]
}

Resources 1

  • Browser console logsconsole://logs

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Code Sandbox MCP Server questions

How do I install Code Sandbox MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does Code Sandbox MCP Server provide?

Code Sandbox MCP Server exposed 10 tools during independent protocol observation, including browser_click, browser_click_text, browser_evaluate, browser_fill, browser_hover, browser_hover_text, browser_navigate, browser_screenshot, and others.

Is Code Sandbox MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.