Skip to main content
BoxNCase
Delivering ToLoading...
World's First AI B2B Platform
Agent Hub
MCP Server

MCP Playground

Four tools to search, browse, and explore BoxNCase's wholesale catalog. Try them live below, or connect your agent.

$npx mcp-remote https://www.boxncase.com/mcp/mcp
Server Card

Search Products

Search the wholesale catalog by keyword, vendor, price range, and sort order.

tool: search_products
{ "query": "truffle oil", "limit": 5 }

Get Product Details

Get full details for a product by its URL handle.

tool: get_product
{ "handle": "valrhona-dark-chocolate-70" }

Browse Collections

Search or list product collections like chocolate, pasta, spices.

tool: browse_collections
{ "query": "chocolate", "limit": 5 }

Find Similar Products

Find products similar to a given product using hybrid semantic search.

tool: search_similar_products
{ "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          │
  └─────────────────────────────┘