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

# Amazon Quick

> This page outlines the steps to connect Amazon Quick to your Connect AI account.

Amazon Quick lets you build and share AI agents that act on your data. This page explains how to connect Connect AI to Amazon Quick as a Model Context Protocol (MCP) connector, enabling your agents to query and take action on live data.

## Prerequisites

Before you can configure and use Amazon Quick with Connect AI, you must first do the following:

* Connect a data source to your Connect AI account. See [Sources](/en/Sources) for more information.
* Have access to Amazon Quick and an IAM user with permission to create and publish connectors for your team.

## Create an MCP Connector in Amazon Quick

Begin creating the connector in Amazon Quick. During setup, Amazon Quick displays the redirect URL that you need to create the OAuth App in Connect AI.

<Steps>
  <Step>
    Log in to Amazon Quick with your IAM user.
  </Step>

  <Step>
    Click **Connectors**, and then click **Create for your team**.

    <Frame>
      <img src="https://mintcdn.com/cdata/WaWT5WkS8OT57xhD/en/images/amazon_quick_create_connector.png?fit=max&auto=format&n=WaWT5WkS8OT57xhD&q=85&s=948b676d0693849e9602e59c5bc8086a" alt="Create a connector for your team" width="1128" height="583" data-path="en/images/amazon_quick_create_connector.png" />
    </Frame>
  </Step>

  <Step>
    Choose **Model Context Protocol**.
  </Step>

  <Step>
    Create a new MCP connector by providing the **MCP URL** *[https://mcp.cloud.cdata.com/mcp](https://mcp.cloud.cdata.com/mcp)*. You can also use a toolkit URL to scope the connector to a specific toolkit.

    <Frame>
      <img src="https://mintcdn.com/cdata/WaWT5WkS8OT57xhD/en/images/amazon_quick_mcp_url.png?fit=max&auto=format&n=WaWT5WkS8OT57xhD&q=85&s=420c33b18e920751ec2628c77390f2ec" alt="Enter the MCP URL" width="1279" height="739" data-path="en/images/amazon_quick_mcp_url.png" />
    </Frame>
  </Step>

  <Step>
    Click **Next**.
  </Step>

  <Step>
    Select **Custom user-based OAuth App**.

    <Frame>
      <img src="https://mintcdn.com/cdata/WaWT5WkS8OT57xhD/en/images/amazon_quick_custom_oauth.png?fit=max&auto=format&n=WaWT5WkS8OT57xhD&q=85&s=f7dbf3c69950ee86d7f31fd7368af2a0" alt="Select custom OAuth" width="1267" height="741" data-path="en/images/amazon_quick_custom_oauth.png" />
    </Frame>
  </Step>

  <Step>
    Copy the **redirect URL** that Amazon Quick displays. It follows this format:

    ```
    https://{region}.quicksight.aws.amazon.com/sn/oauthcallback
    ```

    You will enter this URL when you create the OAuth App in the next section. Leave this screen open, because you will return to it to enter your Client ID and Client Secret.
  </Step>
</Steps>

## Create an OAuth App in Connect AI

Amazon Quick uses OAuth 2.0 to authenticate users against the Connect AI MCP Server. This requires a user-based OAuth application in your Connect AI account.

<Steps>
  <Step>
    Click the gear icon in the top-right corner of Connect AI to open **Settings**.
  </Step>

  <Step>
    Navigate to the **OAuth Apps** tab and click **+ Create App**. The **Create OAuth App** dialog appears.
  </Step>

  <Step>
    Enter the following settings:

    * **Name**–enter a descriptive name (for example, *AmazonQuickOAuth*).
    * **Application Type**–select **Web Application**.
    * **Callback URL**–enter the redirect URL you copied from Amazon Quick (for example, *[https://us-east-1.quicksight.aws.amazon.com/sn/oauthcallback](https://us-east-1.quicksight.aws.amazon.com/sn/oauthcallback)*).

    <Frame>
      <img src="https://mintcdn.com/cdata/WaWT5WkS8OT57xhD/en/images/amazon_quick_create_oauth.png?fit=max&auto=format&n=WaWT5WkS8OT57xhD&q=85&s=e6b467d5fdd0f565d76d44f44d6c400f" alt="Creating an OAuth App in Connect AI" width="805" height="702" data-path="en/images/amazon_quick_create_oauth.png" />
    </Frame>
  </Step>

  <Step>
    Click **Confirm**. Connect AI generates a **Client ID** and **Client Secret**.

    <Frame>
      <img src="https://mintcdn.com/cdata/WaWT5WkS8OT57xhD/en/images/amazon_quick_oauth_credentials.png?fit=max&auto=format&n=WaWT5WkS8OT57xhD&q=85&s=653e9523bc1ec2fff94d873df165b9e8" alt="Client ID and Client Secret" width="1526" height="519" data-path="en/images/amazon_quick_oauth_credentials.png" />
    </Frame>
  </Step>

  <Step>
    Copy both the **Client ID** and **Client Secret**. You will need them in the next section.
  </Step>
</Steps>

## Complete the Connector in Amazon Quick

<Steps>
  <Step>
    Return to the Amazon Quick connector setup and enter the following settings:

    * **Client ID** and **Client Secret**–from the OAuth application created above.
    * **Token URL**–enter *[https://cloud-login.cdata.com/oauth/token](https://cloud-login.cdata.com/oauth/token)*.
    * **Authorization URL**–enter *[https://cloud-login.cdata.com/authorize](https://cloud-login.cdata.com/authorize)*.

    <Frame>
      <img src="https://mintcdn.com/cdata/WaWT5WkS8OT57xhD/en/images/amazon_quick_mcp_create.png?fit=max&auto=format&n=WaWT5WkS8OT57xhD&q=85&s=1ef1911e187c6580876719520db5d111" alt="Create MCP integration" width="1272" height="740" data-path="en/images/amazon_quick_mcp_create.png" />
    </Frame>
  </Step>

  <Step>
    Click **Create and Continue**. You are prompted with a login screen. Complete the sign-in.
  </Step>

  <Step>
    Publish the connector.
  </Step>
</Steps>

## Use the Connector in an Agent

After you publish the connector, you can add it to any Amazon Quick agent and call its tools to query.

<Frame>
  <img src="https://mintcdn.com/cdata/WaWT5WkS8OT57xhD/en/images/amazon_quick_enabled_actions.png?fit=max&auto=format&n=WaWT5WkS8OT57xhD&q=85&s=97362425da071183a4692ccfad56714b" alt="Enabled actions" width="1772" height="865" data-path="en/images/amazon_quick_enabled_actions.png" />
</Frame>

Test the connector by asking it a question:

<Frame>
  <img src="https://mintcdn.com/cdata/WaWT5WkS8OT57xhD/en/images/amazon_quick_sample_query.png?fit=max&auto=format&n=WaWT5WkS8OT57xhD&q=85&s=deb4bed58b655c4686edbb17c44787ea" alt="Sample query" width="1887" height="881" data-path="en/images/amazon_quick_sample_query.png" />
</Frame>
