com.besot/catalogue
Official4 toolsBesot Music Fashion Resale
Cross-source resale listings for clothing tied to musicians, with artist lineage and buy links.
Resale clothing listings linked to musicians with artist lineage and purchase links.
Captured live from the server via tools/list.
search_pieces
Search and filter the Besot resale catalogue for clothing musicians designed, wore, were inspired by, or founded. Returns pieces with cross-source listings; each listing has price (approx USD, null when unstated), condition, size, color, and an affiliate-wrapped buy url to follow to purchase.
Parameters (12)
- qstring
Free text over piece name, collection, artist, brand
- artiststring
- collectionstring
Collection id (exact)
- brandstring
Designer/brand name
- typestring
Collab, Capsule, or Own brand
- sizestring
Match a listing size; call get_facets for valid values
- conditionstring
- sourcestring
Resale platform, e.g. ebay, grailed, therealreal
- minPricenumber
- maxPricenumber
- sortstring
- limitinteger
1-50, default 20
get_piece
Get one piece with all of its cross-source listings and buy links.
Parameters (2)
- collectionIdstringrequired
- pieceIdstringrequired
list_collections
List Besot collections (artist x designer collaborations, capsules, and artist-founded brands).
Parameters (2)
- artiststring
- typestring
Collab, Capsule, or Own brand
get_facets
List the distinct filter values available (sizes, conditions, sources, artists, designers, price range) so a search can use real values.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"catalogue": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://besot.com/catalogue/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.