Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Besot: Musician Fashion Resale

REMOTE · MCP.BESOT.COM · SCANNED AUG 3

Cross-source price compare for clothing musicians designed, wore, or founded. Real listings.

Available components

+7 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability60
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1226 tokens (~306/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage84
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 53% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.besot.com

# add to Claude Code
claude mcp add --transport http com-besot-catalogue https://mcp.besot.com/
# ~/.codex/config.toml
[mcp_servers.com-besot-catalogue]
url = "https://mcp.besot.com/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-besot-catalogue": {
      "type": "remote",
      "url": "https://mcp.besot.com/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-besot-catalogue --url https://mcp.besot.com/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-besot-catalogue:
    url: "https://mcp.besot.com/"
// mcp.json
{
  "mcpServers": {
    "com-besot-catalogue": {
      "type": "http",
      "url": "https://mcp.besot.com/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +4
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 61

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.besot.com

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=besot.com CN=WE1,O=Google Trust Services,C=US 30 Jun 2026 28 Sept 2026 ECDSA 256 ECDSA-SHA256 4da03e8fa22098a613827fb45d83c119
SANs: besot.com, mcp.besot.com, *.mcp.besot.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp.besot.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
besot.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.besot.com Verified 200
http (plaintext) http://mcp.besot.com HTTPS enforced 302 https://besot.com/developers
MCP tools — 4 exposed · ~941 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_facets ~85

Return the values that actually exist in the catalogue for filtering a search: sizes, conditions, source platforms, artists, designers, and the price range. Use this before search_pieces when you want to build a precise query from real values rather than guesses. For example, to check which sizes of a garment are genuinely listed right now, or which platforms currently carry a given collection.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_piece ~133

Get the complete set of live resale listings for one specific garment, with a direct buy link for each. Call search_pieces first: it returns the collectionId and pieceId this tool needs. Use this once someone has settled on a specific piece and wants every option available: all platforms, all sizes, all conditions, with prices wherever a live feed provides one. For example, after a search surfaces the Ivy Park Drip 2 Oversized Hoodie, use this to show every listing of it currently for sale and where to buy each one.

NameTypeReqDescription
collectionIdstringyes
pieceIdstringyes

No output schema declared.

No examples provided.

list_collections ~188

List the collections Besot indexes: collaborations between the people we obsess over and design houses, capsule drops, and brands they founded and own. Use this when someone asks what a given artist has made, which artists have worked with a given brand, or what is covered before running a search. For example: what fashion has Harry Styles designed; which artists have collaborated with adidas; what Beatles clothing collections exist. Coverage includes Harry Styles (Gucci HA HA HA, Pleasing), Beyonce (Ivy Park with adidas), Oasis, Liam Gallagher and Noel Gallagher (adidas), and The Beatles (Comme des Garcons, Stella McCartney, Alice + Olivia), and grows as new fandoms are added. Filter by artist, or by type: collaboration, capsule, or artist-founded brand.

NameTypeReqDescription
artiststring
typestringCollab, Capsule, or Own brand

No output schema declared.

No examples provided.

search_pieces ~535

Find where to buy a specific piece of clothing or footwear connected to the people we obsess over, and get every live resale listing for it in one call. Use this when someone asks questions like: where can I buy the Gucci HA HA HA blazer; is the Ivy Park Drip 2 hoodie listed in a medium; what is the Pleasing crewneck going for right now; which platforms have the Oasis adidas Original Forever trainers in a UK 9; what Beatles Comme des Garcons pieces are on the resale market today. Most of these garments are sold out at retail and exist only on resale, scattered across marketplaces under inconsistent seller titles. Besot gives each garment one canonical name and pulls the live listings for that exact piece from eBay, StockX, GOAT, The RealReal, Vestiaire, Grailed, Poshmark and Depop. Covers clothing and footwear that the people we obsess over designed, founded, were the inspiration for, or wore. Takes plain language in q (for example "Ivy Park Drip 2 hoodie" or "Harry Styles Gucci blazer"), with optional filters for artist, brand, collection, garment type, size, condition, source platform, and price range. Every listing returned carries the platform, size, condition, price (approximate USD, null when the seller did not state one), and a direct buy link.

NameTypeReqDescription
artiststring
brandstringDesigner/brand name
categorystringGARMENT category, one of: footwear, outerwear, tops, knitwear, hoodies, bottoms, one-pieces, suits, sets, accessories, eyewear, swim-active
collectionstringCollection id (exact)
conditionstring
limitinteger1-50, default 20
maxPricenumber
minPricenumber
qstringFree text over piece name, collection, artist, brand, and garment vocabulary. Product names are canonical (Gazelle, Firebird Track Top), so plain garment words work too, in British or American Englis…
sizestringMatch a listing size; call get_facets for valid values
sortstring
sourcestringResale platform, e.g. ebay, grailed, therealreal
typestringCOLLECTION type: Collab, Capsule, or Own brand. For the garment, use category.

No output schema declared.

No examples provided.