> ## Documentation Index
> Fetch the complete documentation index at: https://api.lawtte.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Lawtte in Claude

> Ask Claude to call a client, and Lawtte places the call from your firm's number.

The Lawtte connector gives Claude three tools: place one outbound AI call, read the
result, and list recent calls. You describe the objective in plain language — "call
Maria and confirm she received the settlement paperwork" — Claude confirms the
details with you, and Lawtte dials from your firm's own number.

<CardGroup cols={2}>
  <Card title="Connect it" icon="plug" href="/mcp/connect-claude">
    Four steps, no API key, no local install.
  </Card>

  <Card title="What the tools do" icon="wrench" href="/mcp/tools">
    `place_call`, `get_call_result`, `list_calls`.
  </Card>

  <Card title="Guardrails" icon="shield" href="/mcp/limits-and-safety">
    Daily caps, quiet hours, Do Not Call, and a three-minute ceiling.
  </Card>

  <Card title="Claude Desktop" icon="desktop" href="/mcp/claude-desktop">
    The local setup path for macOS pilots.
  </Card>
</CardGroup>

## Requirements

<Info>
  The connector is available to **Lawtte Studio** accounts with a purchased calling
  number and an active receptionist. Set one up at
  [lawtte.ai/studio](https://www.lawtte.ai/studio).
</Info>

* A Studio account that is not paused, with a calling number assigned.
* The Lawtte objective-calling agent enabled for your account.
* Claude with custom connectors available on your plan.

## How a call actually runs

<Steps>
  <Step title="You ask">
    In a Claude chat: "Call Jane Doe at +1 212 555 0100 and find out whether she has
    the repair estimate yet."
  </Step>

  <Step title="Claude confirms">
    Claude reads back the name, number, and objective, and warns you about volume
    limits. A real call only happens after you confirm.
  </Step>

  <Step title="Lawtte dials">
    The call comes from your Studio number. The agent discloses that it is an AI
    assistant calling on behalf of your firm, that the call may be recorded, and it
    never gives legal advice.
  </Step>

  <Step title="You get the outcome">
    When the call ends, ask for the result: whether the objective was met, a short
    summary, the suggested next step, and whether the person asked not to be called
    again.
  </Step>
</Steps>

<Warning>
  Calls placed this way are real calls to real people, and they use your Studio
  minutes. Use `dry_run` to rehearse without dialing.
</Warning>


## Related topics

- [Claude Desktop (macOS)](/mcp/claude-desktop.md)
- [Lawtte documentation](/index.md)
- [Connect Claude](/mcp/connect-claude.md)
- [Troubleshooting](/mcp/troubleshooting.md)
- [Connector tools](/mcp/tools.md)
