|
| 1 | +{ |
| 2 | + "$schema": "../schemas/server-definition.schema.json", |
| 3 | + "id": "com.hyperbrowser-mcp-npx", |
| 4 | + "name": "Hyperbrowser (npx)", |
| 5 | + "alias": "hyperbrowser", |
| 6 | + "description": "Cloud browser automation for AI agents: scrape pages, crawl sites, extract structured data, run web search, and drive headless browsers via Browser Use, OpenAI CUA, and Claude Computer Use agents.", |
| 7 | + "logo": "https://avatars.githubusercontent.com/u/189776885?v=4", |
| 8 | + "schema_version": "2.1", |
| 9 | + "categories": [ |
| 10 | + "search", |
| 11 | + "developer-tools" |
| 12 | + ], |
| 13 | + "tags": [ |
| 14 | + "hyperbrowser", |
| 15 | + "browser-automation", |
| 16 | + "web-scraping", |
| 17 | + "crawling", |
| 18 | + "web-search", |
| 19 | + "data-extraction" |
| 20 | + ], |
| 21 | + "transport": { |
| 22 | + "type": "stdio", |
| 23 | + "command": "npx", |
| 24 | + "args": [ |
| 25 | + "-y", |
| 26 | + "hyperbrowser-mcp" |
| 27 | + ], |
| 28 | + "env": { |
| 29 | + "HYPERBROWSER_API_KEY": "${input:HYPERBROWSER_API_KEY}" |
| 30 | + }, |
| 31 | + "metadata": { |
| 32 | + "inputs": [ |
| 33 | + { |
| 34 | + "id": "HYPERBROWSER_API_KEY", |
| 35 | + "label": "Hyperbrowser API Key", |
| 36 | + "description": "API key used to authenticate with the Hyperbrowser cloud service for browser automation, scraping, crawling, and web search.", |
| 37 | + "type": "text", |
| 38 | + "required": true, |
| 39 | + "secret": true, |
| 40 | + "placeholder": "hb_********************************", |
| 41 | + "obtain": { |
| 42 | + "url": "https://app.hyperbrowser.ai/", |
| 43 | + "instructions": "1. Sign in to the Hyperbrowser Dashboard\n2. Open the API Keys section\n3. Create a new API key\n4. Copy the generated key", |
| 44 | + "button_label": "Get API Key" |
| 45 | + } |
| 46 | + } |
| 47 | + ] |
| 48 | + } |
| 49 | + }, |
| 50 | + "auth": { |
| 51 | + "type": "api_key", |
| 52 | + "instructions": "Create an API key in the Hyperbrowser Dashboard at https://app.hyperbrowser.ai/ and set it as HYPERBROWSER_API_KEY." |
| 53 | + }, |
| 54 | + "contributor": { |
| 55 | + "name": "Hyperbrowser", |
| 56 | + "github": "hyperbrowserai", |
| 57 | + "url": "https://hyperbrowser.ai" |
| 58 | + }, |
| 59 | + "links": { |
| 60 | + "repository": "https://github.com/hyperbrowserai/mcp", |
| 61 | + "homepage": "https://hyperbrowser.ai", |
| 62 | + "documentation": "https://docs.hyperbrowser.ai" |
| 63 | + }, |
| 64 | + "platforms": [ |
| 65 | + "all" |
| 66 | + ], |
| 67 | + "capabilities": { |
| 68 | + "tools": true, |
| 69 | + "resources": true, |
| 70 | + "prompts": false, |
| 71 | + "read_only_mode": false |
| 72 | + }, |
| 73 | + "changelog_url": "https://github.com/hyperbrowserai/mcp/releases" |
| 74 | +} |
0 commit comments