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.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 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,
评论