CapzyCapzy / Data MCP Get API key

Platforms / ebay

ebay toolset

11 tools. Mount this server and your agent gets every ebay endpoint, fully typed.

https://mcp.capzy.ai/ebay/mcp
claude mcp add capzy-ebay --transport http https://mcp.capzy.ai/ebay/mcp \
  --header "Authorization: Bearer YOUR_KEY"

Categories

ebay_category_items 1 credit Category Items

List listings within a category. Returns organic_results with pricing, condition, buying format, seller, shipping and rating for each item.

ParamTypeRequiredDescription
category_id string required eBay category id.
domain string optional Market code. Default: us
page integer optional Page number. Default: 1
per_page integer optional Results per page (60, 120, or 240).
sort_by string optional Sort order for results.
buying_format string optional Restrict to a buying format.
condition string optional Restrict to an item condition.
min_price number optional Minimum total price, in the market currency.
max_price number optional Maximum total price, in the market currency.
free_shipping boolean optional Only listings with free shipping.

Items

ebay_item 1 credit Get Item

Full detail for a single listing: pricing, condition, images, item specifics, categories, seller and shipping, with the catalog review summary bundled in.

ParamTypeRequiredDescription
item_id string required eBay item id.
domain string optional Market code. Default: us
ebay_item_reviews 1 credit not yet verified Get Reviews

Catalog product reviews for a listing: the rating histogram, review highlights, aspect mentions and the individual customer reviews. Pages through all reviews via the page param.

ParamTypeRequiredDescription
item_id string required eBay item id.
domain string optional Market code. Default: us
page integer optional Review page number. Default: 1
sort string optional Sort order for reviews.

Reference

ebay_categories 1 credit List Categories

Top-level category aliases.

ParamTypeRequiredDescription
domain string optional Market code. Default: us
ebay_markets 1 credit List Markets

Supported eBay marketplaces.

No parameters.

Search

ebay_autocomplete 1 credit Keyword Suggestions

Keyword autocomplete suggestions.

ParamTypeRequiredDescription
query string required Partial search term.
domain string optional Market code. Default: us
limit integer optional Maximum number of suggestions to return (1 - 20).
ebay_completed 1 credit not yet verified Sold Listings

Completed / sold listings (sold-price history): the same organic_results shape as Search with the sold filter applied, plus sold pricing, the sold date and, for auctions, the winning bid count for each item.

ParamTypeRequiredDescription
query string required Search keywords.
domain string optional Market code. Default: us
page integer optional Page number. Default: 1
per_page integer optional Results per page (60, 120, or 240).
sort_by string optional Sort order for results.
condition string optional Restrict to an item condition.
min_price number optional Minimum sold price, in the market currency.
max_price number optional Maximum sold price, in the market currency.
category string optional Restrict results to an eBay category id.
ebay_search 1 credit Search Listings

Search a marketplace for active listings. Returns organic_results with pricing, condition, buying format, seller, shipping and rating for each item.

ParamTypeRequiredDescription
query string required Search keywords.
domain string optional Market code (us, uk, de, ...). Default: us
page integer optional Page number. Default: 1
per_page integer optional Results per page (60, 120, or 240).
sort_by string optional Sort order for results.
buying_format string optional Restrict to a buying format.
condition string optional Restrict to an item condition.
min_price number optional Minimum total price, in the market currency.
max_price number optional Maximum total price, in the market currency.
free_shipping boolean optional Only listings with free shipping.
item_location string optional Preferred item location.
category string optional Restrict results to an eBay category id.

Sellers

ebay_seller 1 credit Get Seller

Seller / eBay Store public profile: store name, positive-feedback percentage, numeric feedback score, follower count, live item count and location.

ParamTypeRequiredDescription
username string required eBay store username.
domain string optional Market code. Default: us
ebay_seller_feedback 1 credit Seller Feedback

A seller's feedback comments, paged so every comment is reachable. Each entry carries the polarity, comment text, referenced item, author and date.

ParamTypeRequiredDescription
username string required eBay seller username.
domain string optional Market code. Default: us
page integer optional Page number. Default: 1
rating string optional Filter comments by feedback polarity.
ebay_seller_items 1 credit Seller Items

A seller's active listings. Returns organic_results with pricing, condition, buying format, seller, shipping and rating for each item.

ParamTypeRequiredDescription
username string required eBay seller username.
domain string optional Market code. Default: us
page integer optional Page number. Default: 1
per_page integer optional Results per page (60, 120, or 240).
query string optional Filter the seller's listings by keyword.
sort_by string optional Sort order for results.
buying_format string optional Restrict to a buying format.
condition string optional Restrict to an item condition.
min_price number optional Minimum total price, in the market currency.
max_price number optional Maximum total price, in the market currency.
free_shipping boolean optional Only listings with free shipping.
category string optional Restrict results to an eBay category id.

Fewer tools?

The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.