{ "resource": "https://heyozzi.com/api/ucp/mcp", "resource_name": "Ozzi Commerce MCP", "resource_documentation": "https://heyozzi.com/developers", "scopes_supported": [ "catalog:read", "cart:write", "checkout:write", "checkout:complete" ], "authorization_details_types_supported": [ "ucp_checkout" ], "x-scope-descriptions": { "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. Scoped to the session, 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 by an agent." }, "x-authentication": { "type": "none", "description": "Catalog and cart access are open — no token is issued or accepted. Checkout completion is gated on human approval at the moment of payment rather than on an elevated credential, so there is no authorization server to point at." } }