MCP server exposing 3 tools for ebay.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/ebay/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/ebay/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io