Code Sandbox MCP Server
An MCP server to create secure code sandbox environment for executing code within Docker containers
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 slug | code-sandbox-mcp-de511835 | Deployment | Hybrid |
|---|---|---|---|
| Canonical package | — | Repository | Automata-Labs-team/code-sandbox-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 35% |
| Publication | Draft | Official distribution | Not verified |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | automata-labs-team/code-sandbox-mcp | 0f0b8d607f5097afe43782bb6d223156ee49dc49 | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitautomata-labs-team/code-sandbox-mcp | 0f0b8d607f5097afe43782bb6d223156ee49dc49Current | Aug 25, 2026 | 10 toolsPartial · 1 resources · 0 prompts | Evidence restricted |
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
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
Tools 10
| Tool | Category | Annotations | Risk |
|---|---|---|---|
browser_clickClick an element on the page using CSS selectorInput 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 contentInput schema{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Text content of the element to click"
}
},
"required": [
"text"
]
} | — | — | |
browser_evaluateExecute JavaScript in the browser consoleInput schema{
"type": "object",
"properties": {
"script": {
"type": "string",
"description": "JavaScript code to execute"
}
},
"required": [
"script"
]
} | — | — | |
browser_fillFill out an input fieldInput 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 selectorInput 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 contentInput schema{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Text content of the element to hover"
}
},
"required": [
"text"
]
} | — | — | |
browser_navigateNavigate to a URLInput schema{
"type": "object",
"properties": {
"url": {
"type": "string"
}
},
"required": [
"url"
]
} | — | — | |
browser_screenshotTake a screenshot of the current page or a specific elementInput 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 selectorInput 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 contentInput 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 logs
console://logs
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| 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.