Anchor browser

Anchor browser

Anchor Browser is a developer platform that enables AI agents to interact with the web through browser automation, transforming complex web interactions into simple API endpoints.

88VIEWS
2512USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app anchor_browsernpx @composio/cli add cursor --app anchor_browsernpx @composio/cli add cursor --app anchor_browsernpx @composio/cli add cursor --app anchor_browser

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Profile

Tool to create a new browser profile from an active session. use after ending a session to persist cookies and cache.

Delete Profile

Tool to delete a browser profile by id. use after confirming the profile exists.

End All Sessions

Tool to end all active browser sessions. use after confirming a security concern when you need to immediately close every session for the authenticated user.

End Browser Session

Tool to end a specific browser session by id. use after confirming the session id you want to terminate.

Get Profile

Tool to fetch details for a specific browser profile by id. use after you know the profile id and need its settings and session information.

Get Webpage Content

Tool to retrieve rendered content of a webpage in html or markdown format. use when you need to fetch a page’s full content, optionally within an existing browser session.

List Agent Resources

Tool to list agent resources (files) for a given session. use after establishing a browser session to retrieve agent-uploaded files.

List All Sessions Status

Tool to list the status of all active browser sessions. use after authenticating when you need to retrieve an up-to-date overview of all sessions.

List Extensions

Tool to list all browser extensions for the authenticated user. use when you need to retrieve available extensions after authentication.

List Profiles

Tool to fetch all stored browser profiles. use when you need an overview of all profiles available to the authenticated user (e.g., after creating or deleting profiles).

List Session Recordings

Tool to list all recordings for a specific browser session. use after confirming the session id.

List Sessions

Tool to list all browser sessions. use when you need to retrieve both active and inactive sessions.

Screenshot Webpage

Tool to take a screenshot of a specified webpage within a session. use when you need a visual png snapshot of a live page. example: "capture a 1280×720 screenshot of https://example.com".

Signal Event

Tool to signal a specific event to be received by other processes or sessions. use when you need real-time coordination across browser sessions after verifying session is active.

Start Browser Session

Tool to start a new browser session with optional customizations. use when you need to programmatically allocate an isolated browser instance with recording, proxy, live view, and feature toggles.

Update Profile

Tool to update an existing browser profile by id. use when you need to modify the profile's description or source session.

Upload File

Tool to upload a file to a browser session as an agent resource. use after starting or referencing a session when you need to provide file inputs (single files or zip archives) for web forms or ai-driven tasks.

Wait For Event

Tool to wait for a specific event. use when coordinating browser sessions or workflows that depend on an event signal; blocks until the event is signaled or timeout is reached.

18 actions available