Stripe is Good to agents.
Discry independently scored how well an AI agent can discover and understand the Stripe API from what’s public — not whether it’s usable. Below: every signal we checked, what’s costing the score, and what to change.
SCORED UNDER RUBRIC 1.2 · A full re-launch under Discry Score 2.5 — a new behavioral instrument, not comparable to these scores — is in progress.
Discovery
45% of score · 71/100Comprehension
55% of score · 96/100What we found
- Stripe's documentation quality remains best-in-class — task-oriented descriptions, realistic examples in 10+ languages, comprehensive error handling guides with recovery steps
- The llms.txt at 93KB exceeds the ideal 50KB threshold but is well-structured and API-focused
- Stripe explicitly signals AI welcome via Content-Signal: ai-train=yes, ai-input=yes in robots.txt
- Official MCP server at mcp.stripe.com with OAuth support — listed on PulseMCP and Glama with remote server capabilities
- OpenAPI spec is publicly maintained at github.com/stripe/openapi with both JSON and YAML formats covering v1 and v2 APIs
What to change
Prioritized by impact on discoverability. You (or your docs platform) deploy these — Discry never touches your API.
- 01Add .well-known/mcp.json at docs.stripe.com or stripe.com pointing to mcp.stripe.com
- 02Create a focused llms.txt under 50KB covering core payment flows, or split into llms.txt (concise) + llms-full.txt (comprehensive)
- 03Add AGENTS.md to stripe/stripe-node or stripe/openapi GitHub repos with context for coding agents
- 04Add llms-full.txt with the complete API documentation in markdown
Execution coverage · INFORMATIONAL, UNSCORED
Whether an agent can actually complete a call and recover from errors is the deeper Audit layer — documented here, but not part of the Discry Score.
Comprehensive execution documentation. Bearer token API key auth. Versioned API with date-based versions. JSON error responses with type, code, message, and param fields. Rate limits documented (100 read/s, 100 write/s). Cursor-based pagination. Idempotency-Key header supported with 24hr retention.