{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "serverInfo": {"name": "teal-packaging-commerce", "version": "1.1.0"},
  "description": "Teal Packaging commerce server: search 1,300+ custom packaging products, get live per-unit prices for the 81 shop products orderable online (search_shop_products, get_shop_price, get_shop_checkout_link), request quotes, and order the sample kit ($50, credited toward the first custom order).",
  "transport": {"type": "streamable-http", "endpoint": "https://tealpackaging.com/mcp"},
  "capabilities": {"tools": {"listChanged": false}},
  "tools": [
    {"name": "search_products", "description": "Search the custom packaging catalog"},
    {"name": "get_product", "description": "Get product details by slug"},
    {"name": "search_shop_products", "description": "Search the 81 shop products orderable online at live prices"},
    {"name": "get_shop_price", "description": "Live unit price, order total, and price-break ladder for a shop product at a quantity"},
    {"name": "get_shop_checkout_link", "description": "Deep link to buy a shop product online (no charging via MCP)"},
    {"name": "request_quote", "description": "Request a custom packaging quote (1 business day reply)"},
    {"name": "order_sample_kit", "description": "Order the sample kit via secure Stripe checkout link"}
  ],
  "authentication": {"type": "none"},
  "documentation": "https://tealpackaging.com/agents.md",
  "contact": "https://tealpackaging.com/contact-us/"
}
