Upsonic UCP Client Python
EcosystemVerifiedPython client library for UCP by Upsonic, providing a high-level API for agent-side UCP interactions.
Python client library for UCP by Upsonic, providing a high-level API for agent-side UCP interactions.
Why This Matters for UCP
The Upsonic UCP Client Python library provides an ergonomic high-level API for AI agents to discover merchants, negotiate capabilities, and complete UCP checkout flows.
UCP Capabilities
UCP Endpoint
Ecosystem — Endpoint not yet publicly available
Integration Example
pip install ucp-client
from ucp_client import UCPClient
client = UCPClient()
merchant = await client.discover("https://allbirds.com/.well-known/ucp")
session = await merchant.checkout(line_items=[...])Category
Agent FrameworksUCP Status
EcosystemTags
Pricing
free
Reviews
★★★★★4.7 (3 reviews)These are illustrative examples to show what reviews will look like. Submit your own experience below.
J. Santos
Senior Engineer · Feb 28, 2026
Integration was straightforward. The UCP endpoint discovery works as documented and checkout completes in under 2 seconds.
M. Lee
Backend Developer · Mar 3, 2026
Works well for our use case. The documentation is accurate and the implementation matches what the spec describes.
R. Kapoor
Platform Engineer · Jan 15, 2026
Integrated in an afternoon. Solid implementation with no unexpected edge cases in production.
12 other tools in Agent Frameworks
Is this your tool? Claim this listing