> ## Documentation Index
> Fetch the complete documentation index at: https://www.quo.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Quo MCP

> Connect an MCP-compatible AI client to Quo and work with conversations, messages, contacts, calls, and tasks in plain language.

Quo MCP is a hosted [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that lets an AI client work with your Quo workspace through a curated set of tools.

After you authorize a connection, the client can use those tools to read communication history and take actions you approve. Quo hosts the server, handles authentication, and sends each request to the Quo account you connected.

<Info>
  **Remote server URL:** `https://mcp.quo.com/mcp`
</Info>

## What you can do

<CardGroup cols={2}>
  <Card title="Review conversations" icon="messages">
    Fetch message history, call transcripts, missed calls, and voicemail transcripts from your Quo inboxes.
  </Card>

  <Card title="Send messages" icon="paper-plane">
    Send a one-to-one text, start a shared group conversation, or broadcast the same text as separate private messages.
  </Card>

  <Card title="Manage contacts" icon="address-book">
    List and inspect contacts, create new contacts, and update existing contact details.
  </Card>

  <Card title="Manage follow-up work" icon="list-check">
    List, create, assign, complete, and update tasks linked to an inbox, conversation, call, or message.
  </Card>
</CardGroup>

See [Supported tools](/docs/mdx/mcp/tools) for the complete tool list, parameters, and limits.

## How Quo MCP works

<Steps>
  <Step title="Connect an MCP client">
    Use Quo's official Claude or ChatGPT connector, or add the remote server URL to another MCP-compatible client.
  </Step>

  <Step title="Authorize with Quo">
    Your browser opens Quo's OAuth flow. Sign in to the Quo account you want to use and review the requested access.
  </Step>

  <Step title="Ask the client to use Quo">
    The client selects the appropriate Quo MCP tools and can combine several tool calls to complete a task.
  </Step>
</Steps>

The connection can access only the Quo data available to the account that authorized it. Your Quo password is entered only on Quo's sign-in page and is not shared with the MCP client.

## Choose a connection path

| If you are…                         | Start here                                                                                               |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------- |
| Using Claude or ChatGPT             | Install Quo's official connector for the simplest setup.                                                 |
| Using another MCP-compatible client | Add `https://mcp.quo.com/mcp` as a remote Streamable HTTP server.                                        |
| Building an MCP client              | Use Quo's OAuth discovery metadata, dynamic client registration, Authorization Code flow, and S256 PKCE. |

[Connect to Quo MCP](/docs/mdx/mcp/connect) covers all three paths.

## Quo MCP or the Quo API?

| Use Quo MCP when…                                                                        | Use the [Quo API](/docs/2026-03-30/introduction) when…                                     |
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| A person works with Quo through an MCP-compatible AI client.                             | You are building a product, backend integration, or deterministic workflow.           |
| You want the client to choose and combine supported tools from a plain-language request. | You need direct control over endpoints, payloads, retries, and event-driven webhooks. |
| Interactive OAuth authorization fits your workflow.                                      | API-key authentication and versioned API contracts fit your architecture.             |

The two interfaces can complement each other. Use MCP for conversational work and the API for application logic that needs a stable, programmatic contract.

## Next steps

<CardGroup cols={2}>
  <Card title="Connect to Quo MCP" icon="link" href="/docs/mdx/mcp/connect">
    Install an official connector or configure another MCP client.
  </Card>

  <Card title="Supported tools" icon="screwdriver-wrench" href="/docs/mdx/mcp/tools">
    Review the complete, current tool surface and its limits.
  </Card>

  <Card title="Security best practices" icon="shield-check" href="/docs/mdx/mcp/security">
    Protect customer data and review actions before they run.
  </Card>

  <Card title="Developer changelog" icon="code-branch" href="/docs/2026-03-30/changelog">
    Follow updates to Quo's developer platform.
  </Card>
</CardGroup>
