← Index

io.github.jpbester/payfast

io.github.jpbester/payfast·v1.0.1·Finance & Payments
Quality Score
81
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "payfast": {
      "command": "npx",
      "args": [
        "-y",
        "payfast-mcp"
      ],
      "env": {
        "PAYFAST_MERCHANT_ID": "<payfast_merchant_id>",
        "PAYFAST_MERCHANT_KEY": "<your-payfast_merchant_key>",
        "PAYFAST_PASSPHRASE": "<your-payfast_passphrase>",
        "PAYFAST_ENVIRONMENT": "<payfast_environment>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "payfast": {
      "command": "npx",
      "args": [
        "-y",
        "payfast-mcp"
      ],
      "env": {
        "PAYFAST_MERCHANT_ID": "<payfast_merchant_id>",
        "PAYFAST_MERCHANT_KEY": "<your-payfast_merchant_key>",
        "PAYFAST_PASSPHRASE": "<your-payfast_passphrase>",
        "PAYFAST_ENVIRONMENT": "<payfast_environment>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y payfast-mcp
§02  Environment variables
PAYFAST_MERCHANT_ID
required

Your PayFast merchant ID

PAYFAST_MERCHANT_KEY
requiredsecret

Your PayFast merchant key

PAYFAST_PASSPHRASE
requiredsecret

Your PayFast API passphrase

PAYFAST_ENVIRONMENT

PayFast environment: 'sandbox' or 'production' (defaults to sandbox)

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Finance & Payments