← besot.com
INDIVIDUAL MCP TOOL
get_piece
Get the complete set of live resale listings for one specific garment, with a direct buy link for each.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.besot-com]
url = "https://besot.com/catalogue/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"besot-com": {
"type": "http",
"url": "https://besot.com/catalogue/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: besot-com
Remote MCP URL: https://besot.com/catalogue/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"besot-com": {
"url": "https://besot.com/catalogue/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"besot-com": {
"type": "http",
"url": "https://besot.com/catalogue/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "besot-com",
"transport": "streamable-http",
"url": "https://besot.com/catalogue/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_pieces— Find where to buy a specific piece of clothing or footwear connected to a musician, and get every live resale listing for it in one call.list_collections— List the collections Besot indexes: collaborations between musicians and design houses, capsule drops, and brands that musicians founded and own.get_facets— Return the values that actually exist in the catalogue for filtering a search: sizes, conditions, source platforms, artists, designers, and the price range.