Stripe Checkout
stripe.comStripe registers tools on its payment pages, so an agent can read an invoice, apply a code and fill the form instead of clicking through it. It covers full-page and embedded Checkout, Elements and the hosted invoice page.
A payment page only exists inside a live checkout session, so our crawler never sees one. These definitions are Stripe's own, read out of the scripts its checkout and invoice pages load, where the tools sit behind a flag Stripe turns on per session. What a page offers varies with the payment UI and with what the shopper has picked, so read the tools off the page rather than assume this list. Checkout carries the first four; the hosted invoice page carries the last two.
Stripe's WebMCP guideHow Stripe is designing checkout for AI agents