Skip to content

AI agents in Accovod — overview

You can hand Accovod over to an AI agent. Describe the task in plain words — “go through all five Etsy profiles and pull the new orders” — and the agent opens profiles, reads pages, clicks and fills in forms on its own. It works in the same Accovod window you use, and you see every action it takes.

Agent (Claude, Codex, Cursor…)
│ MCP
accovod-mcp — bundled inside Accovod.app
│ HTTP, 127.0.0.1 only
Accovod on your Mac → profiles, pages, proxies
  • MCP (Model Context Protocol) is the standard AI clients use to plug in tools. The accovod-mcp server ships inside the app: nothing to install.
  • The local API is an HTTP interface on your Mac. MCP runs on top of it, and your own Python, Node or other scripts can call it too.
Area Capabilities
Profiles List, create one at a time or in batches, change proxy, language and timezone, check proxies, open, delete (with confirmation).
Cookies Import cookies into a profile. Export only when you explicitly ask.
Groups List, create, open, rename, delete (with confirmation).
Pages Open addresses, read text, see interactive elements, click, type, choose options, upload files, take screenshots, wait for a state.
Asking you When a CAPTCHA, an SMS code or a decision is needed, the agent shows you a request panel and waits.

The full list is in the tools reference.

  • The API listens only on your computer (127.0.0.1) and requires a token. Requests from pages in a browser are refused.
  • The agent doesn’t see proxy passwords, cookies or fingerprint values unless you asked for an export.
  • Deleting profiles and groups requires explicit confirmation.
  • Stop on the agent plaque, or ., halts everything at once.
  • Helper scripts are invisible to sites, and clicks arrive as real mouse events.

See Safety and control.

  1. Connect an agent — a couple of clicks in the Automation menu.
  2. Try a simple task: “Show my profiles and check which ones have a broken proxy.”

Writing your own script without AI? See the local HTTP API.