{
 "categories": [
  "payments",
  "fintech",
  "billing"
 ],
 "deployment": "saas",
 "evidence": [
  {
   "date": "2026-08-15",
   "fact": "modalities.api.kinds",
   "note": "First-party REST API; secret/restricted API keys, OAuth for Connect platforms; OpenAPI spec published at github.com/stripe/openapi",
   "source": "https://docs.stripe.com/api",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.mcp.first_party",
   "note": "Hosted first-party remote MCP at https://mcp.stripe.com; OAuth (Dashboard-managed sessions) or restricted API key as bearer; generic stripe_api_read/stripe_api_write tools cover a long supported-method list plus docs search \u2014 broad but a curated subset, hence 9 not 10",
   "source": "https://docs.stripe.com/mcp",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.mcp.verdict",
   "note": "stripe/agent-toolkit now resolves to the stripe/ai repo ('one-stop shop' for AI on Stripe); the hosted mcp.stripe.com server is the current recommended MCP form, with agent skills/plugins alongside",
   "source": "https://github.com/stripe/agent-toolkit",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.sdk.languages",
   "note": "Official server-side SDKs: Ruby, Python, Go, Java, Node, PHP, .NET; plus official web (Stripe.js/React) and mobile (iOS, Android, React Native) SDKs and a Terraform provider",
   "source": "https://docs.stripe.com/sdks",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "agent_docs.llms_txt",
   "note": "Fetched and confirmed; written as direct integration guidance for LLM agents (preferred APIs, deprecated surfaces, version hygiene)",
   "source": "https://docs.stripe.com/llms.txt",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.cli.exists",
   "note": "Official Stripe CLI; docs themselves are readable in-terminal via 'stripe docs', and 'stripe agent setup' installs agent skills",
   "source": "https://docs.stripe.com/cli/install",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "extensibility.webhooks",
   "note": "First-party webhooks; endpoints manageable via API and MCP tools",
   "source": "https://docs.stripe.com/webhooks",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.integrations.zapier",
   "note": "Triggers on charges, subscriptions, invoices; actions create customers, invoices, payment links",
   "source": "https://zapier.com/apps/stripe/integrations",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.integrations.n8n",
   "note": "Built-in Stripe node",
   "source": "https://n8n.io/integrations/stripe/",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.integrations.power_automate",
   "note": "Microsoft-published premium connector exists but is shallow \u2014 5 actions, 4 triggers, 100 calls/60s; the direct API is far deeper",
   "source": "https://learn.microsoft.com/en-us/connectors/stripe/",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "extensibility.scripting",
   "note": "Stripe Apps platform for Dashboard-embedded extensions",
   "source": "https://docs.stripe.com/stripe-apps",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-08-15",
  "volatility": "high",
  "watch": [
   {
    "type": "docs",
    "url": "https://docs.stripe.com/mcp"
   },
   {
    "type": "docs",
    "url": "https://docs.stripe.com/llms.txt"
   },
   {
    "type": "repo",
    "url": "https://github.com/stripe/ai"
   }
  ]
 },
 "homepage": "https://stripe.com/",
 "id": "stripe",
 "license": "commercial",
 "modalities": {
  "agent_docs": {
   "llms_txt": true
  },
  "api": {
   "auth": [
    "api-key",
    "oauth2"
   ],
   "coverage": "full",
   "docs": "https://docs.stripe.com/api",
   "exists": true,
   "kinds": [
    "rest"
   ]
  },
  "cli": {
   "exists": true
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "api",
    "dashboard-csv"
   ],
   "import": [
    "api"
   ]
  },
  "extensibility": {
   "scripting": [
    "stripe-apps"
   ],
   "webhooks": true
  },
  "integrations": {
   "make": true,
   "n8n": true,
   "power_automate": true,
   "zapier": true
  },
  "mcp": {
   "first_party": true,
   "third_party": [],
   "verdict": "official"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "Dashboard is a standard web DOM app, but RPA against it is almost never the right path \u2014 the entire product is API-first and every dashboard operation has an API equivalent; UI automation of a live payments dashboard also carries real financial risk.",
   "ui_stack": [
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": true,
   "languages": [
    "ruby",
    "python",
    "go",
    "java",
    "node",
    "php",
    "dotnet"
   ],
   "official": true
  }
 },
 "name": "Stripe",
 "platforms": [
  "web",
  "ios",
  "android"
 ],
 "related": {
  "alternatives": [
   "adyen",
   "paypal-braintree",
   "square"
  ],
  "our_products": []
 },
 "schema_version": 0,
 "score_version": 0,
 "status": "active",
 "vendor": "Stripe, Inc.",
 "verdict": {
  "best_path": "api",
  "scores": {
   "api": 10,
   "computer_use": null,
   "mcp": 9,
   "overall": 10,
   "rpa": 4
  },
  "summary": "A calibration-grade automation surface from an API-first vendor. Full REST API with official SDKs in seven server-side languages, first-party CLI, webhooks, a hosted first-party MCP server at mcp.stripe.com with OAuth and read/write tools spanning most of the API, and llms.txt written explicitly as agent guidance; the browser dashboard is a convenience layer, not a required automation path.\n"
 }
}