theYahia/yoco-mcp
MCP server for Yoco — payment gateway, card machines (South Africa)
Platform-specific configuration:
{
"mcpServers": {
"yoco-mcp": {
"command": "npx",
"args": [
"-y",
"yoco-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Yoco payment gateway (South Africa).
| 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 |
{
"mcpServers": {
"yoco": {
"command": "npx",
"args": ["-y", "@theyahia/yoco-mcp"],
"env": {
"YOCO_SECRET_KEY": "<YOUR_YOCO_SECRET_KEY>"
}
}
}
}| Variable | Required | Description | |---|---|---| | YOCO_SECRET_KEY | Yes | Secret key from Yoco dashboard |
MIT
Loading reviews...