Skip to main content
Roe hosts an MCP server that exposes your agents, tables, jobs, policies, and connections as tools your AI assistant can call directly — “list my Roe agents”, “run the merchant-risk agent on this URL”, “query my tables”. One URL, OAuth sign-in, done.

Set up

Connect your client to:
(Single-tenant deployment? Use https://mcp.<tenant>.roe-ai.com/mcp everywhere below.) The first time you connect, a browser window opens the Roe sign-in — approve it once and the client remembers you.
Settings → Connectors → Create (on Plus/Pro, enable Developer mode under Connectors → Advanced first). Name it Roe, paste the MCP URL, keep OAuth, click Connect. Enable Roe from the + / tools menu in a chat. Connectors are account-wide, so web and desktop share it.
Verify: ask your assistant to “use the Roe whoami tool”. A successful reply returns your user_id, org_id, and email.

Prefer an API key?

Clients that support custom headers (Claude Code, Cursor, Codex) can skip OAuth — good for scripts and CI. Send both headers on every call: For example, in Claude Code:
Cursor takes the same two headers in a headers block in mcp.json; Codex needs them bridged through mcp-remote. ChatGPT and Claude’s connector UIs don’t expose custom headers, so they always use OAuth.
Want to build workflows — agents chained into pipelines with loops, branches, and merges — straight from your assistant? Install the Workflow Builder skill; it teaches the model every workflow-authoring nuance.

Tools

The exact set depends on your deployment — check the tool list your server advertises, or ask the assistant to call get_help. See the generated MCP tools reference for the full current list with inputs and behavior notes. get_agent_job_status returns an integer: 0 PENDING, 1 STARTED, 2 RETRY, 3 SUCCESS, 4 FAILURE, 5 CANCELLED, 6 CACHED — stop polling on 3/4/5/6. For the judgment calls between these tools — sync vs async vs batch, polling, table-query flow, error handling — install the Roe MCP Basics skill.

Troubleshooting

Need help? Email support@roe-ai.com.