← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-stripe

github By github 👁 1 views ▲ 0 votes

MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-stripe",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Stripe secret key (sk_test_... for test mode, sk_live_... for live mode). The key prefix selects the environment — no separate base URL.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "STRIPE_SECRET_KEY"
        },
        {
          "description": "Optional Stripe API version to pin via the Stripe-Version header (e.g. '2024-06-20'). When omitted, Stripe uses the account's default version.",
          "format": "string",
          "name": "STRIPE_API_VERSION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...