@pipeworx/ebid
Connect: https://gateway.pipeworx.io/ebid/mcp · Install: one-click buttons
Tools: 4
eBid MCP — listings, ended-listing search, bid history and categories from the eBid.net online marketplace and auction site, via the official eBid Trading API v2. eBid runs 20+ country sites (us, uk, ca, au, de, fr, …); it is a small marketplace next to eBay, so treat it as a secondary listings/price source.
Tools
ebid_search(keyword?, site?, category_id?, min_price?, max_price?, condition?, buy_now_only?, closed?, username?, country?, search_descriptions?, sort?, start?, rows?)— search live listings, or ended ones withclosed: true(where realized sale prices live). Max 75 rows/page (API cap).ebid_listing(listing_id, site?, ship_to?)— one listing in full, with shipping calculated toship_to.ebid_listing_bids(listing_id, site?)— bid history; on an ended auction the highest bid is the realized price.ebid_categories(category_id?, site?)— category tree with per-category item counts.
Auth
- BYO only: every eBid API command — including the documented no-login read
commands — is rejected upstream without an AppId/AppKey pair (error 003).
Register free at the eBid developer portal https://ebid.3scale.net/, then
pass both as one argument:
_apiKey: "AppId:AppKey".
Data sources
https://api.ebid.net/trading— eBid Trading API v2; single endpoint, JSON POST with the command in the body. Docs: https://ebid.3scale.net/doc-json.- Failures come back as HTTP 200 with an
Errorarray; the pack surfaces the upstream code and description rather than the status line.
Tools
- ebid_search — Search listings on the eBid.net online marketplace and auction site (eBid Trading API SearchEbid). Filter by keyword, category, price range, item condition (NEW/USED/UNUSED/REFURBISHED), buy-now only,
- ebid_listing — Fetch one eBid.net listing by its numeric ListingID (eBid Trading API GetListingSingle): title, description, seller, current price, bid count, quantity, condition, start/end times, and shipping cost c
- ebid_listing_bids — Bid history for one eBid.net listing (eBid Trading API GetListingBids): each bid’s amount, quantity, bidder username, timestamp, and whether it was a buy-now or proxy bid. On an ended auction the winn
- ebid_categories — Browse the eBid.net marketplace category tree (eBid Trading API GetCategoryList): category IDs, names, full paths and per-category item counts for an eBid country site. Pass a parent category_id to li
Tools
-
ebid_categories— Browse the eBid.net marketplace category tree (eBid Trading API GetCategoryList): category IDs, names, full paths and per-category item counts for an eBid country site. Pass a parent category_id to li -
ebid_listing— Fetch one eBid.net listing by its numeric ListingID (eBid Trading API GetListingSingle): title, description, seller, current price, bid count, quantity, condition, start/end times, and shipping cost c -
ebid_listing_bids— Bid history for one eBid.net listing (eBid Trading API GetListingBids): each bid's amount, quantity, bidder username, timestamp, and whether it was a buy-now or proxy bid. On an ended auction the winn -
ebid_search— Search listings on the eBid.net online marketplace and auction site (eBid Trading API SearchEbid). Filter by keyword, category, price range, item condition (NEW/USED/UNUSED/REFURBISHED), buy-now only,