Loading...
{
"mcpServers": {
"browserbase": {
"type": "http",
"url": "your-smithery-url.com"
}
}
}actPerforms actions on a webpage, such as clicking buttons or filling forms.
Can modify website data or trigger unintended consequences.
extractExtracts structured data from a webpage based on specified schemas.
Could expose sensitive information if schemas are not carefully defined.
observeObserves elements on a webpage and returns their properties.
Read-only operation with no side effects.
screenshotCaptures a screenshot of a webpage or a specific element.
Read-only operation with no side effects.
The Browserbase MCP server provides powerful browser automation capabilities, but it requires careful configuration and monitoring to mitigate potential risks. It is relatively safe when used for read-only operations like data extraction and screenshot capture, but becomes riskier when automating web interactions that could modify data or trigger unintended consequences.