Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions partners/servers/browserbase-mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"name": "browserbase-mcp",
"title": "Browserbase",
"summary": "Browse and act on the live web from your AI agent — navigate, act, observe, and extract from real pages on Browserbase's verified browsers, via the Stagehand SDK.",
"description": "Browse and act on the live web from your AI agent — navigate, act, observe, and extract from real pages on Browserbase's verified browsers, via the Stagehand SDK.",
"kind": "mcp",
"vendor": "Partner",
"license": {
"name": "Apache-2.0",
"url": "https://github.com/browserbase/mcp-server-browserbase/blob/main/LICENSE"
},
"icon": "https://avatars.githubusercontent.com/u/158221360?v=4",
"externalDocumentation": {
"title": "Browserbase MCP Documentation",
"url": "https://docs.browserbase.com/integrations/mcp/introduction"
},
"repository": {
"url": "https://github.com/browserbase/mcp-server-browserbase",
"source": "github"
},
"remote": "https://mcp.browserbase.com/mcp",
"remoteType": "streamable-http",
"supportContactInfo": {
"name": "Browserbase Support",
"url": "https://docs.browserbase.com"
},
"visibility": "public",
"categories": "Developer Tools",
"tags": ["browser-agents", "ai-agents", "stagehand", "browserbase", "web"],
"packages": [],
"useCases": [
{
"name": "Web navigation",
"description": "Open URLs and move through multi-step web flows."
},
{
"name": "Actions and forms",
"description": "Click, type, submit, and select with natural language to complete interactive workflows."
},
{
"name": "Structured data extraction",
"description": "Pull prices, listings, tables, and article content from live pages."
},
{
"name": "Agents on the real web",
"description": "Reliably reach JavaScript-heavy, authenticated, and protected sites using verified browsers with Agent Identity."
}
],
"securitySchemes": {
"browserbaseBearerAuth": {
"type": "http",
"description": "Authenticate with Browserbase using your Browserbase API key as a bearer token.",
"scheme": "bearer",
"bearerFormat": "Browserbase API key"
}
},
"versionName": "original",
"customProperties": { "x-ms-preview": false }
}