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

# Connect Your AI Assistant

> Step-by-step setup for Moneda MCP on Claude, ChatGPT, Gemini, Mistral AI, and Perplexity — connect in under 5 minutes

<Tabs>
  <Tab title="Claude">
    <Steps>
      <Step title="Open connectors">
        Go to **Settings** and navigate to **Connectors**.
      </Step>

      <Step title="Add a custom connector">
        Select **Add custom connector** and enter the details below:

        | Field    | Value                            |
        | -------- | -------------------------------- |
        | **Name** | Moneda                           |
        | **URL**  | `https://mcp.moneda.com/api/mcp` |
      </Step>

      <Step title="Start using Moneda">
        In any chat, use the **attachments** button (plus icon) and select **Moneda**.
      </Step>
    </Steps>
  </Tab>

  <Tab title="ChatGPT">
    <Note>Available on ChatGPT Pro, Team, Enterprise, and Edu plans.</Note>

    <Steps>
      <Step title="Enable developer mode">
        Go to **Settings** → **Advanced** and enable **Developer Mode**.
      </Step>

      <Step title="Open connectors">
        Navigate to the **Connectors** tab.
      </Step>

      <Step title="Create the connector">
        Click **Create** and enter the details below:

        | Field              | Value                            |
        | ------------------ | -------------------------------- |
        | **Name**           | Moneda                           |
        | **MCP server URL** | `https://mcp.moneda.com/api/mcp` |
        | **Authentication** | OAuth                            |
      </Step>

      <Step title="Save and authorise">
        Click **Save** — you'll be guided through Moneda's authorization flow on first use.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Gemini">
    <Steps>
      <Step title="Add a custom connector">
        Open the **Add custom connector** dialog and enter the details below:

        | Field                     | Value                            |
        | ------------------------- | -------------------------------- |
        | **Server name**           | Moneda                           |
        | **Remote MCP server URL** | `https://mcp.moneda.com/api/mcp` |
      </Step>

      <Step title="Enable the connector">
        Open the **Tools** menu and enable the **Moneda** connector.
      </Step>

      <Step title="Authorise">
        You'll be guided through Moneda's authorization flow on first use.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Mistral AI">
    <Steps>
      <Step title="Open connectors">
        Open the side panel and expand the **Intelligence** menu, then click **Connectors**.
      </Step>

      <Step title="Add the connector">
        Click **+ Add Connector**, select the **Custom MCP Connector** tab, and enter the details below:

        | Field                 | Value                            |
        | --------------------- | -------------------------------- |
        | **Connector name**    | Moneda                           |
        | **Connection server** | `https://mcp.moneda.com/api/mcp` |
      </Step>

      <Step title="Connect and authorise">
        Click **Connect** — authentication is detected automatically and you'll be guided through Moneda's authorization flow.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Perplexity AI">
    <Steps>
      <Step title="Open connectors">
        Open your account **Settings** and click **Connectors**.
      </Step>

      <Step title="Add the connector">
        Click **Add Connector** and enter the details below:

        | Field           | Value                            |
        | --------------- | -------------------------------- |
        | **Server Name** | Moneda                           |
        | **URL**         | `https://mcp.moneda.com/api/mcp` |
      </Step>

      <Step title="Enable Moneda">
        On the Perplexity home screen, toggle **Moneda** on under **Sources** to start using it.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Other">
    Any app that supports the Model Context Protocol can connect to Moneda. Use the following details:

    | Setting            | Value                             |
    | ------------------ | --------------------------------- |
    | **Server URL**     | `https://mcp.moneda.com/api/mcp`  |
    | **Transport**      | Streamable HTTP                   |
    | **Authentication** | OAuth 2.0 (handled automatically) |
  </Tab>
</Tabs>

## What's next?

<CardGroup cols={2}>
  <Card title="Authentication" icon="lock" href="/getting-started/authentication">
    Learn how OAuth keeps your account secure.
  </Card>

  <Card title="Available tools" icon="wrench" href="/tools/overview">
    See all 49 tools your AI assistant can use.
  </Card>

  <Card title="Use cases" icon="lightbulb" href="/use-cases">
    Real examples of what you can do with Moneda and AI.
  </Card>

  <Card title="Scopes" icon="list-check" href="/scopes">
    Control exactly what your AI can access.
  </Card>
</CardGroup>
