agorio — open-source SDK for building AI commerce agents on UCP + ACP #193
Nolpak14
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We just open-sourced agorio — a TypeScript toolkit for building AI agents that can discover merchants, browse products, and complete purchases using UCP and ACP.
What it does
agorio gives developers everything needed to build shopping agents on top of the commerce protocols:
/.well-known/ucp, normalizes capability formats, resolves REST/MCP/A2A transportsQuick example
Full purchase flow — merchant discovery, catalog search, cart management, checkout with shipping and payment — all driven by an LLM.
Why we built this
With 4.8M Shopify merchants discoverable via MCP, 1.5M Stripe merchants ready for ACP, and payment rails from Visa/Mastercard enabling agent transactions — the infrastructure is landing. But there's no developer toolkit for building on top of these protocols. LangChain and CrewAI are generic. Apify is web scraping. Nobody provides commerce-specific tools, protocol clients, or test infrastructure.
agorio fills that gap.
Links
npm install @agorio/sdk37 tests passing, TypeScript types included. We'd love feedback from the UCP community — especially around capability negotiation edge cases and transport binding support.
Beta Was this translation helpful? Give feedback.
All reactions