Ebay
Fetch auctions from Ebay using the official MCP Python SDK.
关于
Ebay allows users to fetch auction data directly from Ebay.com using the official MCP Python SDK for protocol communication and server interactions. It provides a 'list_auction' tool that scans Ebay for auctions based on a user-defined query and an optional amount of results. The tool returns data from Ebay's REST API, making it easy to integrate auction data into other applications or workflows.
主要功能
- Uses the official MCP Python SDK
- Returns data from Ebay's REST API
- Fetches auction data from Ebay
- Provides a 'list_auction' tool with query and amount parameters
使用案例
- Integrating eBay auction data into other applications
- Finding auctions on eBay based on a search query