Hyperbrowser MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Hyperbrowser MCP or direct API to automate browsing, extract website data, fill forms, and control browser sessions through natural language.

Hyperbrowser logoHyperbrowser
Api Key

Hyperbrowser is a next-generation platform for scalable browser automation. It empowers AI agents to interact with web apps, automate workflows, and handle browser sessions at scale.

42 Tools

Try Hyperbrowser now

Type what you want done — sign in and watch it run live in the Tool Router playground.

TOOL ROUTER PLAYGROUND
Hyperbrowser
Try asking
TOOLS

Supported Tools

Every Hyperbrowser action and event your agent gets out of the box.

Add Extension

Tool to add a new browser extension to Hyperbrowser for use in sessions.

Create Hyperbrowser Profile

Creates a new persistent Hyperbrowser profile for storing browser state (cookies, sessions, etc.

Create Scrape Job

Tool to initiate a new scrape job.

Create Session

Tool to create a new browser session with custom stealth, proxy, and privacy settings.

Delete Profile

Tool to delete a profile.

Fetch Web Page

Tool to fetch a web page and return content in various formats (HTML, Markdown, JSON, screenshot, etc.

Get browser-use task status

Tool to retrieve the current status of a browser-use task.

Get Claude Computer Use Task Result

Tool to retrieve the complete result and status of a Claude Computer Use task.

Get Claude Computer Use Task Status

Poll the execution status of a Claude Computer Use task.

Get Crawl Job Status

Tool to retrieve the status and results of a specific crawl job.

Get Crawl Status

Tool to retrieve the current status of a specific crawl job.

Get CUA Task Result

Tool to retrieve the status and results of a CUA (Claude User Agent) task.

Get CUA Task Status

Poll the execution status of a CUA task.

Get Extract Job Result

Tool to fetch the status and results of a specific extract job.

Get Extract Job Status

Retrieve the status of an extract job.

Get Gemini Computer Use task result

Tool to retrieve the current status and results of a Gemini Computer Use task.

Get HyperAgent Task Result

Tool to retrieve the status and results of a HyperAgent task.

Get Profile By ID

Retrieves details of a specific Hyperbrowser profile by its UUID.

Get Scrape Job Result

Retrieves the status and results of a scrape job.

Get Scrape Job Status

Tool to retrieve the current status of a specific scrape job.

Get Session Details

Retrieve detailed information about a Hyperbrowser session by its ID.

Get Session Downloads URL

Tool to retrieve the downloads URL for a session.

Get Session Recording

Retrieve the recording URL for a browser session.

Get Session Video Recording URL

Tool to retrieve the video recording URL for a browser session.

Get Web Crawl Result

Tool to retrieve the status and results of a web crawl job.

Get Web Crawl Status

Tool to retrieve just the status of a web crawl job without the full results.

List Extensions

Tool to list all browser extensions.

List Profiles

Tool to list profiles.

List Sessions

Tool to list sessions with optional status filter.

Search Web

Tool to perform a web search and retrieve results with titles, URLs, and descriptions.

Start Browser Use Task

Tool to start an asynchronous browser-use task.

Start Claude Computer Use Task

Tool to start a Claude Computer Use task.

Start Crawl Job

Tool to start a new crawl job for a specified URL.

Start CUA Task

Tool to start an OpenAI CUA (Computer-Using Agent) task.

Start Extract Job

Start an AI-powered data extraction job from one or more web pages.

Start Gemini Computer Use Task

Tool to start a Gemini Computer Use task for browser automation using Google's Gemini.

Start Web Crawl

Tool to start an asynchronous web crawl job that follows links from a starting URL and returns content from each page.

Stop Browser Use Task

Tool to stop a running browser-use task.

Stop Claude Computer Use Task

Tool to stop a running Claude computer use task.

Stop CUA Task

Tool to stop a running CUA task.

Stop Gemini Computer Use Task

Tool to stop a running Gemini computer use task.

Stop Session

Tool to stop a running session by ID.

SETUP GUIDE

Connect Hyperbrowser MCP Tool with your Agent

1

Install Composio

typescript
npm install @composio/core ai @ai-sdk/openai @ai-sdk/mcp
Install the Composio SDK and Claude Agent SDK
2

Create Tool Router Session

typescript
import { Composio } from '@composio/core';

const composio = new Composio({ apiKey: 'your-api-key' });

console.log("Creating Tool Router session...");
const { mcp } = await composio.create('your-user-id');
console.log(`Tool Router session created: ${mcp.url}`);
Initialize the Composio client and create a Tool Router session
3

Connect to AI Agent

typescript
import { openai } from '@ai-sdk/openai';
import { experimental_createMCPClient as createMCPClient } from '@ai-sdk/mcp';
import { generateText, stepCountIs } from 'ai';

const client = await createMCPClient({
  transport: {
    type: 'http',
    url: mcp.url,
    headers: { 'x-api-key': 'your-composio-api-key' }
  }
});

const tools = await client.tools();

const { text } = await generateText({
  model: openai('gpt-4o'),
  tools,
  messages: [{ role: 'user', content: 'Start a new scrape job for https://news.ycombinator.com/' }],
  stopWhen: stepCountIs( 5 )
});

console.log(`Agent: ${text}`);
Use the MCP server with your AI agent
SETUP GUIDE

Connect Hyperbrowser API Tool with your Agent

1

Install Composio

typescript
npm install @composio/openai
Install the Composio SDK
2

Initialize Composio and Create Tool Router Session

typescript
import OpenAI from 'openai';
import { Composio } from '@composio/core';
import { OpenAIResponsesProvider } from '@composio/openai';

const composio = new Composio({
  provider: new OpenAIResponsesProvider(),
});
const openai = new OpenAI({});
const session = await composio.create('your-user-id');
Import and initialize Composio client, then create a Tool Router session
3

Execute Hyperbrowser Tools via Tool Router with Your Agent

typescript
const tools = session.tools;
const response = await openai.responses.create({
  model: 'gpt-4.1',
  tools: tools,
  input: [{
    role: 'user',
    content: 'Scrape product details from a given e-commerce page'
  }],
});
const result = await composio.provider.handleToolCalls(
  'your-user-id',
  response.output
);
console.log(result);
Get tools from Tool Router session and execute Hyperbrowser actions with your Agent

Why Use Composio?

AI Native Hyperbrowser Integration

  • Supports both Hyperbrowser MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for launching sessions, automating navigation, and extracting web data

Managed Auth

  • Built-in API key handling with secure storage and rotation
  • Central place to manage, scope, and revoke Hyperbrowser access
  • Per user and per environment credentials so you never hard-code keys

Agent Optimized Design

  • Tools tuned for high reliability and robust error handling
  • Comprehensive execution logs—track which agent did what, when, and why

Enterprise Grade Security

  • Granular RBAC to control which agents/users can run Hyperbrowser automations
  • Scoped, least privilege access for safer automation
  • Full audit trail of all agent browser actions for compliance and review
FAQ

Frequently asked questions

Yes, Hyperbrowser requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Start with Hyperbrowser.It takes 30 seconds.

Managed auth, hosted MCP servers, and every Hyperbrowser tool your agent needs.Free to start.

Start building