@pipeworx/ebay
Connect: https://gateway.pipeworx.io/ebay/mcp · Install: one-click buttons
Tools: 3
Tools
- ebay_search — Search active eBay listings (US marketplace). Returns title, price, condition, seller, thumbnail, and item_id per hit. Use ebay_get_item with the returned item_id for full detail.
- ebay_get_item — Get full detail for a single eBay item. Accepts either the RESTful item ID (“v1|123456789|0”) or the legacy numeric ID (“123456789”).
- ebay_get_categories — Get the eBay category subtree under category_id. Omit category_id for the top-level US categories. Returned ids feed into ebay_search.category_id.
Tools
-
ebay_get_categories— Get the eBay category subtree under category_id. Omit category_id for the top-level US categories. Returned ids feed into ebay_search.category_id. -
ebay_get_item— Get full detail for a single eBay item. Accepts either the RESTful item ID ( v1|123456789|0 ) or the legacy numeric ID ( 123456789 ). -
ebay_search— Search active eBay listings (US marketplace). Returns title, price, condition, seller, thumbnail, and item_id per hit. Use ebay_get_item with the returned item_id for full detail.