Choose your path: AI-accelerated integration or classic manual implementation.
The fastest way. Let your IDE do the heavy lifting.
Support for Claude, Cursor, Windsurf, and more.
{
"mcpServers": {
"tunzaa": {
"command": "npx",
"args": ["-y", "github:Tunzaa/tunzaa_mcp"]
}
}
}Paste this into your chat window
"Build a checkout flow using Tunzaa Pay. I need to initiate a mobile money transaction and handle the callback."
Standard REST API implementation examples.
curl --location 'https://pay.tunzaa.co.tz/api/v1/checkout' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <ACCESS_TOKEN>' \
--data '{
"amount": 1000,
"msisdn": "255700000000",
"reference": "ORDER-123"
}'