CapzyCapzy / Data MCP Get API key

Platforms / depop

depop toolset

5 tools. Mount this server and your agent gets every depop endpoint, fully typed.

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

Catalog

depop_product 1 credit Get Product

Comprehensive item information.

ParamTypeRequiredDescription
slug string required Product slug.
market string optional Market code. Default: us
currency string optional Currency code to price the item in, for example USD or GBP.
depop_search 1 credit Search Items

Search a market for fashion items.

ParamTypeRequiredDescription
query string required Search text (items and brands).
term string optional Alias for query. When set it is used as the search text.
market string optional Market code. Default: us
cursor string optional Pagination cursor.
sort_by string optional Sort order for results.
gender string optional Scope to a department (menswear or womenswear).
price_min number optional Only items priced at or above this amount.
price_max number optional Only items priced at or below this amount.
on_sale boolean optional Keep only items that are reduced or on sale. Default: False
currency string optional Currency code to price results in, for example USD or GBP.
country string optional Two letter country code to scope the catalog. Defaults to the selected market.
condition string optional Filter by item condition.
brand string optional Filter to one or more brands. Comma separate multiple brands.
size string optional Filter to one or more sizes. Comma separate multiple sizes.
colour string optional Filter to one or more colours. Comma separate multiple colours.
category string optional Filter to a product category.
page integer optional Page number. Depop paginates by cursor, so prefer the cursor param. Default: 1
per_page integer optional Requested items per page.

Reference

depop_markets 1 credit List Markets

Supported Depop markets.

No parameters.

Users

depop_user 1 credit Get User

Seller shop profile.

ParamTypeRequiredDescription
username string required Depop username.
market string optional Market code. Default: us
depop_user_products 1 credit User Products

Items listed by a seller.

ParamTypeRequiredDescription
username string required Depop username.
market string optional Market code. Default: us
cursor string optional Pagination cursor.
sort_by string optional Sort order for the seller's items.
gender string optional Scope to a department (menswear or womenswear).
price_min number optional Only items priced at or above this amount.
price_max number optional Only items priced at or below this amount.
on_sale boolean optional Keep only items that are reduced or on sale. Default: False
condition string optional Filter by item condition.
brand string optional Filter to one or more brands. Comma separate multiple brands.
size string optional Filter to one or more sizes. Comma separate multiple sizes.
colour string optional Filter to one or more colours. Comma separate multiple colours.
category string optional Filter to a product category.
page integer optional Page number. The seller grid is cursor-paginated, so prefer the cursor param. Default: 1
per_page integer optional Requested items per page.

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.