/
by browserbase
MCP server for AI web browser automation using Browserbase and Stagehand
Server configuration and capabilities from the MCP manifest
Size: 2,742 bytes (686 tokens)
Tools Found: 2
Analysis ID: edqe1kce
This MCP server provides tools for performing actions on web pages and extracting structured information from them.
Stars
Registry ID: b6b21715-f68c-4714-9282-b892957865c6
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/21/2025
Open Issues: 14
Historical performance and growth metrics over time
{ "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": {} } } }, "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.1", "categories": [], "description": "MCP server for AI web browser automation using Browserbase and Stagehand" }
Forks
Watchers
Contributors
Last Push: 9/21/2025
Open Issues: 14