Serversio.github.jpbester/payfast
P

io.github.jpbester/payfast

io.github.jpbester/payfast · v1.0.1
▦ npm
v1.0.1npm npm: payfast-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.jpbester/payfast",
  "description": "MCP server for PayFast — AI assistants interact with South Africa's payment gateway",
  "repository": {
    "url": "https://github.com/jpbester/payfast-mcp",
    "source": "github"
  },
  "version": "1.0.1",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}