by ai.smithery
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
Server configuration and capabilities from the MCP manifest
Size: 2,871 bytes (718 tokens)
Tools Found: 2
Analysis ID: hbuns3zb
MCP server for AI web browser automation using Browserbase and Stagehand. Enables LLMs to navigate websites, interact with elements, extract data, and capture screenshots using natural language commands.
{ "name": "@browserbasehq/mcp-server-browserbase", "tags": [], "tools": [ { "name": "browserbase_stagehand_act", "description": "Performs an action on a web page element. Act actions should be as atomic and specific as possible, i.e. \"Click the sign in button\" or \"Type 'hello' into the search input\". AVOID actions that are more than one step, i.e. \"Order me pizza\" or \"Send an email to Paul asking him to call me\".", "input_schema": { "type": "object", "required": [ "action" ], "properties": { "action": { "type": "string", "description": "The action to perform. Should be as atomic and specific as possible, i.e. 'Click the sign in button' or 'Type 'hello' into the search input'. AVOID actions that are more than one step, i.e. 'Order me pizza' or 'Send an email to Paul asking him to call me'. The instruction should be just as specific as possible, and have a strong correlation to the text on the page. If unsure, use observe before using act." }, "variables": { "type": "object", "description": "Variables used in the action template. ONLY use variables if you're dealing with sensitive data or dynamic content. For example, if you're logging in to a website, you can use a variable for the password. When using variables, you MUST have the variable key in the action template. For example: {\"action\": \"Fill in the password\", \"variables\": {\"password\": \"123456\"}}", "additionalProperties": true } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } }, { "name": "browserbase_stagehand_extract", "description": "Extracts structured information and text content from the current web page based on specific instructions and a defined schema. This tool is ideal for scraping data, gathering information, or pulling specific content from web pages. Use this tool when you need to get text content, data, or information from a page rather than interacting with elements. The extraction works best when you provide clear, specific instructions about what to extract and a well-defined JSON schema for the expected output format.", "input_schema": { "type": "object", "required": [ "instruction" ], "properties": { "instruction": { "type": "string", "description": "The specific instruction for what information to extract from the current page. Be as detailed and specific as possible about what you want to extract." } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } } ], "version": "2.1.0", "categories": [], "description": "Cloud browser automation server powered by Browserbase and Stagehand. Enables LLMs to navigate websites, interact with elements, extract data, and capture screenshots using natural language commands." }
Stars
Registry ID: 8295f72e-c2f2-4629-b6cb-15ce0b6ee3c8
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: Apache License 2.0
Default Branch: main
Last Push: 9/16/2025
Open Issues: 0
Historical performance and growth metrics over time
Forks
Watchers
Contributors
Last Push: 9/16/2025
Open Issues: 0