@pipeworx/ebay
Connect: https://pipeworx.io/mcp — every tool in the catalog, including @pipeworx/ebay’s. Install: one-click buttons
Connect to just the @pipeworx/ebay pack
https://gateway.pipeworx.io/ebay/mcp — only @pipeworx/ebay’s own tools, nothing else in the catalog.
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
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.