Ornold
MCP Server ยท Open Protocol

AI-Powered Automation
for Dolphin Anty

MCP server that gives AI agents full control over antidetect browsers. Vision-first interaction, automatic CAPTCHA solving, parallel multi-browser execution.
Practical Examples

See how it works in practice

Real automation scenarios running across antidetect browser profiles with Ornold MCP.

Create and launch browser profiles

AI agent creates new sessions in Linken Sphere, configures proxies and fingerprints, then launches profiles ready for automation โ€” all through natural language commands.
Loading...
Vision Mode

See the page like a human does

Instead of relying on CSS selectors or XPath that break on any layout change, our Vision approach takes a screenshot and uses AI to detect every interactive element with pixel-precise coordinates.
1
ScreenshotCapture viewport from each browser in parallel
2
CLIP GroupingGroup identical pages to analyze each layout only once
3
Element DetectionDetect elements with box coordinates [x1, y1, x2, y2]
4
Coordinate ClickClick center of detected box โ€” human-like with Bezier curves
https://example.com/signup
Create Account
Email
Password
Sign Up
[ {id:1, type:"input", label:"Email"}, {id:2, type:"input", label:"Password"}, {id:3, type:"button", label:"Sign Up"} ]
Open Protocol

What is MCP?

Model Context Protocol (MCP) is an open standard by Anthropic that lets AI agents connect to external tools through a single universal interface.

One server โ€” any agent

Write the integration once. Claude Code, Codex, Cursor, Windsurf, and any other MCP-compatible agent can use it without changes.

Structured tool contracts

Each tool has a typed schema โ€” name, description, parameters. The AI agent discovers tools automatically and knows exactly how to call them.

Why we chose MCP

Instead of building separate plugins for every AI agent, MCP lets Ornold expose 30+ browser automation tools once โ€” and they work everywhere.
MCP Ecosystem

Combine with any MCP server

Ornold works alongside other MCP servers in a single agent. Browser automation + messaging + spreadsheets + databases โ€” all in one conversation.
Claude Code
Codex
Claude Desktop
Kilo Code
Roo Code
Windsurf
Cursor
Augment Code
Gemini CLI
MCP PROTOCOL
๐ŸŒ
Ornold Browser MCPConnects via CDP (Chrome DevTools Protocol) โ€” works with any browser that exposes a debug port.
Dolphin AntyDolphin Anty
Octo BrowserOcto Browser
Linken SphereLinken Sphere
AdsPowerAdsPower
MultiloginMultilogin
GoLoginGoLogin
IncognitonIncogniton
VisionVision
UndetectableUndetectable
MoreLoginMoreLogin
IndigoIndigo
โž•Any CDP
๐Ÿ”Œ
MCP EcosystemConnect multiple MCP servers to one agent. Each handles its domain โ€” Ornold automates browsers, others handle Slack, Excel, databases, and more. The agent orchestrates everything.
SlackSlack
Google SheetsGoogle Sheets
TelegramTelegram
PostgreSQLPostgreSQL
GitHubGitHub
GmailGmail
NotionNotion
StripeStripe
JiraJira
๐Ÿ”Œ Any MCP
๐ŸŒ Ornold + ... =
Hover over a service to see how it works with Ornold
Core Features

Built for browser automation at scale

Everything you need to automate antidetect browsers with AI โ€” from vision-based interaction to parallel execution across dozens of profiles.

Vision-First Approach

AI sees the page through screenshots, detects UI elements via vision analysis, and clicks by normalized coordinates. No fragile selectors.

Parallel Execution

Run the same action across 10, 50, or 100 browser profiles simultaneously. Smart concurrency adapts to system resources.

Auto CAPTCHA Solving

Detects and solves reCAPTCHA, hCaptcha, Turnstile, GeeTest, FunCaptcha, Amazon WAF, and more. Fully automatic.

Human-Like Behavior

Gaussian-distributed delays, Bezier curve mouse movement, per-browser behavioral profiles. Passes anti-fraud.

Auto-Sync & Recovery

Continuous status tracking. Automatic recovery for disconnected or behind browsers. No manual babysitting.

Dual Interaction Mode

Vision mode (coordinates) as primary, accessibility snapshots (ref-based) as fallback. Two layers of reliability.
Captcha Solving

One tool call.
Any CAPTCHA.

Automatic detection and solving across all browsers in parallel. No configuration โ€” the server detects the type, extracts sitekeys from the DOM, solves, and injects the token.
browser_solve_captcha โ†’ Detected: Turnstile โ†’ Sitekey: 0x4AAAA... โ†’ Solving... โ†’ Solved 5/5 browsers (avg 8.2s) โ†’ Token injected, form ready
reCAPTCHA v2
reCAPTCHA v3
reCAPTCHA Enterprise
hCaptcha
Cloudflare Turnstile
GeeTest v3 / v4
FunCaptcha
Amazon WAF
Yandex SmartCaptcha
MTCaptcha
PerimeterX
Image CAPTCHA
MCP Tools

30+ tools for complete browser control

Every tool runs in parallel across all connected browsers. Target specific profiles with browserIds or tags.
browser_listList all connected browsers with status, URL, and tags
browser_statusSync status of all browsers โ€” detect BEHIND or FAILED states
browser_parallel_navigateNavigate all browsers to the same URL in parallel
browser_parallel_vision_analyze_groupedScreenshot + CLIP grouping + vision element detection
browser_parallel_click_normalized_boxClick element by normalized box coordinates from vision analysis
browser_parallel_snapshotAccessibility tree snapshots with element refs for interaction
browser_parallel_fillFill inputs with same or per-browser values
browser_parallel_typeType text character by character with human-like delays
browser_solve_captchaAuto-detect and solve any CAPTCHA type on the page
browser_parallel_run_codeExecute Playwright code with per-browser template variables
browser_parallel_wait_forWait for text, element, or timeout across all browsers
browser_run_recorded_flowReplay saved macros by ID across browser profiles

Start automating in minutes

Add the MCP server to your agent config and connect your antidetect browser profiles via CDP.
1
Create an account & get your token
Sign up at mcp.ornold.com, go to API Tokens tab, and create a new token.
Create Free Account
2
Install Node.js (if not installed)
macOS (Homebrew)brew install node
Windows / Linuxnodejs.org โ†’ LTS
3
Paste this prompt into your AI agent
Open your agent (Claude Code, Cursor, Codex, Windsurf, Cline, Claude Desktop) and paste the message below. The agent reads the public install guide on GitHub, asks you which antidetect browser and mode you want, then installs everything itself โ€” no flags to memorize.
Install Ornold MCP โ€” browser automation for antidetect browsers. Full install guide for AI agents: https://github.com/ornold-ai/ornold-mcp/blob/main/AGENTS.md Before installing, ask me: 1. Do I have an Ornold token (orn_sk_โ€ฆ)? If not, send me to https://mcp.ornold.com โ†’ Tokens โ†’ Create token. 2. Which antidetect browser do I use? (Linken Sphere / Dolphin Anty / Vision Browser / Wadex / none yet) โ€” this decides the flags. 3. Mode: "vision" (stealth, recommended) or "dom" (faster). Default vision. If I want both, set up two MCP servers (one per mode). 4. Is Node.js 18+ installed? Run "node -v"; if missing, point me to https://nodejs.org. Then install Ornold MCP for the agent you're running in, using the install method + flags from AGENTS.md and my answers. Install the skill (npx mcp-ornold-browser --install-skill) where supported. Verify with browser_status.
4
Start automating
Once the agent confirms browser_status works, ask it to navigate, click, fill forms, solve captchas, or record reusable flows across all your antidetect profiles in parallel.