MCP.so
登录

Ebay MCP server

@CooKey-Monster

关于 Ebay MCP server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

CooKey-Monster

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "EbayMcpServer": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "git+https://github.com/CooKey-Monster/EbayMcpServer.git"
      ]
    }
  }
}

工具

1

Scan ebay for auctions. This tool is helpful for finding auctions on ebay.

概览

What is Ebay MCP server?

A simple server that lets you fetch auctions from Ebay.com using the Model Context Protocol (MCP). It integrates with eBay's REST API and is built with the official MCP Python SDK. This server is for developers who want to query eBay auctions programmatically via MCP-compatible hosts.

How to use Ebay MCP server?

Install the server using uv pip install git+https://github.com/CooKey-Monster/EbayMcpServer.git after setting up uv. Then configure the required environment variables CLIENT_ID and CLIENT_SECRET from the eBay developer portal. Once configured, invoke the list_auction tool with a query argument (and optionally an amount argument) to search for auctions.

Key features of Ebay MCP server?

  • Uses official MCP Python SDK.
  • Single tool

评论

其他 分类下的更多 MCP 服务器