Tunzaa MCP Server
OfficialThe Tunzaa MCP Server provides grounding data, documentation, and tools for AI agents to generate accurate, hallucination-free integration code for the Malipo by Tunzaa payment ecosystem.
Authentication
Retrieve and refresh Tunzaa API access tokens to verify credentials.
Payments
Initiate mobile money payment requests (e.g., M-Pesa) specifying phone number, amount, and order reference.
Check transaction status (COMPLETED, PENDING, FAILED) by transaction ID.
Simulate or handle Tunzaa webhook callback payloads to ground webhook integration code.
Installment Plans
Create installment plans with customer details, total amount, and payment frequency (daily, weekly, monthly, custom).
List, retrieve, edit, and delete/cancel existing installment plans.
Demo & Code Generation
Use
create_demo_shopto run a full end-to-end sequence (Token → Payment → Installments), producing a live grounding trace for generating integration code in Node.js, Python, PHP, and more.Access built-in documentation and "Golden Patterns" to minimize AI hallucination.
Operate in mock mode by default, or connect to a live Malipo Sandbox/Production environment with real API credentials.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tunzaa MCP Servergenerate a webhook handler for payment confirmations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Malipo MCP Server
Grounding for AI-Driven Payment Integrations
The Malipo MCP Server is a developer-centric tool built for the community. It provides high-fidelity grounding data, integrated documentation, and "Golden" code patterns that allow AI agents (vibe coders) to generate perfect, non-hallucinated integration code for the Malipo by Tunzaa ecosystem.
🚀 Instant Start (Fastest Way)
You can run the server directly from GitHub without cloning or installing dependencies.
1. Claude Desktop
Add this to your claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"malipo": {
"command": "npx",
"args": ["-y", "github:Tunzaa/tunzaa_mcp"]
}
}
}2. Cursor
Go to Settings -> Features -> MCP.
Click + Add New MCP Server.
Name:
Malipo| Type:command| Value:npx -y github:Tunzaa/tunzaa_mcp
3. Windsurf
Add this to your ~/.codeium/config.json:
{
"mcpServers": {
"malipo": {
"command": "npx",
"args": ["-y", "github:Tunzaa/tunzaa_mcp"]
}
}
}Related MCP server: MCP Midtrans Documentation Server
🧭 The Vibe Coding Workflow
This server is designed to help you build Malipo integrations in minutes. Follow this flow with your AI assistant:
Grounding: Add this MCP server to your project.
Exploration: Ask the AI: "List the Malipo resources and read the authentication guide."
Simulation: Run the tool:
create_demo_shopto see a live trace of a successful integration.Generation: Ask the AI: "Based on the grounding trace and the node-express example, build a checkout page for my app."
🏪 The Grounding "Demo Shop"
The create_demo_shop tool is the cornerstone of this platform. It doesn't just return data; it provides a Live Grounding Trace.
How to use it:
Trigger the Simulation: Tell your AI agent: "Run the Malipo create_demo_shop tool to understand the payment flow."
Review the Trace: The agent will receive a chronological sequence of calls including Authentication, Payment Initiation, and Installment creation.
Production Implementation: Each step in the trace contains "Grounding Insights" that teach the agent how to handle state, headers, and reference IDs in your actual code.
Boilerplate: Ask the agent to "Convert the grounding trace into a [Node/Python/PHP] implementation using the best practices found in the documentation resources."
✨ Features
Integrated Documentation: AI agents can "read" guides on Auth, Payments, and Webhooks directly through MCP Resources.
Golden Patterns: Embedded code snippets for Express.js, React Hooks, and more.
Vibe Coder Optimized: Rich schema descriptions and instructional traces (via
create_demo_shop) ensure zero hallucination.Mock Mode by Default: Generates "Golden" mock data matching the real Malipo API structure.
Live Mode (Optional): Real-time verification against the Malipo Sandbox/Production.
🛠️ Usage (Live Mode)
To have the AI verify real data from your Malipo account (e.g., checking transaction statuses), add your credentials to the env block in your config:
"env": {
"MALIPO_API_KEY": "your_api_key",
"MALIPO_SECRET_KEY": "your_secret_key",
"MALIPO_ENVIRONMENT": "sandbox"
}Legacy
TUNZAA_*environment variables are still accepted as a fallback.
🏗️ Local Development
If you'd like to contribute or modify the server:
git clone https://github.com/Tunzaa/tunzaa_mcp.gitcd tunzaa_mcp && pnpm install && pnpm run buildUse the local path in your config:
"args": ["/ABSOLUTE/PATH/TO/tunzaa_mcp/dist/index.js"]
License
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables AI agents to interact with multiple payment providers (Stripe, Paystack) through a unified API. Supports payment initialization, verification, refunds, customer management, and invoicing without requiring knowledge of specific provider implementations.Last updated2
- AlicenseAqualityDmaintenanceEnables AI agents to integrate Midtrans payments by providing comprehensive documentation, API references, and code examples for 15+ payment methods across 5 languages. Includes tools for generating charge requests, webhook handlers, and searching documentation without requiring API keys.Last updated91MIT

Afro.tools MCP Serverofficial
Alicense-qualityCmaintenanceProvides AI agents with structured, verified specs for African APIs like Wave and Paycard, enabling automatic integration code generation without manual documentation parsing.Last updated19Apache 2.0- AlicenseAqualityFmaintenanceEnables AI agents to create hosted checkouts, charge mobile wallets, query transactions, and process refunds via the JazzCash payment API.Last updated571MIT
Related MCP Connectors
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
Pakistan payments for AI agents — Safepay checkout via Safepay. Never holds funds.
Tanzania payments for AI agents — M-Pesa / Tigo Pesa via Flutterwave. Never holds funds.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tunzaa/tunzaa_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server