Build Voice Agents in ElevenLabs with access to Live AlloyDB Data
ElevenLabs is a leading AI audio platform that enables developers to build conversational voice agents capable of natural, human-like interactions. The ElevenLabs Conversational AI platform allows you to create voice-powered assistants that can reason through tasks, respond dynamically, and interact with external systems in real time.
By integrating ElevenLabs with CData Connect AI through the MCP (Model Context Protocol), your voice agents gain the ability to query, analyze, and act on live AlloyDB data during conversations. This integration bridges ElevenLabs' conversational AI framework with the governed enterprise connectivity of CData Connect AI, ensuring all data access runs securely against authorized sources without manual data movement.
This article outlines the steps to configure AlloyDB connectivity in Connect AI, generate the required authentication credentials, register the Connect AI MCP Server in ElevenLabs, and verify that your voice agent can successfully interact with live AlloyDB data during conversations.
Step 1: Configure AlloyDB connectivity for ElevenLabs
Connectivity to AlloyDB from ElevenLabs is made possible through CData Connect AI's Remote MCP Server. To interact with AlloyDB data from your voice agents, start by creating and configuring a AlloyDB connection in CData Connect AI.
- Log into Connect AI, click Sources, and then click Add Connection
- Select AlloyDB from the Add Connection panel
-
Enter the necessary authentication properties to connect to AlloyDB.
The following connection properties are usually required in order to connect to AlloyDB.
- Server: The host name or IP of the server hosting the AlloyDB database.
- User: The user which will be used to authenticate with the AlloyDB server.
- Password: The password which will be used to authenticate with the AlloyDB server.
You can also optionally set the following:
- Database: The database to connect to when connecting to the AlloyDB Server. If this is not set, the user's default database will be used.
- Port: The port of the server hosting the AlloyDB database. This property is set to 5432 by default.
Authenticating with Standard Authentication
Standard authentication (using the user/password combination supplied earlier) is the default form of authentication.
No further action is required to leverage Standard Authentication to connect.
Authenticating with pg_hba.conf Auth Schemes
There are additional methods of authentication available which must be enabled in the pg_hba.conf file on the AlloyDB server.
Find instructions about authentication setup on the AlloyDB Server here.
Authenticating with MD5 Authentication
This authentication method must be enabled by setting the auth-method in the pg_hba.conf file to md5.
Authenticating with SASL Authentication
This authentication method must be enabled by setting the auth-method in the pg_hba.conf file to scram-sha-256.
Authenticating with Kerberos
The authentication with Kerberos is initiated by AlloyDB Server when the ∏ is trying to connect to it. You should set up Kerberos on the AlloyDB Server to activate this authentication method. Once you have Kerberos authentication set up on the AlloyDB Server, see the Kerberos section of the help documentation for details on how to authenticate with Kerberos.
- Click Save & Test
- Navigate to the Permissions tab and update user-based permissions
Add a Personal Access Token
A Personal Access Token (PAT) is used to authenticate the connection to Connect AI from ElevenLabs. It is best practice to create a separate PAT for each integration to maintain granular access control.
- Click the gear icon () at the top right of the Connect AI app to open Settings
- On the Settings page, go to the Access Tokens section and click Create PAT
- Give the PAT a descriptive name (e.g., "ElevenLabs Voice Agent") and click Create
- Copy the token when displayed and store it securely. It will not be shown again
With the AlloyDB connection configured and a PAT generated, ElevenLabs can now connect to AlloyDB data through Connect AI.
Step 2: Add the Connect AI MCP Server in ElevenLabs
ElevenLabs supports connecting to external MCP servers that use SSE (Server-Sent Events) or HTTP streamable transport. The CData Connect AI Remote MCP Server is compatible with this integration.
-
Log into the ElevenLabs platform and navigate to your agent dashboard
- Go to Integrations and click + Add Integration to access the MCP server integrations section
-
Click on Custom MCP Server to add a new integration
-
Enter the following configuration:
- Name: CData Connect AI
- Description: Access live enterprise data from 350+ sources
- Server URL: https://mcp.cloud.cdata.com/sse
- Secret Token: Leave empty (authentication is handled via headers)
- HTTP Headers: Add a header with key Authorization and value Basic your_email:your_PAT
- Replace your_email:your_PAT with your Connect AI login email and the Personal Access Token you created earlier. For example: Basic [email protected]:ABC123...XYZ789
- Click Save to test the connection and retrieve available tools from Connect AI
- The CData Connect AI MCP server is now available to assign to your voice agents
Step 3: Configure your Voice Agent to use Connect AI
With the MCP server registered, you can now add it to your ElevenLabs voice agents to enable real-time data access during conversations.
- Create a new agent or edit an existing agent in the ElevenLabs dashboard
- In the agent configuration, navigate to the Tools section
-
Add the CData Connect AI MCP server you configured in Step 2
-
Configure the tool approval mode based on your requirements:
- Always Ask: The agent will request permission before each data query (recommended for sensitive data)
- Fine-Grained: Set approval requirements per tool/action
- No Approval: The agent can query data autonomously
- Save your agent configuration
Step 4: Interact with live data through your Voice Agent
Your ElevenLabs voice agent can now access and query live AlloyDB data through the CData Connect AI MCP Server during conversations.
-
Start a conversation with your voice agent
-
Ask your agent data-related questions such as:
- "What connections are available?"
- "Show me the schemas for AlloyDB"
- "Query recent records from AlloyDB data"
- "Summarize our latest Data"
-
The agent will use the Connect AI MCP tools to retrieve live data and respond conversationally
Your ElevenLabs voice agent is now fully configured to access and query live AlloyDB data through the CData Connect AI Remote MCP Server, enabling real-time, data-driven voice interactions for your users.
Get CData Connect AI
To access 350+ SaaS, Big Data, and NoSQL sources through secure, AI-ready interfaces, try CData Connect AI today.