{
  "slug": "stripe-mcp",
  "name": "Stripe MCP",
  "url": "https://docs.stripe.com/mcp",
  "cat": "mcp",
  "group": "ai",
  "tagline": "Official MCP server (payments)",
  "price": "Free · normal Stripe transaction fees apply",
  "tier": "free",
  "pick": false,
  "what": "Stripe's official remote server at <code>https://mcp.stripe.com</code>, connected over OAuth with per-client consent and revocable sessions in the Dashboard. Instead of one tool per endpoint it exposes <code>stripe_api_search</code>, <code>stripe_api_read</code> and <code>stripe_api_write</code>, plus docs search and an implementation planner, keeping the tool list small.",
  "why": "The agent looks up the correct Stripe call, then creates the product, price and payment link itself — no clicking through the Dashboard while it guesses at parameter names.",
  "warn": "<code>stripe_api_write</code> reaches POST, PATCH, PUT and DELETE on a live account. Stripe itself recommends human confirmation of tools; use a sandbox and restricted API keys, never a secret key in a config file.",
  "install": "claude mcp add --transport http stripe https://mcp.stripe.com/",
  "category": {
    "key": "mcp",
    "name": "MCP servers & registries",
    "desc": "How your agent reaches past the terminal. Directory scale is not a quality signal.",
    "group": "ai",
    "groupName": "Put AI inside it"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": null,
    "checked_at": "2026-08-19T00:17:14.278+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}