yoco-mcp
MCP server for Yoco payment gateway (South Africa).
Tools (8)
| Tool | Description |
|---|---|
create_checkout | Create a checkout session |
get_checkout | Get checkout session status |
create_refund | Create a refund |
get_refund | Get refund details |
list_payments | List payments |
get_payment | Get payment details |
list_refunds | List refunds |
get_balance | Get account balance |
Quick Start
{
"mcpServers": {
"yoco": {
"command": "npx",
"args": ["-y", "@theyahia/yoco-mcp"],
"env": {
"YOCO_SECRET_KEY": "<YOUR_YOCO_SECRET_KEY>"
}
}
}
}
Environment Variables
| Variable | Required | Description |
|---|---|---|
YOCO_SECRET_KEY | Yes | Secret key from Yoco dashboard |
License
MIT