MCP Server
MCP
io.github.jpbester/payfast
MCP server for PayFast — AI assistants interact with South Africa's payment gateway
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
By
Comments
Sign in to leave a comment