Your agent just joined the delivery team
Connect Cursor, Claude, ChatGPT, Antigravity — or any MCP client — to Scopeyard with a single personal access token. From that moment on, your agent can run delivery and client reviews for you: moving deliverables, sending work for approval, checking project health, inviting teammates — all with exactly the same permissions you have in the web app.
No context switching. No copy-pasting statuses. Just ask.
“Send the homepage designs for client review and tell me what else is blocking the sprint.”
That’s it. That’s the workflow now.

Get started quickly with a personal access token
Connect in under two minutes — no OAuth dance, no app registration. And it’s built to be secure by design:
Security that matters when agents act on your behalf. Your agent is doing real work — approving deliverables, inviting people, touching client-facing projects. That’s exactly why access runs on personal access tokens instead of shared credentials. Your token is tied to you: it inherits your role and nothing more, so an agent can never overreach your own permissions. It’s never your password, it’s shown only once at creation, and you can revoke it instantly from Account settings the moment anything feels off — without locking yourself out. Every action your agent takes is your action, fully auditable, under your control.
1. Create a token.Sign in → Account → Personal access tokens. Copy it once — for your security, it’s never shown again.
2. Point your agent at Scopeyard. Give your MCP client the server URL https://www.scopeyard.io/api/mcp with an Authorization: Bearer sy_pat_…header. (Running on localhost? You’ll need an mcp-remote bridge — Account settings shows the exact snippet for your environment.)
3. Say hello. Ask your agent “what can I do in Scopeyard?” or run the get_started prompt. The server greets you by name, with examples tailored to your role.
Example config (~/.cursor/mcp.json):
{
"mcpServers": {
"scopeyard": {
"url": "https://www.scopeyard.io/api/mcp",
"headers": {
"Authorization": "Bearer PASTE_TOKEN_HERE"
}
}
}
}Treat your token like a password.Store it in your MCP client’s config, never in shared repos or chat logs. If a token leaks, revoke it in Account settings and create a new one — takes seconds.
What your agent can do
Access always follows your Scopeyard role — your agent can never do more than you can. Clients can’t move board lanes or send work for review; they approve through client_approval, exactly like the portal.
For your agency team
Run the whole delivery loop without leaving your editor or chat. Draft a deliverable, move it across the board, fire it off for review, and pull a project health report — in one conversation.
“Create a deliverable for the onboarding flow, move it to In Progress, and invite dana@studio.com to the project.”
Tools: create, update, delete, and move deliverables · send for review · list org team · invite org and project members.
Prompts: get started · send for review · project health · invite people.
For your clients
Clients connect with their own token and see only what the portal allows — pending approvals, project status, billed work, and delivered assets. Approvals that used to sit in an inbox for days can now happen in one message.
“What’s waiting on my approval? Approve the brand guidelines — the rest can wait.”
Tools: list pending approvals · client approval · client project overview · list billed stories.
Prompts: client approval.
Shared reads, for everyone
Discover orgs and projects, open and search deliverables, browse feedback, sprints, milestones, delivered assets, and attachments — all available to both sides.
Tools: list organizations · list projects · get project · list/get/search deliverables · list delivered assets · list project team · get current user · get started.
Works with your favorite agent
If it speaks MCP, it speaks Scopeyard. Wire up a remote server URL + Bearer token and you’re in:
- Cursor — Settings → Tools & MCP, or edit
~/.cursor/mcp.json. Use Agent mode. Cursor MCP docs - Claude — Claude Code CLI, Claude Desktop, and Claude.ai connectors all speak MCP. Claude MCP docs
- ChatGPT — Add a remote MCP server as a ChatGPT app/connector (Developer mode). OpenAI MCP docs
- Antigravity— Google’s Antigravity IDE: configure remote servers in
mcp_config.json(usesserverUrl). Antigravity MCP setup - Anything else — Scopeyard exposes the open Model Context Protocol. If your agent supports remote MCP + Bearer auth, it connects. MCP specification