← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-payway

github By github 👁 1 views ▲ 0 votes

Payway (ex-Decidir) — Argentina card acquiring: tokenize, charge, capture, refund

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-payway",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Payway PUBLIC apikey — used only by create_token (card tokenization)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PAYWAY_PUBLIC_API_KEY"
        },
        {
          "description": "Payway PRIVATE apikey — payments, captures, refunds and queries",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PAYWAY_PRIVATE_API_KEY"
        },
        {
          "description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox' (Decidir sandbox host).",
          "format": "string",
          "name": "PAYWAY_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...