← Back to browse

payfast

Indexed by io.github.jpbester

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPAYFAST_MERCHANT_ID PAYFAST_MERCHANT_KEY PAYFAST_PASSPHRASE PAYFAST_ENVIRONMENT
Claude Code
claude mcp add --env PAYFAST_MERCHANT_ID= --env PAYFAST_MERCHANT_KEY= --env PAYFAST_PASSPHRASE= --env PAYFAST_ENVIRONMENT= payfast -- npx payfast-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"payfast","command":"npx","args":["payfast-mcp"],"env":{"PAYFAST_MERCHANT_ID":"","PAYFAST_MERCHANT_KEY":"","PAYFAST_PASSPHRASE":"","PAYFAST_ENVIRONMENT":""}}'
JSON
{
  "mcpServers": {
    "payfast": {
      "command": "npx",
      "args": [
        "payfast-mcp"
      ],
      "env": {
        "PAYFAST_MERCHANT_ID": "",
        "PAYFAST_MERCHANT_KEY": "",
        "PAYFAST_PASSPHRASE": "",
        "PAYFAST_ENVIRONMENT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.