• bitcoinBitcoin(BTC)$76,220.00-1.10%
  • ethereumEthereum(ETH)$2,285.39-0.40%
  • tetherTether(USDT)$1.00-0.01%
  • rippleXRP(XRP)$1.38-1.26%
  • binancecoinBNB(BNB)$622.90-0.35%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$83.67-1.02%
  • tronTRON(TRX)$0.322864-0.77%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.040.95%
  • dogecoinDogecoin(DOGE)$0.0994460.72%
  • whitebitWhiteBIT Coin(WBT)$54.01-0.84%
  • USDSUSDS(USDS)$1.000.07%
  • leo-tokenLEO Token(LEO)$10.360.08%
  • HyperliquidHyperliquid(HYPE)$39.98-3.59%
  • cardanoCardano(ADA)$0.246702-0.06%
  • bitcoin-cashBitcoin Cash(BCH)$451.100.52%
  • moneroMonero(XMR)$378.78-1.12%
  • chainlinkChainlink(LINK)$9.23-0.36%
  • CantonCanton(CC)$0.1487510.85%
  • zcashZcash(ZEC)$335.64-5.00%
  • stellarStellar(XLM)$0.161949-1.99%
  • USD1USD1(USD1)$1.000.00%
  • daiDai(DAI)$1.000.00%
  • MemeCoreMemeCore(M)$3.37-8.87%
  • litecoinLitecoin(LTC)$55.440.05%
  • avalanche-2Avalanche(AVAX)$9.16-0.65%
  • hedera-hashgraphHedera(HBAR)$0.088918-0.74%
  • Ethena USDeEthena USDe(USDE)$1.00-0.02%
  • suiSui(SUI)$0.92-0.70%
  • shiba-inuShiba Inu(SHIB)$0.0000060.33%
  • RainRain(RAIN)$0.0074594.49%
  • paypal-usdPayPal USD(PYUSD)$1.000.03%
  • the-open-networkToncoin(TON)$1.30-0.10%
  • crypto-com-chainCronos(CRO)$0.069110-0.76%
  • Circle USYCCircle USYC(USYC)$1.120.00%
  • tether-goldTether Gold(XAUT)$4,589.34-1.95%
  • BittensorBittensor(TAO)$257.174.05%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.0738152.00%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • pax-goldPAX Gold(PAXG)$4,588.62-1.92%
  • mantleMantle(MNT)$0.63-1.12%
  • polkadotPolkadot(DOT)$1.230.24%
  • uniswapUniswap(UNI)$3.250.42%
  • Pi NetworkPi Network(PI)$0.1939595.90%
  • SkySky(SKY)$0.086126-3.51%
  • Falcon USDFalcon USD(USDF)$1.00-0.14%
  • nearNEAR Protocol(NEAR)$1.35-0.95%
  • okbOKB(OKB)$82.79-0.90%
  • AsterAster(ASTER)$0.651.06%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Google AI Releases Universal Commerce Protocol (UCP): An Open-Source Standard Designed to Power the Next Generation of Agentic Commerce

January 13, 2026
in AI & Technology
Reading Time: 5 mins read
A A
Google AI Releases Universal Commerce Protocol (UCP): An Open-Source Standard Designed to Power the Next Generation of Agentic Commerce
ShareShareShareShareShare

Can AI shopping agents move beyond sending product links and actually complete trusted purchases end to end inside a chat? Universal Commerce Protocol, or UCP, is Google’s new open standard for agentic commerce. It gives AI agents and merchant systems a shared language so that a shopping query can move from product discovery to an authenticated order without custom integrations for every retailer and every surface.

https://developers.googleblog.com/under-the-hood-universal-commerce-protocol-ucp/

What problem is UCP solving?

Today, most AI shopping experiences stop at recommendation. The agent aggregates links, you handle stock checks, coupon codes, and checkout flows on separate sites. Google’s engineering team describes this as an N by N integration bottleneck. Each new conversational surface requires separate work from every merchant and payment provider.

YOU MAY ALSO LIKE

Texas Instruments made a new flagship graphing calculator: the TI-84 Evo

NVIDIA starts offering a 12GB version of the 5070 for laptops

UCP collapses that to one abstraction. Platforms such as Gemini or AI Mode in Search integrate once with the protocol. Businesses expose their commerce behavior once behind UCP. Payment Service Providers and Credential Providers integrate at the payment layer. The same protocol can support many verticals such as shopping, travel, or services.

Roles and core building blocks

The UCP core concepts document defines four primary actors:

  • Platform, which is the agent or application that orchestrates the user journey. Examples include AI shopping assistants and search surfaces.
  • Business, which is the merchant or service provider and the Merchant of Record.
  • Credential Provider, which manages payment instruments and personal data such as addresses.
  • Payment Service Provider, which processes authorizations, captures, and settlements.

On top of these roles, UCP introduces three fundamental constructs:

  • Capabilities, such as Checkout, Identity Linking, and Order.
  • Extensions, such as Discounts, Fulfillment, or AP2 Mandates, which extend a capability via an extends field.
  • Services, which bind capabilities to transports such as REST API, Model Context Protocol, and Agent2Agent.

The GitHub repo lists four initial key capabilities for shopping:

  • Checkout manages checkout sessions, cart contents, totals, and tax.
  • Identity Linking uses OAuth 2.0 so agents can act on behalf of users.
  • Order emits lifecycle events for shipment, returns, and refunds.
  • Payment Token Exchange coordinates token and credential exchange between Payment Service Providers and Credential Providers.

Commerce lifecycle for an AI agent

The Google reference implementation and the samples repository use a simple store to illustrate the UCP flow.

A typical agentic checkout looks like this:

  1. The agent fetches the business profile from /.well-known/ucp, discovers that dev.ucp.shopping.checkout and associated extensions are available, and resolves schemas for those capabilities.
  2. If the user has linked an account, the agent performs Identity Linking with OAuth 2.0 scopes that permit checkout and order read operations for that merchant.
  3. The agent calls the Checkout capability using the REST or MCP binding, passing line items, buyer region, and any required context. The server returns a checkout object with line items, totals, and candidate fulfillment options.
  4. The agent applies discounts or loyalty benefits by invoking extensions that modify the composed checkout schema, then asks the user to confirm the final order.
  5. Payment is routed through a payment handler that understands a specific payment instrument schema, such as a tokenized card. Once the Payment Service Provider authorizes the transaction, the business creates an order.
  6. The Order capability emits webhook events for shipment and post purchase adjustments, which the agent can present in the conversation.

From the user perspective, this keeps the entire flow in a single conversation with clear consent steps.

Transports, payments, and security

The specification defines a transport layer with bindings for REST, Model Context Protocol, Agent2Agent, and an Embedded Protocol that allows deeply customized merchant checkout experiences while still using UCP data structures.

For payments, UCP integrates with Agent Payments Protocol. The payment architecture separates payment instruments from payment handlers, and uses mandates scoped to a specific checkout hash. This design supports binding proof and reduces token replay risk, which is important when agents execute payments without the user directly in the browser.

Credential Providers issue tokens and hold sensitive card data or addresses. Payment Service Providers consume those tokens and talk to card networks. UCP keeps these roles explicit and uses verifiable credentials and signatures so that both agents and businesses have cryptographic evidence of what was authorized.

Key Takeaways

  • UCP is an open standard and open source specification from Google that defines a common commerce language for AI agents, businesses, payment providers, and credential providers across the full shopping journey.
  • The protocol is co developed with partners such as Shopify, Etsy, Wayfair, Target, and Walmart, and is already endorsed by more than 20 ecosystem players including Visa, Mastercard, Stripe, PayPal, Best Buy, The Home Depot, Macy’s, and Zalando.
  • UCP models commerce through discoverable capabilities like Checkout, Identity Linking, and Order, plus extensible modules for discounts, fulfillment, and subscriptions, with merchants and agents negotiating a shared capability set dynamically via profiles hosted at .well-known/ucp.
  • The protocol is transport agnostic, it supports REST, JSON RPC, Model Context Protocol, and Agent2Agent so the same capability schemas can be reused across backend services, MCP tool calls into LLM agents, and agent to agent networks without rewriting business logic.
  • Payments in UCP integrate with Agent Payments Protocol and a modular payment handler design, which separates payment instruments from handlers and uses cryptographically provable mandates, so agents can execute checkout flows autonomously while preserving clear proof of user consent.

Check out the GitHub Repo and Technical details. Also, feel free to follow us on Twitter and don’t forget to join our 100k+ ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

Check out our latest release of ai2025.dev, a 2025-focused analytics platform that turns model launches, benchmarks, and ecosystem activity into a structured dataset you can filter, compare, and export.

The post Google AI Releases Universal Commerce Protocol (UCP): An Open-Source Standard Designed to Power the Next Generation of Agentic Commerce appeared first on MarkTechPost.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Texas Instruments made a new flagship graphing calculator: the TI-84 Evo
AI & Technology

Texas Instruments made a new flagship graphing calculator: the TI-84 Evo

April 28, 2026
NVIDIA starts offering a 12GB version of the 5070 for laptops
AI & Technology

NVIDIA starts offering a 12GB version of the 5070 for laptops

April 28, 2026
Amazon brings dark mode to Kindle Colorsoft and Scribe Colorsoft
AI & Technology

Amazon brings dark mode to Kindle Colorsoft and Scribe Colorsoft

April 28, 2026
Mistral AI launches Workflows, a Temporal-powered orchestration engine already running millions of daily executions
AI & Technology

Mistral AI launches Workflows, a Temporal-powered orchestration engine already running millions of daily executions

April 28, 2026
Next Post
Top Story with Tom Llamas – Jan. 8  | NBC News NOW

Top Story with Tom Llamas - Jan. 8 | NBC News NOW

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
A Guide to Trading Options Around Earnings

A Guide to Trading Options Around Earnings

April 22, 2026
Trump jokes about asking for ibogaine at executive order signing on psychedelics

Trump jokes about asking for ibogaine at executive order signing on psychedelics

April 22, 2026
American and Iranian delegations gather in Islamabad ahead of peace talks

American and Iranian delegations gather in Islamabad ahead of peace talks

April 27, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!