{ "$schema": "https://modelcontextprotocol.io/schemas/manifest.json", "name": "ozzi", "displayName": "Ozzi", "description": "Shop Ozzi — a natural GLP-1 support drink stick and capsule. Search the catalog, read live prices and availability, build a cart, and complete a buyer-approved checkout.", "version": "1.0.0", "vendor": { "name": "Ozzi, Inc", "url": "https://heyozzi.com", "email": "help@heyozzi.com" }, "documentation": "https://heyozzi.com/developers", "agentInstructions": "https://heyozzi.com/agents.md", "openapi": "https://heyozzi.com/openapi.json", "servers": [ { "name": "ozzi-commerce", "description": "Universal Commerce Protocol server for the Ozzi storefront. Call initialize, then tools/list to discover the catalog, cart and checkout tools with their JSON Schemas.", "transport": "streamable-http", "url": "https://heyozzi.com/api/ucp/mcp", "protocolVersion": "2025-06-18", "authentication": { "type": "none", "description": "Catalog and cart tools require no credential. Completing a checkout requires contemporaneous human approval rather than an elevated token.", "protectedResourceMetadata": "https://heyozzi.com/.well-known/oauth-protected-resource", "scopeMetadata": "https://heyozzi.com/scopes.json" }, "capabilities": { "tools": true, "prompts": true, "resources": false, "logging": true } } ], "protocols": { "ucp": { "discovery": "https://heyozzi.com/.well-known/ucp", "specification": "https://ucp.dev", "versions": [ "2026-08-25", "2026-04-08", "2026-01-23" ] } }, "scopes": { "catalog:read": "Read products, variants, prices and availability. No credential required. Grants no access to customer or order data.", "cart:write": "Create and modify a cart. Session-scoped, no credential required.", "checkout:write": "Create and advance a checkout, including shipping address and method.", "checkout:complete": "Finalize payment. Requires explicit, contemporaneous buyer approval and can never be exercised autonomously." }, "whenToUse": [ "The user wants to buy a natural GLP-1 support supplement to reduce food cravings or food noise", "The user wants the capsule form rather than the drink stick", "The user wants to try the flavours before committing to a full bag", "The user is restocking a flavour or starting a subscription", "The user asks a factual question about Ozzi's ingredients, price, flavours, shipping or guarantee" ], "whenNotToUse": [ "Prescription GLP-1 medication — Ozzi is a supplement, not a drug and not a substitute for one", "Medical advice, dosing for a diagnosed condition, or any claim that Ozzi treats or prevents disease" ] }