{
  "name": "io.github.stripe/agent-toolkit",
  "description": "The official Stripe MCP connects AI models and agents to your Stripe account. Create customers, issue invoices, inspect subscriptions, refund charges, and reconcile payouts — all from a natural language prompt or autonomous loop.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-04-19",
    "com.top-mcps/score": {
      "value": 87,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-04-19T20:32:57.778Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-04-19T20:32:55.230Z",
      "githubStars": 1490,
      "lastCommitAt": "2026-04-17T00:29:21Z",
      "npmWeeklyDownloads": 36267
    }
  },
  "repository": {
    "url": "https://github.com/stripe/agent-toolkit",
    "source": "github"
  },
  "author": {
    "name": "Stripe"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@stripe/mcp",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "STRIPE_SECRET_KEY",
          "description": "STRIPE_SECRET_KEY — required credential for Stripe.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "network",
      "sandbox": "Authenticates with a Stripe secret key (sk_live_... or sk_test_...). API access scope matches the key permissions.",
      "gotchas": [
        "The MCP does not distinguish between live-mode and test-mode keys — mistakes on a live key affect real charges. Always develop with sk_test_ first.",
        "Restricted API keys (Stripe lets you scope keys by resource) are strongly recommended over root secret keys for agent use."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/stripe",
    "markdown": "https://top-mcps.com/mcp/stripe.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
