Bartesian Commerce (UCP Shopping)

The agent-facing commerce surface of the Bartesian Shopify storefront. The store publishes a Universal Commerce Protocol merchant profile at https://bartesian.com/.well-known/ucp declaring UCP versions 2026-04-08 and 2026-01-23, the dev.ucp.shopping service over both an MCP transport at https://bartesian.com/api/ucp/mcp and an embedded transport, and eight capabilities covering cart, checkout, fulfillment, discount, order and catalog search/lookup. Unlike most UCP storefronts, this endpoint answers an anonymous initialize and tools/list with HTTP 200, returning all 13 tools together with their full JSON Schema draft 2020-12 input schemas - the real contract, captured verbatim. Tool invocation is gated: every tool requires a meta.ucp-agent.profile URI, and an anonymous tools/call returns HTTP 422 with JSON-RPC error -32001.

Documentation

Other Resources

API entry from apis.yml

apis.yml Raw ↑
aid: bartesian:commerce
name: Bartesian Commerce (UCP Shopping)
description: 'The agent-facing commerce surface of the Bartesian Shopify storefront. The store publishes
  a Universal Commerce Protocol merchant profile at https://bartesian.com/.well-known/ucp declaring UCP
  versions 2026-04-08 and 2026-01-23, the dev.ucp.shopping service over both an MCP transport at https://bartesian.com/api/ucp/mcp
  and an embedded transport, and eight capabilities covering cart, checkout, fulfillment, discount, order
  and catalog search/lookup. Unlike most UCP storefronts, this endpoint answers an anonymous initialize
  and tools/list with HTTP 200, returning all 13 tools together with their full JSON Schema draft 2020-12
  input schemas - the real contract, captured verbatim. Tool invocation is gated: every tool requires
  a meta.ucp-agent.profile URI, and an anonymous tools/call returns HTTP 422 with JSON-RPC error -32001.'
humanURL: https://bartesian.com/agents.md
baseURL: https://bartesian.com/api/ucp/mcp
tags:
- Commerce
- Agentic Commerce
- Model Context Protocol
- Universal Commerce Protocol
- Checkout
- Cart
- Catalog
properties:
- type: MCPServer
  url: mcp/bartesian-mcp.yml
- type: LLMsTxt
  url: llms/bartesian-llms.txt
- type: WellKnown
  url: well-known/bartesian-well-known.yml
- type: Authentication
  url: authentication/bartesian-authentication.yml
- type: OAuthScopes
  url: scopes/bartesian-scopes.yml
- type: Conventions
  url: conventions/bartesian-conventions.yml
- type: Idempotency
  url: conventions/bartesian-conventions.yml
- type: ErrorCatalog
  url: errors/bartesian-problem-types.yml
- type: DataModel
  url: data-model/bartesian-data-model.yml
- type: Lifecycle
  url: lifecycle/bartesian-lifecycle.yml
- type: Conformance
  url: conformance/bartesian-conformance.yml
- type: AgentSkill
  url: skills/_index.yml