Apache-2.0 · 50 repositories

Fifty services that let AI agents buy real things.

x402 turns HTTP's forgotten 402 Payment Required into a working payment rail: the server names a price, the client signs a gasless USDC transfer, and the goods come back in the same response. This suite is the commerce layer built on top of it — booking a table, holding a flight, shipping a package, splitting a bill across six wallets.

One rule, fifty repos

Every paid route returns the thing you bought, in the body of the same response.

You pay POST /book and the 200 is the reservation — id, confirmed time, refund terms, calendar invite. Nothing is promised for later. Where a use case is inherently asynchronous, it becomes pay-per-poll (a fresh snapshot plus the delta since your last check) or returns a signed claim instrument you hold immediately.

GET /availability
  └─→ 402 Payment Required   { price: "$0.001", asset: USDC, network: base-sepolia, payTo: 0x… }

client signs an EIP-3009 transferWithAuthorization   (gasless — no ETH needed)

GET /availability   X-PAYMENT: <signed payload>
  └─→ 200 OK   { slots: [ … ] }   X-PAYMENT-RESPONSE: <settlement receipt>

What every repo ships

Working codeTypeScript, ESM, Express + x402-express. Boots with one env var.
skill.mdThe agent-facing capability file: endpoints, prices, schemas, how to pay.
/.well-known/x402Machine-readable manifest for x402scan, the x402 Bazaar, and agentic.market.
Docs siteGitHub Pages with a tutorial, API reference, and agent integration guide.
Examplesx402-fetch agent client, raw curl walkthrough, MCP tool recipe.
No paid keysKeyless APIs run live; keyed ones fall back to labeled fixtures.

The catalog

Supply-side booking servers

Self-hosted servers a business runs itself, so the inventory is real by definition. An open-source Resy, Calendly, and storefront that AI agents can transact with directly.

Services on real, live APIs

Backed by genuine upstream data — keyless APIs are called live out of the box; keyed APIs use free developer tiers and fall back to labeled fixtures so every demo runs without a single paid key.

x402-flight-search

Pay-per-query flight search over the Amadeus API — offers, live pricing, and fare-drop checks for agents

$0.005 · $0.003 · $0.002

x402-hotel-search

Pay-per-query hotel search and offer pricing over Amadeus — agents shop rooms without accounts

$0.005 · $0.003

x402-transit

Transit trip planning and live delay snapshots from open GTFS/GTFS-RT feeds, priced per query

$0.002 · $0.001

x402-campsites

Campground search and availability from the official Recreation.gov RIDB API, per-lookup pricing

$0.002 · $0.003

x402-activities

Tours and activities search via Amadeus — agents find bookable experiences by location

$0.003

x402-places

POI concierge over OpenStreetMap Overpass with optional Yelp enrichment — restaurants, cafes, anything, per query

$0.002 · $0.002

x402-events

Event search and on-sale checks over Ticketmaster Discovery — agents find real events and ticket windows

$0.003 · $0.002

x402-movies

Movie catalog concierge over TMDB — search, details, and recommendations per query

$0.001 · $0.001 · $0.002

x402-books

Agents buy clean, chaptered full-text public-domain books — OpenLibrary search, Gutenberg delivery, in-response

$0.001 · $0.01

x402-research

Scholarly search over arXiv, Crossref, and Semantic Scholar — papers, citation graphs, formatted bibliographies

$0.002 · $0.003 · $0.005

x402-news-wire

Global news query service over GDELT — article sets, timelines, and delta pulses, per query

$0.003 · $0.002

x402-markets

Crypto prices via CoinGecko and SEC filings via EDGAR — real market data per lookup

$0.001 · $0.003

x402-weather-guard

Go/no-go weather decisions for plans — forecasts and verdicts from Open-Meteo/NWS, keyless and live

$0.001 · $0.002

x402-carbon

Grid carbon intensity now and best-window scheduling — keyless live data for green agents

$0.001 · $0.002

x402-grocery

Real grocery product search and cart building over the Kroger API, priced per operation

$0.002 · $0.005

x402-shop-scout

Live marketplace intelligence over eBay Browse — listings search and is-this-a-deal verdicts

$0.002 · $0.002

x402-shipping

Rate shopping and label generation via Shippo/EasyPost test mode — agents ship things, label returned in-response

$0.003 · $0.02

x402-print-mail

Agents send physical letters and postcards via Lob's test environment — preview PDF returned in-response

$0.05

x402-notify

Real message delivery per-message: Telegram bot messages and SMTP email with delivery receipts in-response

$0.002 · $0.002

x402-domains

Authoritative domain availability and expiry intel via RDAP — keyless, live, per lookup

$0.001 · $0.005

x402-github-bounty

Fund GitHub issues with x402 — signed bounty certificates, merged-PR verification reports, settlement receipts

$0.01 + amount · $0.002 · free (auth)

x402-podcasts

Podcast search and episode intel over the Podcast Index API, per query

$0.002 · $0.002

Agentic commerce infrastructure

The plumbing every paid agent service needs: discovery, refundable holds, wallet policy, receipts, approvals, and an MCP bridge into Claude and GPT.

x402-skill-md

The skill.md toolkit: generate and validate agent-discoverable skill files (the agentres.dev pattern) from OpenAPI specs

$0.01 · $0.002

x402-skill-registry

Searchable registry of x402-paid agent skills — register with a signed listing, agents search per query

$0.01 · $0.001

x402-refund-hold

The $0.01 refundable-hold pattern as drop-in Express middleware — charge a hold, auto-refund on failure, ledger included

$0.01 refundable

x402-agent-wallet

Wallet policy daemon for agents — budgets, per-merchant caps, approval thresholds, signed policy verdicts

$0.001 · free (auth)

x402-receipts

Receipts and accounting for agent spending — enriched on-chain receipt lookups and ledger exports

$0.001 · $0.01

x402-browser-bridge

Framework that turns any website flow into an x402-paid API — declare a flow in YAML, Puppeteer executes, artifact returned in-response

$0.05

x402-otp-relay

The 'code sent to your email' step, solved for agents — paid relay mailboxes, retrieved OTP codes returned in-response

$0.01 · $0.002

x402-account-link

One-time account linking vault for agent flows — encrypted credential links with scoped, expiring access tokens

$0.01 · $0.002

x402-confirmations

Normalize any booking confirmation into a portable record — ICS invite and status snapshots per query

$0.005 · $0.001

x402-agent-sandbox

A fake town on testnet — mock restaurant, hotel, and store implementing the suite's exact contracts, for end-to-end agent purchase testing

$0.001 each

x402-mcp-commerce

MCP server that gives Claude/GPT agents commerce tools — each tool call pays an upstream x402 endpoint and returns its artifact

upstream prices

x402-approval-page

Human-in-the-loop checkout: agent requests approval above its cap, human pays via the drop-in modal, agent fetches the signed outcome

$0.001

Frontier patterns

Things that only become possible once machines can pay: splitting a dinner bill across six wallets, agents negotiating with agents, gifting a task, reselling a held booking.

x402-group-pay

Split one booking across N wallets — the 6-person dinner problem: pooled x402 contributions with signed receipts and funded proofs

$0.001 · member share

x402-concierge

Meta-agent that composes paid skills — dinner + gift + transit in one request, with per-step receipts, powered by the suite

$0.02 + passthrough

x402-rebooker

The cancel-worse-book-better move, automated — scans real inventory (Amadeus/RIDB) against your current booking, returns an actionable improvement report

$0.01

x402-price-watch

Pay-per-poll price watching — every check returns a fresh snapshot plus delta vs your cursor (flights via Amadeus, crypto via CoinGecko)

$0.002

x402-negotiator

Agent-to-agent price negotiation instruments — signed offers, counters, and agreements, each returned in-response

$0.001 · $0.001 · $0.001

x402-recurring

Standing orders for agents — mandate documents plus a client-side scheduler that pays per run and collects run reports

per mandate

x402-gift-agent

Fund someone else's agent task — buy a signed gift voucher, recipient's agent redeems it for execution with receipts

amount + $0.01 fee

x402-transfer-market

Transfer or resell held bookings between wallets — signed listings and reassigned booking tokens, all in-response

$0.005 · listing price

x402-reputation

Did the merchant actually deliver? Reliability scores computed from signed fulfillment attestations

$0.001 · $0.001

x402-disputes

Arbitration for failed real-world tasks — signed case records with evidence hashes, status snapshots, and signed rulings

$0.01 · $0.001 · free (arbiter auth)

For AI agents

Point an agent at any repo's skill.md and it can read what the service does, what each call costs, what comes back, and how to pay. To hand Claude or GPT the whole suite as tools, use x402-mcp-commerce — every tool call pays an upstream endpoint and returns the artifact with its receipt. Add x402-agent-wallet for spending caps and x402-approval-page to put a human in the loop above a threshold. Build against x402-agent-sandbox first — a fake town of merchants using the same contracts as the real servers.