Connect Claude, Cursor, or any MCP client to Opsync — manage clients, tasks, and reports in plain English.
The Model Context Protocol is an open, industry-standard way for AI agents to call tools — the same idea as a plugin system, but built specifically for LLMs. Opsync ships an MCP server so your agent can ask Opsync for real data and take real actions, instead of you copy-pasting between a dashboard and a chat window.
Pull any client's connected accounts, health score, and stats — one question instead of five dashboard clicks.
List or create tasks across your team without opening the Kanban board.
Generate and fetch client reports straight from a conversation.
Agencies, clients, and plan limits at a glance — built for platform admins.
No API docs, no auth headers to remember — just ask your agent.
Row-Level Security means your agent sees only what your key allows — nothing more.
Your agency's Agent Connect key lives in Settings — the same key your agency uses for any internal API access. Copy it once.
Run this once in your terminal:
claude mcp add opsync -- docker run -i \
-e OPSYNC_AGENCY_API_KEY=<your-agency-key> \
-e OPSYNC_API_URL=https://opsync.tech \
opsync-mcpTry prompts like:
No add-on fee. No per-call metering. It's part of the plan you're already on.
Start free →You need to be able to paste one command into your agent's settings once. After that, it's just conversation — the agent does the rest.
Yes. Requests go straight to the same Opsync API your dashboard uses, over HTTPS, scoped by the same Row-Level Security rules that protect the dashboard and portal today.
No. Opsync never meters AI usage. Your agent uses your own Claude, Cursor, or other model subscription — Agent Connect is included in your Opsync plan at no extra cost.
Yes — client-scoped tools (portal_profile, portal_tasks, portal_reports) work with a client's own portal token, so their agent only ever sees their own account.
Any agent or IDE that speaks the Model Context Protocol over stdio — Claude Code, Cursor, and Hermes are documented here, but the server works with any compliant MCP client.