Skip to main content
The doola MCP server lives at one URL:
https://mcp.doola.com
In many clients doola is a searchable app or connector — find it by name. In others, paste the URL above. Either way, complete the OAuth sign-in, then prompt the agent: “Create a US LLC for me.”
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.
  1. Open ClaudeSettingsConnectors.
  2. Click Add custom connector.
  3. Enter Name doola and MCP Server URL https://mcp.doola.com.
  4. Click Add connector, then sign in to (or create) your doola account and complete the OAuth flow.
  5. 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

The initialize 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.