Created
September 1, 2026 19:43
-
-
Save sebagomez/a69bee44c36b5ce01ddf853632d5e879 to your computer and use it in GitHub Desktop.
UCP-2026-08-25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ucp": { | |
| "version": "2026-08-25", | |
| "services": { | |
| "dev.ucp.shopping": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/overview/", | |
| "transport": "mcp", | |
| "schema": "https://ucp.dev/2026-08-25/services/shopping/mcp.openrpc.json" | |
| } | |
| ] | |
| }, | |
| "capabilities": { | |
| "dev.ucp.shopping.catalog.search": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/catalog", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_search.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.catalog.lookup": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/catalog", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_lookup.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.cart": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/cart", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/cart.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.checkout": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/checkout", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/checkout.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.order": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specs/shopping/order", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/order.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.fulfillment": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/fulfillment", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/fulfillment.json", | |
| "extends": [ | |
| "dev.ucp.shopping.checkout", | |
| "dev.ucp.shopping.cart" | |
| ] | |
| } | |
| ], | |
| "dev.ucp.shopping.discount": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/discount", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/discount.json", | |
| "extends": [ | |
| "dev.ucp.shopping.checkout", | |
| "dev.ucp.shopping.cart" | |
| ] | |
| } | |
| ] | |
| } | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ucp": { | |
| "version": "2026-08-25", | |
| "services": { | |
| "dev.ucp.shopping": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/overview/", | |
| "transport": "mcp", | |
| "schema": "https://ucp.dev/2026-08-25/services/shopping/mcp.openrpc.json" | |
| } | |
| ] | |
| }, | |
| "capabilities": { | |
| "dev.ucp.shopping.catalog.search": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/catalog", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_search.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.catalog.lookup": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/catalog", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_lookup.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.cart": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/cart", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/cart.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.checkout": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/checkout", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/checkout.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.order": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specs/shopping/order", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/order.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.fulfillment": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/fulfillment", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/fulfillment.json", | |
| "extends": [ | |
| "dev.ucp.shopping.checkout", | |
| "dev.ucp.shopping.cart" | |
| ] | |
| } | |
| ], | |
| "dev.ucp.shopping.discount": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/discount", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/discount.json", | |
| "extends": [ | |
| "dev.ucp.shopping.checkout", | |
| "dev.ucp.shopping.cart" | |
| ] | |
| } | |
| ] | |
| }, | |
| "payment_handlers": { | |
| "dev.shopify.card": [ | |
| { | |
| "id": "shopify.card", | |
| "version": "2026-01-15", | |
| "spec": "https://ucp.dev/specification/payment-handler-guide", | |
| "schema": "https://shopify.dev/ucp/card-payment-handler/2026-01-15/config.json" | |
| } | |
| ] | |
| } | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ucp": { | |
| "version": "2026-08-25", | |
| "services": { | |
| "dev.ucp.shopping": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/overview/", | |
| "transport": "mcp", | |
| "schema": "https://ucp.dev/2026-08-25/services/shopping/mcp.openrpc.json" | |
| } | |
| ] | |
| }, | |
| "capabilities": { | |
| "dev.ucp.shopping.catalog.search": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/catalog", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_search.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.catalog.lookup": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/catalog", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_lookup.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.cart": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/cart", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/cart.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.checkout": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/checkout", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/checkout.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.order": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specs/shopping/order", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/order.json" | |
| } | |
| ] | |
| }, | |
| "payment_handlers": { | |
| "dev.shopify.card": [ | |
| { | |
| "id": "shopify.card", | |
| "version": "2026-01-15", | |
| "spec": "https://ucp.dev/specification/payment-handler-guide", | |
| "schema": "https://shopify.dev/ucp/card-payment-handler/2026-01-15/config.json" | |
| } | |
| ] | |
| } | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ucp": { | |
| "version": "2026-08-25", | |
| "services": { | |
| "dev.ucp.shopping": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/overview/", | |
| "transport": "mcp", | |
| "schema": "https://ucp.dev/2026-08-25/services/shopping/mcp.openrpc.json" | |
| } | |
| ] | |
| }, | |
| "capabilities": { | |
| "dev.ucp.shopping.catalog.search": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/catalog", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_search.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.catalog.lookup": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/catalog", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/catalog_lookup.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.cart": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/cart", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/cart.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.checkout": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/checkout", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/checkout.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.order": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specs/shopping/order", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/order.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.fulfillment": [ | |
| { | |
| "version": "2026-08-25", | |
| "spec": "https://ucp.dev/2026-08-25/specification/fulfillment", | |
| "schema": "https://ucp.dev/2026-08-25/schemas/shopping/fulfillment.json", | |
| "extends": [ | |
| "dev.ucp.shopping.checkout", | |
| "dev.ucp.shopping.cart" | |
| ] | |
| } | |
| ] | |
| }, | |
| "payment_handlers": { | |
| "dev.shopify.card": [ | |
| { | |
| "id": "shopify.card", | |
| "version": "2026-01-15", | |
| "spec": "https://ucp.dev/specification/payment-handler-guide", | |
| "schema": "https://shopify.dev/ucp/card-payment-handler/2026-01-15/config.json" | |
| } | |
| ] | |
| } | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ucp": { | |
| "version": "2026-04-08", | |
| "services": { | |
| "dev.ucp.shopping": [ | |
| { | |
| "version": "2026-04-08", | |
| "spec": "https://ucp.dev/2026-04-08/specification/overview/", | |
| "transport": "mcp", | |
| "schema": "https://ucp.dev/2026-04-08/services/shopping/mcp.openrpc.json" | |
| } | |
| ] | |
| }, | |
| "capabilities": { | |
| "dev.ucp.shopping.catalog.search": [ | |
| { | |
| "version": "2026-04-08", | |
| "spec": "https://ucp.dev/2026-04-08/specification/catalog", | |
| "schema": "https://ucp.dev/2026-04-08/schemas/shopping/catalog_search.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.catalog.lookup": [ | |
| { | |
| "version": "2026-04-08", | |
| "spec": "https://ucp.dev/2026-04-08/specification/catalog", | |
| "schema": "https://ucp.dev/2026-04-08/schemas/shopping/catalog_lookup.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.cart": [ | |
| { | |
| "version": "2026-04-08", | |
| "spec": "https://ucp.dev/2026-04-08/specification/cart", | |
| "schema": "https://ucp.dev/2026-04-08/schemas/shopping/cart.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.checkout": [ | |
| { | |
| "version": "2026-04-08", | |
| "spec": "https://ucp.dev/2026-04-08/specification/checkout", | |
| "schema": "https://ucp.dev/2026-04-08/schemas/shopping/checkout.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.order": [ | |
| { | |
| "version": "2026-04-08", | |
| "spec": "https://ucp.dev/2026-04-08/specs/shopping/order", | |
| "schema": "https://ucp.dev/2026-04-08/schemas/shopping/order.json" | |
| } | |
| ], | |
| "dev.ucp.shopping.fulfillment": [ | |
| { | |
| "version": "2026-04-08", | |
| "spec": "https://ucp.dev/2026-04-08/specification/fulfillment", | |
| "schema": "https://ucp.dev/2026-04-08/schemas/shopping/fulfillment.json", | |
| "extends": [ | |
| "dev.ucp.shopping.checkout", | |
| "dev.ucp.shopping.cart" | |
| ] | |
| } | |
| ], | |
| "dev.ucp.shopping.discount": [ | |
| { | |
| "version": "2026-04-08", | |
| "spec": "https://ucp.dev/2026-04-08/specification/discount", | |
| "schema": "https://ucp.dev/2026-04-08/schemas/shopping/discount.json", | |
| "extends": [ | |
| "dev.ucp.shopping.checkout", | |
| "dev.ucp.shopping.cart" | |
| ] | |
| } | |
| ] | |
| }, | |
| "payment_handlers": { | |
| "dev.shopify.card": [ | |
| { | |
| "id": "shopify.card", | |
| "version": "2026-01-15", | |
| "spec": "https://ucp.dev/specification/payment-handler-guide", | |
| "schema": "https://shopify.dev/ucp/card-payment-handler/2026-01-15/config.json" | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment