Curated resources for the agentic commerce ecosystem
awesome-x402 is an established project in the AI payments / x402 ecosystem. It currently has 139 GitHub stars and 369 forks.

Curated resources for the x402 ecosystem: specs, repos, standards, and community. Contributions welcome via pull requests.
x402 is an emerging open standard from the Coinbase ecosystem focused on safer, more composable authorization and transaction flows. This list tracks authoritative resources and adjacent standards commonly used alongside x402-style flows.
/bazaar.json. Complementary CDP-only slice next to x402Scan's multi-source view.POST /v1/x402/pay. Owner-controlled spending rules (per-tx limit, daily cap, whitelist, freeze) enforced on-chain. Also runs first known production deployment of ERC-8004 + ERC-8183.x402 Python SDK - Official Python client/server, facilitator, and MCP helpers.
x402 Python SDK (PyPI) - Official Python package for client, server, facilitator, and framework integrations.
x402 Go SDK - Official Go client/server, facilitator, and MCP package.
x402 Java SDK - Official Java implementation for JVM services.
x402-analytics (NPM) - Analytics wrapper for x402 payments with monitoring and insights.
Solana Foundation Pay (x402/MPP CLI and MCP) - Local payment layer for handling x402 payment challenges with wallet-authorized stablecoin signing.
TrustBench - Non-custodial routing and audit layer on top of x402. Ed25519-signed receipts with on-chain settlement evidence, verifiable offline. Fail-safe paywall on Base via the Coinbase CDP facilitator. Verifier on npm: @trustbench/verify-receipt.
Faremeter (Typescript Facilitator, Middleware, and Examples)
MCPay (Build and Monetize MCP servers. SDK, Infrastructure and Examples)
Bermuda (ZK-private x402) - ZK-private HTTP payments for x402 using Noir proofs on Base. Adds sender privacy so agents can pay without exposing wallet state. (Docs)
Gatefare MCP — Marketplace MCP server for paid HTTP APIs. 13 tools across discovery, buyer (auto 402→sign→retry), and publisher domains. Non-custodial, USDC on Base. Listed in the official MCP Registry. Install: npx -y @gatefare/mcp. (npm)
agenticpay Facilitator (Solana, open-source TypeScript) — Self-hostable verify+settle with feePayer abstraction (payers send only USDC). Hosted devnet endpoint: https://agentpay-facilitator-e9b20a5fee6a.herokuapp.com.
agenticpay (npm @agenticpay/*) — Open-source TypeScript x402 stack for MCP on Solana. Includes SDK, CLI, paywall middleware, self-hostable facilitator, Eliza plugin. Live Claude Opus demo paying autonomously, on-chain settled in ~2s. MIT.
x402-saas (Hosted Onboarding Proxy on Base) — Sign in with a wallet, point at any backend URL, get a paywalled proxy URL in ~60s. Multi-tenant data plane with SIWE auth and slug routing. 1% of routed USDC volume; MIT-licensed self-host alternative at x402-kit.
x402-kit (TypeScript) — MIT-licensed Express middleware + slug-routed multi-tenant data plane that powers x402-saas. 38 tests, real x402.rs facilitator wired in.
x402-proxy - curl for x402 paid APIs. CLI and library that auto-pays HTTP 402 responses with USDC on Base and Solana, with MCP stdio proxy for AI agents. npx x402-proxy.
x402-agent-pay (Agent payments with MCP, spending controls, discovery & receipts)
agent-wallet-sdk (NPM) - Non-custodial multi-chain wallet SDK for AI agents with native x402 payment support, CCTP cross-chain transfers, and CowSwap solver integration.
ATXP – Agent Identity & Payment Infrastructure – One command registers an AI agent with a USDC wallet on Base, @atxp.email inbox, and 100+ x402-paid MCP tools (web search, image gen, LLM). The agent is both an x402 payer and can receive USDC payments.
x402 Wallet for Claude Desktop - Claude Desktop extension with x402 USDC payments on Stellar and Base. Automatic 402 handling with configurable spending limits.
x402-anthropic-python — Drop-in Anthropic Python SDK wrapper that transparently handles HTTP 402 x402 payment retry. Wraps httpx transport so anthropic.Anthropic / AsyncAnthropic auto-pays with USDC on EVM (Base, Ethereum) or SVM (Solana) and retries — no call-site changes needed.
x402-anthropic-typescript — TypeScript equivalent. Custom fetch wrapper passed to @anthropic-ai/sdk for transparent x402 HTTP 402 pay-and-retry; ESM, fully typed, streaming-compatible.
strale-mcp (NPM) - MCP server for Strale's x402 capability catalog (KYB, sanctions, financial validation, business registries).
@zkproofport-ai/mcp - MCP server + SDK for ZK proof generation paid via x402. Generate Coinbase KYC, Country, OIDC domain, or Google Workspace proofs from any AI agent.
x402-rails (QuickNode) - Ruby gem for integrating blockchain micropayments into your Ruby on Rails application
x402-payments (QuickNode) - Ruby gem for generating signed payment HTTP headers and links using the X402 protocol
MoltPe (AI agent payment infrastructure) - Non-custodial agent wallets with Shamir key splitting, programmable spending policies, and tri-rail support: x402 (HTTP-native), MPP (session-based), and fiat. 11 MCP tools for Claude Desktop, Cursor, Windsurf. Sub-second settlement on Polygon PoS, Base, Tempo. Free tier, no credit card. (Site)
Routeweiler — Python micropayment client for autonomous agents that auto-handles HTTP 402 across x402, L402, MPP-Tempo, and Stripe SPT.
agentpay-mcp (npm) - Non-custodial x402 MCP payment server for AI agents. Local signing — no custodial infrastructure. x402 V2 session payments, Base USDC, CCTP cross-chain.
PipRail - Backendless, MIT TypeScript SDK for x402 across 28 chains in 10 families (EVM, Solana, TON, Tron, NEAR, Sui, Aptos, Algorand, Stellar, XRPL). No facilitator, no fee — payments settle straight to your wallet, verified locally against your own RPC. (npm)
Alchemy - What is x402? - Developer explainer covering the HTTP 402 payment flow, agent use cases, and x402 Foundation context.
Circle Blog – Autonomous Payments using Circle Wallets, USDC, and x402
x402 Migration Guide (v1 to v2) - official upgrade guide covering header changes, CAIP-2 network IDs, and current v2 SDK package mappings.
Cloudflare Agents x402 Docs: official Cloudflare guide for charging and paying for resources with x402 in Agents
How to Get Started with x402 on Solana – Official Solana guide for integrating x402 payments on Solana networks.
Privy – Using x402 payments with embedded wallets – React and Node.js examples for signing x402 payments from Privy wallets.
Magic – x402 Payments with Embedded Wallets – Guide for using Magic embedded wallets to pay for x402-protected APIs with USDC.
x402charity — Open-source micro-donation server. Triggers USDC charity donations on every HTTP event via x402. Express/Next.js middleware, CLI, Vercel-ready. (GitHub) (npm)
x402-express middleware. Demoed with DataForSEO Google SERP at $0.001 USDC/call on Base. Liveapprove(spender, amount), calls contract-guard (x402-fetch + viem, $0.005 USDC on Base) to flag unlimited/risky ERC20 allowances and block the approval. Drop-in guardApprove() library + CLI.This list is offered under CC0; see upstream specs for their respective licenses.
Your AI trading terminal assistant for US stocks, commodities, forex, and crypto.
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
A payments protocol for the internet. Built on HTTP.
A local-first AI agent with persistent memory, emotional intelligence, and a peer-to-peer skills economy.
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.