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

# MCP integrations

> Gmail, Google Drive, Calendar, Microsoft, Dropbox, and your APIs in the assistant.

<Tip>
  **MCP** gives the AI **tools** (read email, check calendar, call your API). Set up under **Automations → MCP**, link to the assistant, and use in the **AI assistant** step.
</Tip>

<Info>
  This is **different** from [Notifique MCP](/en/build-with-ai/mcp-notifique) (IDE + API Key to send messages). Here MCP serves your workspace **support assistant**.
</Info>

## Curated connectors

| Connector           | Examples of what the AI can do       |
| ------------------- | ------------------------------------ |
| **Gmail**           | Read threads, send or draft email    |
| **Google Calendar** | List and create events               |
| **Google Drive**    | Read allowed files                   |
| **Microsoft Graph** | Mail, calendar, SharePoint, or Teams |
| **Dropbox**         | Files from the connected account     |
| **Custom URL**      | Your MCP server (HTTPS)              |

Flow: create connection → **OAuth** (Google/Microsoft) if needed → link to assistant → pick allowed **tools**.

## HTTP tools

For your REST API without an MCP server: HTTPS URL, `allowedHosts`, `parametersSchema` (JSON Schema), and binding on the assistant.

## Where the AI can use tools

| Flag                   | Where                           |
| ---------------------- | ------------------------------- |
| `allowInDashboardTest` | Dashboard test                  |
| `allowInAutomation`    | AI assistant step in automation |
| `allowInWebWidget`     | On-site chat                    |

In automation, `mcpAllowMutatingTools` usually stays `false` until you trust the flow.

## v1 API

MCP connections and HTTP tools are configured **in the dashboard** (**Automations → MCP**). There are no public `/v1/` routes for MCP, bindings, or OAuth in this documentation.

## Next steps

* [Assistants](/en/automations-api/como-funciona/assistentes)
* [Knowledge base](/en/automations-api/como-funciona/base-de-conhecimento)
* [Use cases](/en/automations-api/como-funciona/casos-de-uso)
