MCP Playground
Four tools to search, browse, and explore BoxNCase's wholesale catalog. Try them live below, or connect your agent.
Search Products
Search the wholesale catalog by keyword, vendor, price range, and sort order.
{ "query": "truffle oil", "limit": 5 }Get Product Details
Get full details for a product by its URL handle.
{ "handle": "valrhona-dark-chocolate-70" }Browse Collections
Search or list product collections like chocolate, pasta, spices.
{ "query": "chocolate", "limit": 5 }Find Similar Products
Find products similar to a given product using hybrid semantic search.
{ "handle": "callebaut-dark-chocolate-chips", "limit": 3 }Architecture
AI Agent (Claude, GPT, custom)
│
│ MCP Protocol (Streamable HTTP)
▼
┌─────────────────────────────┐
│ BoxNCase MCP Server │
│ /mcp/mcp │
│ │
│ Tools: │
│ ├─ search_products │
│ ├─ get_product │
│ ├─ browse_collections │
│ └─ search_similar_products │
└──────────┬──────────────────┘
│
▼
┌─────────────────────────────┐
│ MeiliSearch │
│ Hybrid: keyword + semantic │
│ 1,000+ products indexed │
│ <50ms p99 latency │
└─────────────────────────────┘