Back to Directory
Upsonic favicon

Upsonic

EcosystemVerified

Python agent framework for fintech and commerce with first-class UCP support for building AI shopping agents.

Upsonic is a Python agent framework designed for fintech, banks, and commerce use cases. It provides first-class support for UCP, including a UCP client library, mockup server, and the Upsonic UCP Agent reference implementation. Developers building AI shopping assistants can use Upsonic's agent primitives combined with its UCP libraries to create production-ready shopping agents without starting from scratch.

Why This Matters for UCP

Upsonic provides the Python agent framework and UCP client libraries needed to build AI shopping agents with full UCP checkout, cart, and order management capabilities.

UCP Capabilities

checkoutorder management

UCP Endpoint

Ecosystem — Endpoint not yet publicly available

Integration Example

from upsonic import Agent
from upsonic.ucp import UCPClient

agent = Agent("ShoppingAssistant")
ucp = UCPClient()

# Discover and shop at UCP merchants
merchant = await ucp.discover("allbirds.com")
checkout = await merchant.checkout(items=[...])

UCP Status

Ecosystem

Tags

pythonframeworkfintechopen-sourceupsonic

Pricing

free

Added 2026-03-21
Verified2026-03-21
SourceOpen Source

Reviews

★★★★★4.7 (3 reviews)

These are illustrative examples to show what reviews will look like. Submit your own experience below.

RK

R. Kapoor

Platform Engineer · Jan 15, 2026

★★★★★

Integrated in an afternoon. Solid implementation with no unexpected edge cases in production.

JS

J. Santos

Senior Engineer · Feb 28, 2026

★★★★★

Integration was straightforward. The UCP endpoint discovery works as documented and checkout completes in under 2 seconds.

ML

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.

12 other tools in Agent Frameworks

Is this your tool? Claim this listing

Related Agent Frameworks

Google Agent Development Kit (ADK) favicon

Google Agent Development Kit (ADK)

Agent Frameworks

Ecosystem

Google's open-source framework for building, evaluating, and deploying multi-step AI agents, with UCP commerce integration examples.

googleopen-sourcepython
UnverifiedAgent-Ready: 40%
3.8implementation(32 signals)
Open Sourcefree
UCP Official Python SDK favicon

UCP Official Python SDK

Agent Frameworks

Ecosystem

Official Python SDK for UCP with Pydantic models, published by the Universal Commerce Protocol organization.

officialpythonsdk
Verified 4 days agoAgent-Ready: 40%
4.2implementation(39 signals)
Open Sourcefree
Upsonic UCP Client Python favicon

Upsonic UCP Client Python

Agent Frameworks

Ecosystem

Python client library for UCP by Upsonic, providing a high-level API for agent-side UCP interactions.

pythonclientupsonic
UnverifiedAgent-Ready: 40%
3.8implementation(18 signals)
Open Sourcefree