MCP.so
ログイン

Amazon Marketplace MCP Server by CData

@CDataSoftware

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/).

基本情報

カテゴリ

クラウドとインフラ

ライセンス

MIT

ランタイム

java

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「クラウドとインフラ」の他のコンテンツ