Skip to content

tsubasakong/awesome-agent-payments-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Awesome Agent Payments Protocol Awesome

πŸš€ Curated resources for the agentic commerce protocol landscape β€” UCP, AP2, A2A, x402, ACP, MPP, trust rails, and interop standards.

PRs welcome! Found something amazing? Open a PR or suggest a resource 🎯

Last updated: 2026-03-23


πŸ“‹ Contents


πŸ“š Official Documentation

UCP (Universal Commerce Protocol)

AP2 (Agent Payments Protocol)

A2A (Agent-to-Agent Protocol)

A2A SDKs

Language Repository Status
Python a2aproject/a2a-python Stable (v0.3); v1.0 alpha in 1.0-dev branch
JavaScript a2aproject/a2a-js Stable
Go a2aproject/a2a-go Stable
Java a2aproject/a2a-java Stable
.NET a2aproject/a2a-dotnet Preview (Microsoft Foundry blog)

x402 (Machine Payments over HTTP 402)

ACP (Agentic Commerce Protocol)

Note: The ACP spec is currently in beta and uses date-based version snapshots (2025-09-29, 2025-12-12, 2026-01-16, 2026-01-30).

Stripe ACP / Agentic Commerce Resources

MPP (Machine Payments Protocol)

MPP and x402: MPP is backwards-compatible with x402. The core x402 exact-payment flows map directly onto MPP's charge intent, so MPP clients can consume existing x402 services without modification. MPP additionally supports session (streaming/pay-as-you-go) payments, recurring payments, and microtransactions across stablecoins, cards, and bank transfers.

Network Trust Rails for Agents

Visa Trusted Agent Protocol

Mastercard Agent Pay

Identity / Interop


πŸ“„ Specifications & Whitepapers

x402 Protocol

A2A & AP2

ACP

MPP

Web Bot Auth / Agent Identity

Research Papers

  • "Towards Multi-Agent Economies: A2A + x402 Micropayments" β€” Proposes ledger-anchored identities with x402 for A2A micropayments

πŸ›  Developer Tools & Starters

UCP Implementation

AP2 Implementation

x402 Implementation

Quickstarts

Live Services

  • PoolPulse β€” x402-payable DeFi execution signals API on Base. CLMM slippage, MEV scoring, routing hints for 33 Uniswap V3 + Aerodrome pools. Built with Hono + x402/hono. Pay per call ($0.001–$0.25 USDC). (OpenAPI, Examples)

SDKs & Libraries

ACP Implementation

MPP Implementation

A2A Implementation

Agent Frameworks

Cloudflare Agents SDK

MCP Integration


🌐 Ecosystem & Partners

UCP

Co-developed by Google and Shopify. Endorsed by 20+ partners including Etsy, Wayfair, Target, Walmart, Adyen, American Express, Best Buy, Flipkart, Macy's Inc., Mastercard, Stripe, The Home Depot, Visa, and Zalando. (Source: Google Blog, Jan 2026)

AP2

Officially reported supporters include Shopify, Etsy, Salesforce, Mastercard, PayPal, American Express, Adyen, Worldpay, and 60+ partners total. (Source: AP2 Protocol site)

x402 Foundation

Cloudflare + Coinbase coordinating adoption of x402. The Agents SDK and MCP servers support x402 out of the box. x402 v2 adds modular payment scheme support for EVM and Solana networks.

ACP

OpenAI + Stripe co-developed ACP. Currently live with Instant Checkout in ChatGPT (US). Initial merchant partners include Etsy (live) and Shopify merchants (rolling out). ACP is open to any PSP β€” Stripe is the first with its Shared Payment Token. The spec is in beta with active iteration. (Source: OpenAI)

MPP / Tempo

Stripe + Tempo Labs (Paradigm) co-authored MPP. Design partners include Anthropic, DoorDash, Mastercard, Nubank, OpenAI, Ramp, Revolut, Shopify, Standard Chartered, and Visa. Cloudflare supports MPP in its Agents SDK. (Source: Stripe Blog, Mar 2026)

Agent Trust Rails

Visa's Trusted Agent Protocol and Mastercard's Agent Pay both leverage Web Bot Auth for cryptographically signed agent identity during browse and payment flows.

Analytics & Dashboards

  • agenteconomy.to β€” Real-time dashboard tracking AI agent on-chain payment activity across x402, ERC-8004, ERC-8183 (Virtuals ACP), and MPP (Stripe/Tempo) on 8 chains. Aggregated event counter, chain distribution, facilitator share, and time-series charts. Data refreshes every 6 hours. (source)

Payments Networks

  • Visa β€” Trusted Agent Protocol
  • Mastercard β€” Agent Pay; acquired BVNK for stablecoin infrastructure
  • PayPal β€” AP2 support; upcoming UCP payment method
  • American Express β€” AP2 partner, UCP endorser
  • Adyen β€” AP2 integration, UCP endorser
  • Worldpay β€” AP2 support
  • Stripe β€” ACP co-creator, MPP co-author, UCP endorser

AI / Agent Platforms

  • Google Cloud β€” AP2 creator, UCP co-developer
  • OpenAI β€” ACP co-creator (with Stripe)
  • Anthropic β€” MPP design partner
  • Shopify β€” UCP co-developer, AP2 & ACP partner

Crypto & Web3

  • Coinbase β€” x402 creator, AP2 partner
  • Tempo Labs β€” MPP co-author (Paradigm-backed, payments-optimized L1)

πŸ“° News & Analysis

Major Launches & Milestones

UCP Launch (January 2026)

A2A v1.0 (2026)

MPP Launch (March 2026)

x402 V2 (Late 2025 – Early 2026)

AP2 Launch (September 2025)

OpenAI Instant Checkout & ACP (September 2025)

x402 Foundation (2025)

Network Trust Rails (2025)

Industry Analysis

Security & Standards


πŸŽ₯ Videos & Tutorials

AP2

x402

ACP

A2A


πŸ’¬ Community

Discussion & Support


🀝 Contributing

We welcome contributions! Here's how you can help:

  1. πŸ“ Add a resource: Use our template
  2. πŸ”§ Improve the list: Submit a pull request
  3. πŸ› Report issues: Open an issue
  4. ⭐ Star the repo to show your support!

Please read our Contributing Guidelines before submitting.


πŸ“Š About These Protocols

UCP (Universal Commerce Protocol) is an open standard co-developed by Google and Shopify for agentic commerce across the full shopping journey β€” discovery, checkout, identity linking, and order management. UCP is transport-agnostic (REST, MCP, A2A) and compatible with AP2 for secure payment mandates. Launched January 2026 at NRF.

AP2 (Agent Payments Protocol) is Google's open protocol for agent-driven payments with verifiable authorization (mandates) and accountability. Its current core focus is card-based payments with mandate-driven authorization. AP2 serves as the payment layer within UCP.

A2A (Agent-to-Agent Protocol) is an open standard under the Linux Foundation for agent interoperability β€” discovery, communication, and task delegation across agent frameworks and vendors. The v1.0 release (2026) added enterprise features including signed agent cards, multi-tenancy, and version negotiation. The TSC includes AWS, Cisco, Google, IBM Research, Microsoft, Salesforce, SAP, and ServiceNow.

x402 is an open payment standard built on HTTP 402 for machine-native, internet-native payments. Created by Coinbase and coordinated with Cloudflare via the x402 Foundation. Supports stablecoins on EVM and Solana networks. The v2 release (late 2025) introduced CAIP-based identifiers, a modular SDK architecture, and standards-compliant payment headers.

ACP (Agentic Commerce Protocol) is an open standard co-developed by OpenAI and Stripe for connecting buyers, AI agents, and businesses to complete purchases. Powers Instant Checkout in ChatGPT. Currently in beta with date-based version snapshots. Designed to work with any PSP β€” Stripe provides the first implementation via Shared Payment Token.

MPP (Machine Payments Protocol) is an open standard co-authored by Tempo Labs and Stripe for machine-to-machine payments over HTTP 402. Supports stablecoins, cards, and bank transfers. Offers charge (one-off) and session (streaming micropayment) intents. Backwards-compatible with x402. Based on an IETF-proposed Payment HTTP Authentication Scheme. Launched March 2026.

Trusted Agent Protocol (Visa) / Agent Pay (Mastercard) help merchants and networks recognize cryptographically verified AI agents during browse and pay flows, built on Web Bot Auth (IETF drafts).


πŸ“„ License

CC0

This list is released under CC0 1.0 (Public Domain). No rights reserved.


Keywords: ucp ap2 agent-payments agentic-commerce a2a x402 acp mpp machine-payments-protocol trusted-agent-protocol agent-pay web-bot-auth mcp stablecoins verifiable-credentials google-cloud coinbase stripe openai tempo

About

πŸš€ Curated resources for Google's Agent Payments Protocol (AP2), A2A & x402 β€” blogs, videos, repos & specs. Contributions welcome!

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages