What is the io.github.jpbester/payfast MCP server?
MCP server for PayFast — AI assistants interact with South Africa's payment gateway
How to install io.github.jpbester/payfast
Copy-paste configuration for popular MCP clients.
PAYFAST_MERCHANT_IDrequiredYour PayFast merchant ID
PAYFAST_MERCHANT_KEYrequiredsecretYour PayFast merchant key
PAYFAST_PASSPHRASErequiredsecretYour PayFast API passphrase
PAYFAST_ENVIRONMENTPayFast environment: 'sandbox' or 'production' (defaults to sandbox)
{
"mcpServers": {
"payfast": {
"command": "npx",
"args": [
"-y",
"payfast-mcp"
],
"env": {
"PAYFAST_MERCHANT_ID": "<YOUR_PAYFAST_MERCHANT_ID>",
"PAYFAST_MERCHANT_KEY": "<YOUR_PAYFAST_MERCHANT_KEY>",
"PAYFAST_PASSPHRASE": "<YOUR_PAYFAST_PASSPHRASE>",
"PAYFAST_ENVIRONMENT": "<YOUR_PAYFAST_ENVIRONMENT>"
}
}
}
}{
"mcpServers": {
"payfast": {
"command": "npx",
"args": [
"-y",
"payfast-mcp"
],
"env": {
"PAYFAST_MERCHANT_ID": "<YOUR_PAYFAST_MERCHANT_ID>",
"PAYFAST_MERCHANT_KEY": "<YOUR_PAYFAST_MERCHANT_KEY>",
"PAYFAST_PASSPHRASE": "<YOUR_PAYFAST_PASSPHRASE>",
"PAYFAST_ENVIRONMENT": "<YOUR_PAYFAST_ENVIRONMENT>"
}
}
}
}{
"mcpServers": {
"payfast": {
"command": "npx",
"args": [
"-y",
"payfast-mcp"
],
"env": {
"PAYFAST_MERCHANT_ID": "<YOUR_PAYFAST_MERCHANT_ID>",
"PAYFAST_MERCHANT_KEY": "<YOUR_PAYFAST_MERCHANT_KEY>",
"PAYFAST_PASSPHRASE": "<YOUR_PAYFAST_PASSPHRASE>",
"PAYFAST_ENVIRONMENT": "<YOUR_PAYFAST_ENVIRONMENT>"
}
}
}
}{
"servers": {
"payfast": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"payfast-mcp"
],
"env": {
"PAYFAST_MERCHANT_ID": "<YOUR_PAYFAST_MERCHANT_ID>",
"PAYFAST_MERCHANT_KEY": "<YOUR_PAYFAST_MERCHANT_KEY>",
"PAYFAST_PASSPHRASE": "<YOUR_PAYFAST_PASSPHRASE>",
"PAYFAST_ENVIRONMENT": "<YOUR_PAYFAST_ENVIRONMENT>"
}
}
}
}claude mcp add payfast --env PAYFAST_MERCHANT_ID=<YOUR_PAYFAST_MERCHANT_ID> --env PAYFAST_MERCHANT_KEY=<YOUR_PAYFAST_MERCHANT_KEY> --env PAYFAST_PASSPHRASE=<YOUR_PAYFAST_PASSPHRASE> --env PAYFAST_ENVIRONMENT=<YOUR_PAYFAST_ENVIRONMENT> -- npx -y payfast-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.