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

# Mistral Le Chat

> Add Qonto as a Custom MCP Connector in Mistral's Le Chat

[Mistral Le Chat](https://chat.mistral.ai) supports custom MCP connectors. They are added from the [Mistral console](https://console.mistral.ai/), then become available in Le Chat.

<video controls className="w-full" src="https://qonto-assets.s3.eu-central-1.amazonaws.com/api-doc/qonto-mcp-mistral.mp4" />

<Info>
  Adding a connector requires an **Admin** on your Mistral workspace.
</Info>

## Setup

<Steps>
  <Step title="Open the Mistral console">
    Go to [console.mistral.ai](https://console.mistral.ai/) and open **Connectors**.
  </Step>

  <Step title="Add a connector">
    Click **Add connector**, choose the **Custom MCP** type, and paste the Qonto MCP server URL:

    ```
    https://mcp.qonto.com/mcp
    ```

    Give the connector a name (for example, **Qonto**) and save.
  </Step>

  <Step title="Authorize Qonto">
    Mistral opens the Qonto OAuth window. Sign in, pick the organization to connect, and consent. The connector then shows up with **Active** status.
  </Step>

  <Step title="Use it in chat">
    In a new [Le Chat](https://chat.mistral.ai) conversation, enable the **Qonto** connector in the toolbar, then ask:

    > Summarize the last 30 days of transactions on my main account.

    Le Chat will route the call through `list_transactions` and reply.
  </Step>
</Steps>

## Notes

* Connectors are workspace-scoped. Once an admin adds the Qonto connector, all members of the workspace can authenticate against their own Qonto accounts.
* Each member still owns their own OAuth token, adding the connector to the workspace does not give the admin access to other members' Qonto data.

## Removing the connector

In the [Mistral console](https://console.mistral.ai/) → **Connectors**, open the Qonto entry and **Remove**. To also revoke Qonto's side of the consent, do it from the **connected apps** section of your Qonto account.
