Loading MCP server directory, please wait...
MCP server for PayFast — AI assistants interact with South Africa's payment gateway
npx @getmcp/cli add io.github.jpbester/payfastRequires Node.js 18+. Community-contributed server. Review source before installing.
PAYFAST_MERCHANT_IDYour PayFast merchant ID
PAYFAST_MERCHANT_KEYYour PayFast merchant key
PAYFAST_PASSPHRASEYour PayFast API passphrase
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jpbester/payfast": {
"command": "npx",
"args": [
"-y",
"payfast-mcp"
],
"env": {
"PAYFAST_MERCHANT_ID": "",
"PAYFAST_MERCHANT_KEY": "",
"PAYFAST_PASSPHRASE": "",
"PAYFAST_ENVIRONMENT": ""
}
}
}
}