0f0b8d607f5097afe43782bb6d223156ee49dc49source_git · automata-labs-team/code-sandbox-mcp · current release
Observed 2026-08-25T08:24:39.196Z using mcpSecurity-inventory. Status: partial. Negotiated protocol: 2024-11-05.
{
"resources": {},
"tools": {}
}| 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"
]
} | — | — · — | — |
{
"resource_key": "console://logs",
"uri": "console://logs",
"name": "Browser console logs",
"description": null,
"mime_type": "text/plain",
"annotations": null,
"metadata_hash": "7dfa68dda87de3c14a283f416a4b531d1e56b26ed0e080e6b1426d6686e2bbda"
}