← Code Sandbox MCP

Code Sandbox MCP 0f0b8d607f5097afe43782bb6d223156ee49dc49

source_git · automata-labs-team/code-sandbox-mcp · current release

10
Tools
1
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-25T08:24:39.196Z using mcpSecurity-inventory. Status: partial. Negotiated protocol: 2024-11-05.

Server capabilities
{
  "resources": {},
  "tools": {}
}

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

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.