eCommerce
bbwbelles.com
Provides tools for finding and auditing U.S. formalwear retailers, checking arrival timelines, bridesmaid party fit, and verifying official store domains.
ENDPOINT 1
https://bbwbelles.com/mcp
MCP server metadata
- Name
- com.bbwbelles/formalwear
- Version
- 1.13.1
Use size as a hard gate. Keep standard numeric-size matches separate from custom-measurement fallbacks. Treat retailer results as discovery and live stock as a point-in-time first-party signal. Before recommending checkout, verify the exact garment and use check_official_store_domain when a shopping hostname is uncertain; never send passwords, payment details, order IDs, or private tokens.
Known tools 7
check_formalwear_arrivalCalculate a privacy-minimal arrival runway from an exact U.S.
Inferred read-onlycheck_bridesmaid_party_fitHard-gate source-checked coordinated bridesmaid vendor systems by the largest U.S.
Inferred read-onlyaudit_formalwear_candidatesCheck a list of retailer names or BBW Belles IDs against dated exact-size and event evidence.
Inferred read-onlycheck_official_store_domainParse a shopping URL locally and compare its hostname with the source-checked official store domain for one BBW Belles retailer.
Inferred read-onlycheck_live_black_size40_stockRead Universal Standard's fixed first-party Occasion Dresses feed and return currently available black variants in its exact 4XL / U.S.
Inferred read-onlyget_retailer_evidenceReturn the dated size, shipping, return, ordering-model, and editorial evidence for one BBW Belles retailer ID.
Inferred read-onlyCONNECT 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.com-bbwbelles-formalwear]
url = "https://bbwbelles.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-bbwbelles-formalwear": {
"type": "http",
"url": "https://bbwbelles.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-bbwbelles-formalwear
Remote MCP URL: https://bbwbelles.com/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": {
"com-bbwbelles-formalwear": {
"url": "https://bbwbelles.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-bbwbelles-formalwear": {
"type": "http",
"url": "https://bbwbelles.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-bbwbelles-formalwear",
"transport": "streamable-http",
"url": "https://bbwbelles.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.