UCP endpoint
Last updated: April 2026
The Universal Commerce Protocol (UCP) endpoint is a standardized REST interface for querying device inventory. It's designed for B2B buyers, distributors, and marketplace integrations that want structured, machine-readable catalog access.
UCP vs MCP
- UCP: Structured REST API for B2B integrations and marketplaces
- MCP: Natural language interface for AI agent tools (Claude, GPT)
- Both are read-only and free to query
UCP endpoint
GET https://sync.techfleet.dev/ucp/{slug}/catalogResponse format
Returns a JSON array of products with normalized fields: model, storage, grade, condition, price, stock, available_units, and more. Compatible with standard B2B catalog exchange formats.
NOTE
Full UCP schema documentation is at sync.techfleet.dev/ucp.
Was this article helpful?