eBay MCP Server by CData
@CDataSoftware
eBay 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 eBay (beta): https://www.cdata.com/download/download.aspx?sku=BEZK-V&type=beta
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\ebay.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is eBay MCP Server by CData?
eBay MCP Server by CData is a read-only Model Context Protocol server that allows LLMs like Claude Desktop to query live eBay data. It wraps the CData JDBC Driver for eBay, which exposes eBay data as relational SQL models, enabling natural-language questions without SQL.
How to use eBay MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for eBay, use the Connection String utility to create a JDBC URL, then create a .prp file with driver details. Configure Claude Desktop’s claude_desktop_config.json to point to the built JAR and .prp file. Run or restart Claude Desktop to start querying eBay data.
Key features of eBay MCP Server by CData
- Read-only access to live eBay data
- Natural language querying via LLMs
- Exposes eBay as relational SQL tables
- Three built-in tools: get_tables, get_columns, run_query
- Uses stdio transport for local clients
- Supports all CData-supported data sources (eBay shown)
Use cases of eBay MCP Server by CData
- Ask Claude Desktop about eBay listings or sales data
- Query eBay item categories and attributes without SQL
- Retrieve live eBay analytics for reporting
- Integrate eBay data into AI workflows
FAQ from eBay MCP Server by CData
What does eBay MCP Server by CData do?
It lets LLMs query eBay data in real time through a read-only MCP interface. No SQL is required – just ask natural language questions.
How is this different from the full CData MCP Server?
This server is read-only. For full read, write, update, delete, and action capabilities, CData offers a free beta MCP Server for eBay with simplified setup.
What are the runtime dependencies?
You need Java, the CData JDBC Driver for eBay (installed and licensed), and a client like Claude Desktop that supports MCP over stdio.
Where does the data come from?
Data is fetched live from eBay via the CData JDBC Driver. It is not stored locally; queries go directly to eBay’s API.
How is the server accessed?
The server uses stdio transport, so it must run on the same machine as the AI client. Authentication to eBay is handled via OAuth during connection string setup.
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Servers
modelcontextprotocolModel Context Protocol Servers
コメント