Skip to main content
The doola MCP server lives at one URL:
In many clients doola is a searchable app or connector — find it by name. In others, paste the URL above. In Claude Code and Grok Build it installs as a plugin, no URL needed. 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.

Point your own agent at it

Agents and developers wiring up a custom client can read a compact reference straight off the server:
It covers the connection details, what the server will and won’t do, and the full tool surface. No token needed. The tool section is generated from the server’s live tools/list contract, so it always matches what your client receives at runtime.

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.