Discovery & interface
An open standard from Anthropic. Any MCP-capable assistant can find golfx402 and call its booking tools with no per-integration wiring.
The flow
Three open standards, working together: MCP for discovery, a tee-time API for inventory, and x402 for payment.
From "find me a tee time" to a paid, confirmed reservation — in one automated round-trip.
An AI assistant that speaks the Model Context Protocol (MCP) finds golfx402 in the MCP registry and loads its tools — search_tee_times, hold, book, cancel. This is what makes golfx402 usable by any MCP-capable assistant without custom glue code.
The agent queries the golfx402 tee-time API for real availability across the network — filtering by course, date, number of players, and price.
The agent requests a reservation on the golfer's behalf. golfx402 responds with HTTP 402 Payment Required, describing the amount due and the accepted stablecoin — the machine-readable equivalent of a checkout page.
The agent settles with a stablecoin wallet using the x402 protocol and automatically retries the request with proof of payment. No card entry, no redirect, no human.
golfx402 confirms the tee time and returns a booking reference the assistant can show the golfer. Done in one automated round-trip.
The design
MCP solves discovery and interface — it's how an AI assistant knows golfx402 exists and how to call it. x402 solves settlement — it's how the agent pays for a booking in the same HTTP round-trip, with no human. Neither alone is enough for autonomous commerce; together they turn "find me a tee time" into a completed, paid reservation. This is the same pattern the broader agentic-commerce ecosystem is converging on, now that Cloudflare and AWS support x402 payments at the edge.
An open standard from Anthropic. Any MCP-capable assistant can find golfx402 and call its booking tools with no per-integration wiring.
An open protocol on HTTP 402. The agent pays in stablecoins in the same request cycle — no invoicing, no stored card, no checkout page.
Get the REST API and MCP endpoint, and add agent-native tee-time booking to your product.