Description
The server provides a single tool: list_auction: Scan ebay for auctions. This tool is helpful for finding auctions on ebay. Required "query" argument for the search query Optional "ammount" argument for ammount of results defaults to 0 Returns result from Ebay's REST API
Installation
git clone https://github.com/cookey-monster/ebaymcpserver Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"ebay": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}