Adobe Commerce MCP Server by CData
@CDataSoftware
About Adobe Commerce MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Adobe Commerce (beta): https://www.cdata.com/download/download.aspx?sku=BZZK-V&type=beta
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\adobe-commerce.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Adobe Commerce MCP Server by CData?
Adobe Commerce MCP Server by CData is a read-only MCP server that allows LLMs (like Claude Desktop) to query live Adobe Commerce data. It wraps the CData JDBC Driver for Adobe Commerce, which exposes Adobe Commerce as relational SQL models, so users can ask natural language questions without writing SQL.
How to use Adobe Commerce MCP Server by CData?
Clone the repository, build the server with Maven, install and license the CData JDBC Driver for Adobe Commerce, create a .prp file with your JDBC connection string and driver path, then add the server to your client’s configuration (e.g., claude_desktop_config.json). Once configured, ask questions like “How many open tickets do I have?” or “What is the correlation between my closed won opportunities and the account industry?” – the server provides tools (get_tables, get_columns, run_query) that the LLM uses automatically.
Key features of Adobe Commerce MCP Server by CData
- Read-only MCP server for Adobe Commerce data
- Exposes Adobe Commerce as relational SQL tables
- Tools:
get_tables,get_columns,run_query - No SQL required – use natural language through your LLM client
- Uses
stdiotransport (same-machine client only) - MIT licensed
Use cases of Adobe Commerce MCP Server by CData
- Let an LLM answer questions about Adobe Commerce orders, products, customers, and inventory in real time.
- Analyze live Adobe Commerce data without writing SQL – ask plain English questions.
- Integrate Adobe Commerce insights into AI assistants like Claude Desktop for rapid decision-making.
FAQ from Adobe Commerce MCP Server by CData
What dependencies are required to run this server?
Java (to run the JAR), Maven (to build), and the CData JDBC Driver for Adobe Commerce (install and license separately).
Is the server read-only?
Yes, this MCP server is read-only. CData offers a separate beta MCP server with full read, write, update, and delete capabilities.
How do I configure the connection to Adobe Commerce?
Create a .prp file with properties like JdbcUrl, DriverPath, DriverClass, and Prefix. Use the JDBC Connection String utility from the driver to test and copy the connection string.
What transport does the server use?
It uses stdio, so the client (e.g., Claude Desktop) must run on the same machine as the server.
Where can I get help?
For connection issues, contact the CData Support Team. For MCP server feedback, join the CData Community.
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments