eBay MCP Server
by chaso-pa
This project demonstrates an MCP server implementation using FastMCP. It provides a basic framework for interacting with eBay's Marketplace Commerce Platform.
View on GitHub
Last updated: N/A
eBay MCP Server
This project is a demonstration of an MCP server using FastMCP.
Installation
To install the dependencies, run:
uv sync
Usage
To start the server, run:
uv run fastmcp run src/server.py
Install
In Claude Desktop, run:
uv run fastmcp install src/server.py -e EBAY_APP_ID=<YOUR_EBAY_APP_ID> -e EBAY_CLIENT_ID=<YOUR_EBAY_CLIENT_ID>
License
This project is licensed under the MIT License - see the LICENSE file for details.