Access Live Microsoft Dataverse Data in Emergent via CData Connect AI
Emergent is an AI-powered development platform that lets users describe what they want to build and have an autonomous agent generate full-stack web applications in real time. Agents can connect to external tools and data sources through MCP to retrieve live data and power their outputs.
By integrating Emergent with CData Connect AI through the built-in MCP (Model Context Protocol) Server, Emergent agents gain governed, real-time access to live Microsoft Dataverse data. This enables agents to query, analyze, and visualize Microsoft Dataverse data: either by calling MCP tools directly during a session, or by generating a full application wired to live data, all without manual data exports or custom integration code.
This article outlines the steps to configure Microsoft Dataverse connectivity in Connect AI, register the CData MCP Server in Emergent, and interact with live Microsoft Dataverse data from Emergent.
About Microsoft Dataverse Data Integration
CData provides the easiest way to access and integrate live data from Microsoft Dataverse (formerly the Common Data Service). Customers use CData connectivity to:
- Access both Dataverse Entities and Dataverse system tables to work with exactly the data they need.
- Authenticate securely with Microsoft Dataverse in a variety of ways, including Azure Active Directory, Azure Managed Service Identity credentials, and Azure Service Principal using either a client secret or a certificate.
- Use SQL stored procedures to manage Microsoft Dataverse entities - listing, creating, and removing associations between entities.
CData customers use our Dataverse connectivity solutions for a variety of reasons, whether they're looking to replicate their data into a data warehouse (alongside other data sources)or analyze live Dataverse data from their preferred data tools inside the Microsoft ecosystem (Power BI, Excel, etc.) or with external tools (Tableau, Looker, etc.).
Getting Started
Step 1: Configure Microsoft Dataverse connectivity for Emergent
Connectivity to Microsoft Dataverse from Emergent is made possible through CData Connect AI's Remote MCP Server. To interact with Microsoft Dataverse data from Emergent, start by creating and configuring a Microsoft Dataverse connection in CData Connect AI.
- Log into Connect AI, click Sources, and then click Add Connection
- Select Microsoft Dataverse from the Add Connection panel
-
Enter the necessary authentication properties to connect to Microsoft Dataverse.
You can connect without setting any connection properties for your user credentials. Below are the minimum connection properties required to connect.
- InitiateOAuth: Set this to GETANDREFRESH. You can use InitiateOAuth to avoid repeating the OAuth exchange and manually setting the OAuthAccessToken.
- OrganizationUrl: Set this to the organization URL you are connecting to, such as https://myorganization.crm.dynamics.com.
- Tenant (optional): Set this if you wish to authenticate to a different tenant than your default. This is required to work with an organization not on your default Tenant.
When you connect the Common Data Service OAuth endpoint opens in your default browser. Log in and grant permissions. The OAuth process completes automatically.
- 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 Emergent. 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 and click Create
- Copy the token when displayed and store it securely. It will not be shown again
With the Microsoft Dataverse connection configured and a PAT generated, Emergent can now connect to Microsoft Dataverse data through Connect AI.
Step 2: Configure Connect AI in Emergent
CData Connect AI can be integrated with Emergent in two ways depending on your account tier. Pro and Enterprise users can register the MCP Server directly in the Emergent UI, while free-tier users can describe the integration in natural language and have Emergent's agent build a connected application automatically.
Method 1: Direct MCP Configuration (Pro/Enterprise)
Pro and Enterprise users can register the CData Connect AI MCP Server directly in the Emergent UI. Once registered, agents in any project can call live Microsoft Dataverse data through MCP tools without additional setup.
- Sign in to Emergent and create an account if you do not already have one
-
Click to start a new project. Enter a Project Name and click Create Project
- In the project chat window, select your preferred model from the dropdown (e.g., Claude 4.5 Sonnet)
-
Click the Advanced Controls icon and then click Select MCP Tools to open the MCP configuration panel
-
In the Select MCPs to use dialog, click + New MCP Server to add a custom MCP server
-
In the Configure New MCP dialog, fill in the following:
- MCP Name: cdata-mcp
- Description: (optional) A brief description of the server
- JSON Configuration: Paste the following, replacing base64-encode-email-pat with your Base64-encoded email:PAT string:
{ "mcpServers": { "cdata-mcp": { "args": [ "-y", "mcp-client", "connect", "https://mcp.cloud.cdata.com/mcp" ], "command": "npx", "env": { "MCP_HEADERS": "{\"Authorization\":\"Basic base64-encode-email-pat\"}" } } } }Note: Combine your Connect AI email and PAT in the format email:PAT, then Base64 encode the combined string. For example, given [email protected]:ABC123...XYZ, the value becomes something like: dXNlckBteWRvbWFpbjphSzkvbVB4Mi9Rcjd2TjQ...
- Click Verify and Save to register the MCP server
- Return to Select MCP Tools and confirm that cdata-mcp is listed and its toggle is enabled. If it is not enabled, toggle it on
With the CData MCP Server registered and enabled, Emergent agents can now query and act on live Microsoft Dataverse data through Connect AI in any project.
Query live Microsoft Dataverse data from Emergent
With the MCP server configured, start a conversation in the Emergent agent panel to interact with live Microsoft Dataverse data.
-
Return to the project chat and enter a prompt to explore your data, for example:
- List all available catalogs in my cdata-mcp connection.
- Show the schemas and tables available for Microsoft Dataverse.
- Query the top 5 records from Microsoft Dataverse data.
- The agent calls the CData Connect AI MCP Server and returns live results from Microsoft Dataverse data
Method 2: Build an application with natural language (Free)
Free-tier users can direct Emergent to build a full-stack application that connects to the CData Connect AI MCP Server through a natural language prompt. The agent will gather the required endpoint and credentials interactively, then generate a working application wired to live Microsoft Dataverse data.
- Sign in to Emergent and open the chat window
-
Enter a prompt that describes the application you want to build. For example:
I would like to build a small application that connects to a remote MCP HTTPS server. I already have the MCP endpoint URL and the required credentials. The application should: - Establish a connection to the remote MCP server - Authenticate using the provided credentials - Retrieve and list all available catalogs from the MCP Please make sure the credentials are stored securely in a .env file and not hardcoded in the application. -
Emergent will prompt you to provide the MCP endpoint URL and authentication credentials. Supply the following values:
- MCP Endpoint URL: https://mcp.cloud.cdata.com/mcp
- Authorization: Basic base64(email:PAT)
-
The Emergent agent generates a full-stack application that connects to Microsoft Dataverse data through Connect AI and renders live results in the App Preview panel.
At this point, Emergent has built an application that communicates with the CData Connect AI MCP Server and retrieves live Microsoft Dataverse data, all from a single natural language prompt.
Get CData Connect AI
To access 300+ SaaS, Big Data, and NoSQL sources directly from your cloud applications, try CData Connect AI today! Sign up for a free 14-day trial of CData Connect AI, and as always, our world-class Support Team is available to assist you with any questions you may have.