{
    "name": "baribowl",
    "title": "BariBowl Product Catalog",
    "version": "1.0.0",
    "description": "Access the BariBowl bariatric product catalog. BariBowl makes portion-control bowls, bariatric water bottles, and meal prep tools for people living post-bariatric surgery. Products are designed by bariatric patients, for bariatric patients.",
    "url": "https://baribowl-mcp-server.onrender.com/mcp",
    "transport": "streamable-http",
    "homepage": "https://baribowl.com",
    "developer": "https://baribowl.com/pages/developers",
    "contact": "hello@baribowl.com",
    "license": "Proprietary",
    "category": "e-commerce",
    "tags": ["bariatric", "health", "ecommerce", "shopify", "portion-control"],
    "icon": "https://cdn.shopify.com/s/files/1/0601/0231/2022/files/BariBowl_Single_Logo_1.png?v=1721104924",
    "docs": "https://baribowl.com/pages/developers",
    "capabilities": {
        "tools": true,
        "resources": true,
        "prompts": false,
        "streaming": true,
        "authentication": "none"
    },
    "tools": [
        {"name": "get_products", "description": "List BariBowl products from the catalog with pricing and availability.", "readOnlyHint": true},
        {"name": "get_product", "description": "Get full details for a single BariBowl product by handle or ID.", "readOnlyHint": true},
        {"name": "get_collections", "description": "List all BariBowl product collections/categories.", "readOnlyHint": true},
        {"name": "search_products", "description": "Search the BariBowl product catalog by keyword.", "readOnlyHint": true}
    ],
    "resources": [
        {"uriTemplate": "baribowl://catalog", "name": "Product Catalog", "description": "All BariBowl products in a compact listing with pricing and availability.", "mimeType": "application/json"},
        {"uriTemplate": "baribowl://collections", "name": "Collections", "description": "All BariBowl product collections (categories).", "mimeType": "application/json"}
    ]
}
