@theyahia/yoco-mcp
v1.0.1
Published
MCP server for Yoco — payment gateway, card machines (South Africa)
Downloads
29
Maintainers
Readme
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
