Agents

MCP server

Oculr ships a Model Context Protocol server that exposes profile, browser, and fleet tools to any MCP client, driving the same profiles over raw CDP.

Install

Register the server with your MCP client. With Claude Code, add it by name.

claude mcp add oculr

Tools

The server exposes 40 or more tools, grouped by what they act on.

GroupExamples
profile_*lifecycle: create, launch, attach, inspect, stop, delete
browser_*navigate, snapshot, click, type, evaluate, screenshot, wait
fleet_*launch and act across many profiles at once

Raw CDP underneath

The tools drive the browser over raw CDP. There are no injected automation globals, so the page does not carry the usual automation tells from the driver itself.

The MCP tools and your own scripts operate on the same launched profiles, so you can mix them in one session.