Every client uses the same OAuth flow: find or add doola, then sign in to your existing doola account (or create one) and authorize. New users sign up during the flow. See Authentication for what happens under the hood.
- Claude
- ChatGPT
- Perplexity
- Cursor
- Replit
- Lovable
- Vercel v0
- curl
- Open Claude → Settings → Connectors.
- Click Add custom connector.
- Enter Name
doolaand MCP Server URLhttps://mcp.doola.com. - Click Add connector, then sign in to (or create) your doola account and complete the OAuth flow.
- Start a new conversation — the doola tools are available.
Custom MCP connectors are available on supported Claude plans and workspaces.
What the agent does next
Theinitialize response includes an instructions block telling the agent how to drive the flow. From there the agent calls get_company_onboarding_status, then loops on advance_company_onboarding, following the nextAction and nextActionInput on each response. See the end-to-end flow.