diff --git a/partners/servers/browserbase-mcp.json b/partners/servers/browserbase-mcp.json new file mode 100644 index 0000000..2134999 --- /dev/null +++ b/partners/servers/browserbase-mcp.json @@ -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 } +}