← Back to Plugins
MCP Server MCP

io.github.jpbester/payfast

github By github 👁 1 views ▲ 0 votes

MCP server for PayFast — AI assistants interact with South Africa's payment gateway

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "payfast-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your PayFast merchant ID",
          "isRequired": true,
          "format": "string",
          "name": "PAYFAST_MERCHANT_ID"
        },
        {
          "description": "Your PayFast merchant key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PAYFAST_MERCHANT_KEY"
        },
        {
          "description": "Your PayFast API passphrase",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PAYFAST_PASSPHRASE"
        },
        {
          "description": "PayFast environment: 'sandbox' or 'production' (defaults to sandbox)",
          "format": "string",
          "name": "PAYFAST_ENVIRONMENT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...