RXed AI News

AI news with a spine.
@RXed_EU
SCORE 9/10 10/10 criteria · Agent-ready benchmark Assessed 2026-07-25 · ARI rubric v1.0

Stripe — can an agent use it?

“Financial infrastructure to grow your revenue” — the vendor’s own words

The reference implementation for agent commerce: Stripe co-authors both ACP and MPP, runs an official MCP server at mcp.stripe.com, and issues merchant- and amount-scoped payment credentials. The main friction is a read-request allocation that penalises poll-heavy agents.

Service
Category
Payments
Agent protocol
Official
Agent payment rails
ACP, MPP
Sf9.5
Machine-readable surface
Iq9
Information retrieval quality
Dx10
Documentation for machines
Ac10
Action coverage
Pt10
Agent protocol support
Au9.5
Access & auth friction
Py10
Agent payment capability
Cf8.5
Cost & rate fairness
Ts9
Permission & ToS stance
Rl9
Reliability & continuity
Tap or hover any criterion to see why it scored that.

Can an agent get correct information?

Machine-readable surface — 9.5/10

docs.stripe.com publishes /llms.txt with an explicit instructions block, a .md plain-text variant of every docs URL, and a machine-readable skills index at /.well-known/skills/index.json. source

Information retrieval quality — 9/10

Concrete, current numbers are public — 2.9% + 30c domestic cards, Billing from $620/mo or 0.7% of volume, Radar $0.02/screened transaction, Issuing $0.10 virtual / $3.50 physical — though the Agentic Commerce Suite still routes through a waitlist rather than published terms. source

Documentation for machines — 10/10

Industry benchmark: per-field API reference with runnable examples in 8 languages, a dated developer changelog per release train (Acacia/Basil/Clover), and a documented error-code taxonomy. source

Can an agent do the job?

Action coverage — 10/10

The API is the product — every dashboard action has an endpoint, and sandbox mode mirrors live behaviour including webhooks and disputes. source

Agent protocol support — 10/10

Official remote MCP server at mcp.stripe.com with OAuth or restricted-key auth and revocable sessions, plus installable Agent Skills discoverable at docs.stripe.com/.well-known/skills/index.json. source

Access & auth friction — 9.5/10

Self-serve keys in minutes with per-resource none/read/write restricted keys (rk_live_/rk_test_) that Stripe explicitly tells you to use when handing a key to an AI agent; live money movement still requires account activation and KYC. source

Agent payment capability — 10/10

Defines the category: co-author of ACP (Apache-2.0, spec version 2026-04-17, with OpenAI) and of MPP (launched 18/03/2026 with Tempo, HTTP 402 with WWW-Authenticate: Payment, GA on PaymentIntents), plus Shared Payment Tokens scoped by merchant, amount and currency and Issuing for agents behind Link's agent wallet. source

Cost & rate fairness — 8.5/10

No charge for API access and no agent-vs-human price discrimination, but reads are allocated at 500 GET requests per transaction on a 30-day rolling average (floor 10,000/month) and rate-limit increases above 100 req/s live / 25 req/s sandbox require contacting support rather than a self-serve tier. source

Will it still work next quarter?

Permission & ToS stance — 9/10

Programmatic use is the intended use and agents are explicitly catered for at docs.stripe.com/agents; the Services Agreement's restrictions (no circumventing technical limits, no reverse engineering, suspension if activity raises fraud rates) are compliance-driven rather than anti-automation. source

Reliability & continuity — 9/10

Date-versioned release trains with published per-train changelogs, a 72-hour rollback window after upgrading, and a public per-service status page; incidents in H1 2026 clustered on regional payment methods (SEPA Instant, BLIK, Swish, MobilePay) rather than the core API, and I could not verify a documented RSS/JSON status feed for programmatic consumers. source

Sources

Point-in-time assessment — services change terms, prices and APIs often. That volatility is itself scored under Reliability & continuity. Re-verified at least quarterly.

  • docs.stripe.com/api — Official API reference — per-field docs, multi-language executable examples, error taxonomy (accessed 2026-07-25)
  • docs.stripe.com/mcp — Official Stripe MCP server: remote endpoint mcp.stripe.com, OAuth or restricted-key auth, tool list, Treasury 'agentic finance' tools still in limited preview (accessed 2026-07-25)
  • docs.stripe.com/agents — Stripe's agent-building index — Agent Skills (npx skills add docs.stripe.com), skills index at /.well-known/skills/index.json, .md docs variants, CLI v1.43.3+ (accessed 2026-07-25)
  • docs.stripe.com/llms.txt — llms.txt including an instructions section steering agents to Checkout Sessions / Payment Element / Accounts v2 and away from deprecated APIs (accessed 2026-07-25)
  • docs.stripe.com/keys/restricted-api-keys — Restricted API keys — per-resource none/read/write scopes, self-serve creation, Stripe explicitly recommends RAKs when giving a key to an AI agent (accessed 2026-07-25)
  • docs.stripe.com/rate-limits — Published limits: 100 req/s live, 25 req/s sandbox, endpoint-specific caps, 500 read requests per transaction (30-day rolling average, 10,000/month floor); increases via support only (accessed 2026-07-25)
  • stripe.com/blog/machine-payments-protocol — MPP launch, 18/03/2026, co-authored with Tempo — HTTP 402 machine payments, GA via PaymentIntents, cards + stablecoins + BNPL (accessed 2026-07-25)
  • mpp.dev/overview — MPP mechanics: 402 + WWW-Authenticate: Payment / Authorization: Payment / Payment-Receipt headers, open spec proposed to the IETF, x402 interop guide (accessed 2026-07-25)
  • github.com/agentic-commerce-protocol/agentic-commer… — ACP specification — Apache-2.0, maintained by OpenAI and Stripe, latest stable spec version 2026-04-17, still labelled beta (accessed 2026-07-25)
  • stripe.com/blog/agentic-commerce-suite — Agentic Commerce Suite: hosted ACP product-feed endpoint, Checkout Sessions-based agentic checkout, Shared Payment Tokens, Radar for agentic fraud — rollout via waitlist and partners (Wix, WooCommerce, BigCommerce) (accessed 2026-07-25)
  • stripe.com/blog/giving-agents-the-ability-to-pay — Link agent wallet + Issuing for agents — one-time-use cards and SPTs scoped by amount, currency and merchant; per-spend human approval today, standing spend limits described as planned (accessed 2026-07-25)
  • stripe.com/legal/ssa — Stripe Services Agreement — API licence terms, prohibition on circumventing technical limits and reverse engineering, suspension rights tied to fraud rate and service stability (accessed 2026-07-25)
  • stripe.com/pricing — Public pricing: 2.9% + 30c domestic cards, +1.5% international, Billing from $620/mo or 0.7%, Radar $0.02/screened txn, Issuing $0.10 virtual / $3.50 physical, no separate API access fee (accessed 2026-07-25)
  • docs.stripe.com/upgrades — API upgrade policy — named release trains, backward-compatible monthly releases, 72-hour rollback window, developer changelog (accessed 2026-07-25)
  • status.stripe.com — Public status page, real-time and historical per-service performance (accessed 2026-07-25)