![]() |
VOOZH | about |
Manus AI is an autonomous AI agent platform that helps users accomplish complex tasks through natural language from browsing the web to executing code and interacting with external services. When combined with CData Connect AI remote MCP, users can leverage Manus AI to interact with their Adobe Commerce data in real-time, without any data replication.
This article explains how to connect to Adobe Commerce using the CData Connect AI MCP Server and configure Manus AI to conversationally explore (or Vibe Query) their Adobe Commerce data. With Connect AI, users can build AI agents with access to live Adobe Commerce data, plus hundreds of other sources.
Connectivity to Adobe Commerce from Manus AI is made possible through CData Connect AI Remote MCP. To interact with Adobe Commerce data from Manus AI, we start by creating and configuring a Adobe Commerce connection in CData Connect AI.
Adobe Commerce uses the OAuth 1 authentication standard. To connect to the Adobe Commerce REST API, obtain values for the OAuthClientId, OAuthClientSecret, and CallbackURL connection properties by registering an app with your Adobe Commerce system. See the "Getting Started" section in the help documentation for a guide to obtaining the OAuth values and connecting.
You will also need to provide the URL to your Adobe Commerce system. The URL depends on whether you are using the Adobe Commerce REST API as a customer or administrator.
Customer: To use Adobe Commerce as a customer, make sure you have created a customer account in the Adobe Commerce homepage. To do so, click Account -> Register. You can then set the URL connection property to the endpoint of your Adobe Commerce system.
Administrator: To access Adobe Commerce as an administrator, set CustomAdminPath instead. This value can be obtained in the Advanced settings in the Admin menu, which can be accessed by selecting System -> Configuration -> Advanced -> Admin -> Admin Base URL.
If the Use Custom Admin Path setting on this page is set to YES, the value is inside the Custom Admin Path text box; otherwise, set the CustomAdminPath connection property to the default value, which is "admin".
A Personal Access Token (PAT) is used to authenticate the connection to Connect AI from Manus AI. It is best practice to create a separate PAT for each service to maintain granularity of access.
With the connection configured and a PAT generated, we are ready to connect to Adobe Commerce data from Manus AI.
Navigate to Manus and sign in to your Manus AI account. Once logged in, you are ready to configure the CData Connect AI MCP Server as a custom connector.
Manus AI supports connecting to external MCP servers via its Connectors settings. There are two methods to add the CData Connect AI MCP Server: Import by JSON or Direct Configuration. Both methods are explained below.
Use this method to quickly configure the MCP Server by pasting a JSON configuration snippet.
{
"mcpServers": {
"cdata-connect-ai": {
"transport": "sse",
"url": "https://mcp.cloud.cdata.com/mcp",
"headers": {
"Authorization": "Basic USER_NAME:YOUR_CONNECTAI_PAT;"
}
}
}
}
Replace url with the Connect AI MCP URL, USER_NAME with your Connect AI email address, and YOUR_CONNECTAI_PAT with the Personal Access Token created in Step 1.
π Importing MCP configuration via JSON in Manus AIUse this method to manually enter the MCP Server connection properties through the Manus AI interface.
With the CData Connect AI MCP configured in Manus AI, users can now interact with their Adobe Commerce data using natural language in any new Manus AI chat session.
To get live data access to hundreds of SaaS, big data, and NoSQL sources directly from your cloud applications, try CData Connect AI today!
Learn more about CData Connect AI or sign up for free trial access:
Free Trial