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

# Connect Vero MCP to Gemini Enterprise

> Add the Vero MCP server as a custom data source in Gemini Enterprise so you can manage broadcasts and journeys from Gemini.

<Info>
  The Vero MCP server is in early access. Please provide feedback or issues [via
  email](mailto:support@getvero.com).
</Info>

Gemini imports Vero's MCP tools as **Actions** that your users can call.

## Prerequisites

* A Gemini Enterprise workspace, with permission to add custom data sources.
* A Vero account you can sign in to.

## Connect Vero

1. In the Google Cloud console, go to **Gemini Enterprise** → **Data stores**.

2. Click **Create data store**.

3. Select the **Custom MCP Server** card, then click **Add MCP server**.

4. Enter the server details:

   * **Authentication method**: OAuth 2.0
   * **MCP server URL**: `https://mcp.getvero.com/mcp`
   * **Authorization URL**: `https://auth.getvero.com/oauth2/authorize`
   * **Authorization URL parameters**: `&resource=https://mcp.getvero.com/mcp`
   * **Token URL**: `https://auth.getvero.com/oauth2/token`
   * **Client ID**: `client_01M1B2AJ1ZH0YCSN6FYPCY3WEP`
   * **Scopes**: `openid profile email offline_access`
   * **Enable PKCE Support**: Yes
   * **Use HTTP Basic Authentication**: No

5. Click **Verify Auth**. Gemini opens Vero in your browser: sign in and approve the connection. Then click **Continue**.

6. Choose a location, name the data connector (e.g. "Vero"), and click **Create**.

7. Once the data store is **Active**, open it and select **Actions** → **Reload custom actions** to import Vero's tools, then select the tools you want and click **Enable actions**.

Gemini discovers the tools listed in [available tools](/vero-ai/overview#available-tools) and adds them as Actions on the connector. They're available to your users once the connector is enabled.

<Note>
  Gemini Enterprise doesn't let you enter a tool list by hand: it has to
  discover the tools from the server. If **Reload custom actions** fails, check
  that the connector is enabled and that you've completed the OAuth sign-in,
  then try again. If it still fails, [contact us](mailto:support@getvero.com).
</Note>

## Try it out

Ask Gemini things like:

* "Use the Vero connector to list all broadcasts in \[project name]"
* "What's the status of my \[journey name] journey?"
* "Draft a broadcast called 'July Newsletter' on the email channel"

## Next steps

* [See available tools](/vero-ai/overview#available-tools)
* [Authentication](/vero-ai/mcp-authentication)
* [Use our docs with AI](/vero-ai/docs-with-ai)
