MCP Hub
Back to servers

@theyahia/yoco-mcp

MCP server for Yoco — payment gateway, card machines (South Africa)

npm186/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/yoco-mcp

yoco-mcp

MCP server for Yoco payment gateway (South Africa).

Tools (8)

ToolDescription
create_checkoutCreate a checkout session
get_checkoutGet checkout session status
create_refundCreate a refund
get_refundGet refund details
list_paymentsList payments
get_paymentGet payment details
list_refundsList refunds
get_balanceGet account balance

Quick Start

{
  "mcpServers": {
    "yoco": {
      "command": "npx",
      "args": ["-y", "@theyahia/yoco-mcp"],
      "env": {
        "YOCO_SECRET_KEY": "<YOUR_YOCO_SECRET_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
YOCO_SECRET_KEYYesSecret key from Yoco dashboard

License

MIT

Reviews

No reviews yet

Sign in to write a review