PluginBench
MCP Server

io.github.jpbester/payfast MCP Server

io.github.jpbester/payfast

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PAYFAST_MERCHANT_ID
    required

    Your PayFast merchant ID

  • PAYFAST_MERCHANT_KEY
    required
    secret

    Your PayFast merchant key

  • PAYFAST_PASSPHRASE
    required
    secret

    Your PayFast API passphrase

  • PAYFAST_ENVIRONMENT

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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →