Amazon Marketplace MCP Server by CData
@CDataSoftware
About Amazon Marketplace MCP Server by CData
This read-only MCP Server allows you to connect to Amazon Marketplace data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
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\\amazon-marketplace.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 Amazon Marketplace MCP Server by CData?
The Amazon Marketplace MCP Server by CData is a local, read-only MCP server that uses the CData JDBC Driver for Amazon Marketplace to expose Amazon Marketplace data as relational SQL models. It allows LLMs like Claude Desktop to query live Amazon Marketplace data using natural language, no SQL required.
How to use Amazon Marketplace MCP Server by CData?
Clone the repository, build with Maven (mvn clean install), install and license the CData JDBC Driver for Amazon Marketplace, configure a .prp file with your JDBC connection string, and add the server to your MCP client (e.g., Claude Desktop) by editing claude_desktop_config.json. The server communicates via stdio and runs locally.
Key features of Amazon Marketplace MCP Server by CData
- Read-only access to live Amazon Marketplace data
- Natural language querying via LLM clients
- Built on the CData JDBC Driver for Amazon Marketplace
- Exposes tools:
_get_tables,_get_columns,_run_query - Local execution (stdio transport)
Use cases of Amazon Marketplace MCP Server by CData
- Ask Claude Desktop for live sales or inventory summaries from Amazon Marketplace
- Explore table schemas and run SQL queries without manual SQL writing
- Integrate Amazon Marketplace data into AI-driven analytics workflows
FAQ from Amazon Marketplace MCP Server by CData
What is the difference between this server and CData Connect AI?
This server is a local, read-only MCP server. CData Connect AI is a fully remote managed MCP platform that supports full read, write, update, delete, and action capabilities with a simplified setup.
What are the runtime requirements for Amazon Marketplace MCP Server by CData?
You need Java (to run the JAR), the CData JDBC Driver for Amazon Marketplace (downloaded and licensed), and a Maven build environment to compile the server.
Where does the data live?
Data stays in your local Amazon Marketplace database instance; the server fetches live data via the JDBC driver on each query.
How does authentication work?
Authentication (e.g., OAuth) is handled when building the JDBC connection string using the CData JDBC Driver’s Connection String utility; the server then uses that string.
What are the known limits?
The server is read-only, local-only (uses stdio transport), and requires manual build and configuration steps. For full CRUD or remote access, refer to the alternative CData products.
Frequently asked questions
What is the difference between this server and CData Connect AI?
This server is a local, read-only MCP server. CData Connect AI is a fully remote managed MCP platform that supports full read, write, update, delete, and action capabilities with a simplified setup.
What are the runtime requirements for Amazon Marketplace MCP Server by CData?
You need Java (to run the JAR), the CData JDBC Driver for Amazon Marketplace (downloaded and licensed), and a Maven build environment to compile the server.
Where does the data live?
Data stays in your local Amazon Marketplace database instance; the server fetches live data via the JDBC driver on each query.
How does authentication work?
Authentication (e.g., OAuth) is handled when building the JDBC connection string using the CData JDBC Driver’s Connection String utility; the server then uses that string.
What are the known limits?
The server is read-only, local-only (uses `stdio` transport), and requires manual build and configuration steps. For full CRUD or remote access, refer to the alternative CData products.
Basic information
Category
Cloud & Infrastructure
License
MIT
Transports
stdio
Author
CDataSoftware
Submitted by
Cameron Leblanc
More Cloud & Infrastructure MCP servers
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Comments