Skip to content

Instantly share code, notes, and snippets.

@igrigorik
Created June 3, 2026 16:48
Show Gist options
  • Select an option

  • Save igrigorik/73e3025bed3429df8ceb0261746f6f5a to your computer and use it in GitHub Desktop.

Select an option

Save igrigorik/73e3025bed3429df8ceb0261746f6f5a to your computer and use it in GitHub Desktop.
UCP no-endpoint test profile
{
"ucp": {
"version": "2026-04-08",
"services": {
"dev.ucp.shopping": [
{
"version": "2026-01-23",
"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.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.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.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"}]
},
"payment_handlers": {}
},
"signing_keys": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment