A self-extending browser-automation platform, delivered as an MCP. Teach it a task once — or let your agent author it — then run it at scale, deterministically, in your real authenticated session. LinkedIn, X, Reddit, internal dashboards… anything on the web. No cloud browser, no fake fingerprints, nothing to detect.
Endpoint
Step 1
Step 2
Execution happens in your real, logged-in browser via the Quotient extension — that's what makes it undetectable. Install it, open the side panel → Settings, and sign in with the same work email. This registers that browser with your workspace.
⬇ Download the extensionLoad it unpacked in chrome://extensions (Developer mode).
Chrome Web Store listing coming soon.
Step 3
There's no separate dashboard — your workspace is managed entirely through the MCP. To add a teammate, just ask your agent. Once invited, they install the extension and enter their email — nothing else — and their browser joins your workspace.
invite max@company.com to my workspace.”You can also ask it to list_members,
remove_member, or list_browsers to see who's connected. Each email belongs to exactly
one workspace, so a member just types their email to land in the right place.
Capabilities
list_browsersList YOUR real-browser executors and their identity: { session, member (email), build, online, lastSeen }.
list_scriptsList runnable scripts (prebuilt + recorded) available in the tenant's browser.
run_scriptRun a script by id in the user's real, logged-in browser with the given param bindings.
list_jobsList recent async jobs (newest first): { jobId, label, state, ageSeconds }.
run_flowRun an ordered sequence of scripts (a flow) in the user's real browser as one multi-step action — e.
run_campaignRun a flow across a lead-list dataset (Run = Flow × Dataset): for each lead, execute the flow's scripts with that lead's columns mapped to params.
invite_memberInvite a person (by email) into THIS workspace.
list_membersList the people (emails + role) who belong to this workspace.
list_hostsList the sites (domains) the real-browser executor is allowed to drive.
allow_hostAllow the executor to drive a new site by domain, e.
remove_hostRemove a previously-added host from the allowlist (built-in defaults can't be removed).
remove_memberRemove a member (by email) from this workspace.