{
  "entry": {
    "kind": "mcp",
    "slug": "stripe-mcp-server",
    "name": "Stripe MCP Server",
    "vendor": "Stripe",
    "description": "Stripe's official MCP server exposes payments, customers, subscriptions, invoices, and the Stripe documentation as agent tools. It is designed both for building payment flows with an assistant and for answering operational questions about live billing data.\n\nMoney movement is the sharp edge. The server declares outbound network access and credential access, and the API key you connect determines whether an agent can only read charges or can also issue refunds and create subscriptions. Restricted keys exist for exactly this reason — use one. And remember that customer records are attacker-influenceable free text: an agent summarising support-adjacent data is reading strings written by strangers.",
    "website": "https://docs.stripe.com/mcp",
    "repository": null,
    "documentationUrl": "https://docs.stripe.com/mcp",
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "network:outbound",
      "credentials:access"
    ],
    "packaging": null,
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 20,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: credentials:access",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}