MCP.so
登录
A

Adobe Commerce MCP Server by CData

@CDataSoftware

关于 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

基本信息

分类

其他

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\adobe-commerce.prp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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 stdio transport (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.

评论

其他 分类下的更多 MCP 服务器