CapzyCapzy / Data MCP Get API key

Platforms / vinted

vinted toolset

8 tools. Mount this server and your agent gets every vinted endpoint, fully typed.

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

Catalog

vinted_item 1 credit Get Item

Full detail for one Vinted listing: title, price, brand, size, condition, colour, category, images and seller. Listings are single-seller resale items, so there is no reviews block.

ParamTypeRequiredDescription
item_id string required Vinted item id.
market string optional Market code (fr, de, uk, com, ...). Default: fr
vinted_search 1 credit not yet verified Search Items

Search Vinted catalog items with filters.

ParamTypeRequiredDescription
query string optional Free-text search.
market string optional Market code (fr, de, co.uk, com, ...). Default: fr
per_page integer optional Items per page. Default: 48
page integer optional Page number. Default: 1
sort_by string optional Sort order for results.
price_min number optional Only items priced at or above this amount.
price_max number optional Only items priced at or below this amount.
currency string optional Price currency for the price filters (for example EUR, GBP, USD).
condition string optional Filter by item condition. Comma separate multiple values.
status_ids string optional Filter by raw Vinted status id(s). Comma separate multiple ids. See /vinted/statuses. Takes precedence over condition.
brand_ids string optional Filter by Vinted brand id(s). Comma separate multiple ids. See /vinted/brands.
catalog_ids string optional Filter by category/catalog id(s). Comma separate multiple ids.
color_ids string optional Filter by colour id(s). Comma separate multiple ids. See /vinted/colors.
size_ids string optional Filter by size id(s). Comma separate multiple ids.
country_ids string optional Filter by seller country id(s). Comma separate multiple ids.
seller_country string optional Alias for country_ids. Accepts numeric Vinted country id(s), comma separated. Takes effect only when country_ids is not set.

Reference

vinted_brands 1 credit not yet verified Search Brands

Search for brand ids by name.

ParamTypeRequiredDescription
query string optional Brand name to match.
market string optional Market code. Default: fr
vinted_colors 1 credit not yet verified List Colors

Available color filters.

ParamTypeRequiredDescription
market string optional Market code. Default: fr
vinted_markets 1 credit List Markets

Supported Vinted markets.

No parameters.

vinted_statuses 1 credit List Statuses

Item condition/status values.

ParamTypeRequiredDescription
market string optional Market code. Default: fr

Users

vinted_user 1 credit not yet verified Get User

A user's public profile.

ParamTypeRequiredDescription
user_id string required Vinted user id.
market string optional Market code. Default: fr
vinted_user_items 1 credit not yet verified User Items

Items listed by a specific user.

ParamTypeRequiredDescription
user_id string required Vinted user id.
market string optional Market code. Default: fr
page integer optional Page number. Default: 1
per_page integer optional Items per page. Default: 48
sort_by string optional Sort order for the wardrobe.
price_min number optional Only items priced at or above this amount.
price_max number optional Only items priced at or below this amount.
currency string optional Price currency for the price filters (for example EUR, GBP, USD).
condition string optional Filter by item condition. Comma separate multiple values.
status_ids string optional Filter by raw Vinted status id(s). Comma separate multiple ids. See /vinted/statuses. Takes precedence over condition.
brand_ids string optional Filter by Vinted brand id(s). Comma separate multiple ids. See /vinted/brands.
catalog_ids string optional Filter by category/catalog id(s). Comma separate multiple ids.
color_ids string optional Filter by colour id(s). Comma separate multiple ids. See /vinted/colors.
size_ids string optional Filter by size id(s). Comma separate multiple ids.

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.