BigCommerce MCP Server by CData
@CDataSoftware
关于 BigCommerce 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 BigCommerce (beta): https://www.cdata.com/download/download.aspx?sku=UBZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\bigcommerce.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is BigCommerce MCP Server by CData?
BigCommerce MCP Server by CData is a read-only MCP server built by CData. It allows LLMs like Claude Desktop to query live BigCommerce data by wrapping the CData JDBC Driver for BigCommerce and exposing the data through a simple MCP interface. Users can retrieve information using natural language questions without writing SQL.
How to use BigCommerce MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for BigCommerce, configure a connection string using the driver’s utility, create a .prp file with the JDBC connection details, and add the server to the Claude Desktop config file (claude_desktop_config.json). Then run or refresh Claude Desktop to start querying.
Key features of BigCommerce MCP Server by CData
- Read-only access to live BigCommerce data via MCP
- Uses CData JDBC Driver for BigCommerce
- Supports natural language queries through LLMs
- Provides tools:
get_tables,get_columns,run_query - Communicates over
stdiotransport - Licensed under the MIT License
Use cases of BigCommerce MCP Server by CData
- Ask an LLM for correlations between BigCommerce data sets
- Retrieve open orders or customer information conversationally
- Explore BigCommerce table schema without writing SQL
- Integrate BigCommerce analytics into AI‑powered assistants
FAQ from BigCommerce MCP Server by CData
Is this server read-only?
Yes, this MCP server provides read-only access to BigCommerce data. For full read, write, update, delete, and action capabilities, CData offers a free beta server.
How do I configure the connection to BigCommerce?
Create a .prp file with properties such as Prefix, ServerName, DriverPath, DriverClass, and JdbcUrl (the connection string from the JDBC Driver utility).
What tools are exposed by this MCP server?
The server exposes three tools: {servername}_get_tables (list tables), {servername}_get_columns (list columns for a table), and {servername}_run_query (execute a SQL SELECT query).
What transport does the server use?
The server uses stdio transport, so it can only be used with clients that run on the same machine as the server.
Where can I get support for this MCP server?
For connection issues, contact the CData Support Team. For MCP server feedback or other questions, join the CData Community.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论