Tunzaa MCP Server
OfficialClick 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.
Tunzaa MCP Server
Grounding for AI-Driven Payment Integrations
The Tunzaa MCP Server is a developer-centric tool designed to help you integrate Tunzaa Payments into your applications. It provides high-fidelity grounding data that allows AI agents to generate perfect, non-hallucinated integration code, boilerplate, and webhook handlers for the Tunzaa ecosystem.
π Instant Start (Fastest Way)
You can run the server directly from GitHub without cloning or installing dependencies. Simply use the configuration for your editor below.
π οΈ Setup by Editor
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": {
"tunzaa": {
"command": "npx",
"args": ["-y", "github:Tunzaa/tunzaa_mcp"]
}
}
}2. Cursor
Go to Settings -> Features -> MCP.
Click + Add New MCP Server.
Name:
TunzaaType:
commandValue:
npx -y github:Tunzaa/tunzaa_mcp
3. Windsurf
Add this to your ~/.codeium/config.json:
{
"mcpServers": {
"tunzaa": {
"command": "npx",
"args": ["-y", "github:Tunzaa/tunzaa_mcp"]
}
}
}4. Antigravity (Coding Assistant)
Antigravity can automatically detect and use this server if you are working within this repository, or you can point it to the GitHub URL directly for grounding during a session.
5. Generic (Other MCP Clients)
For any other MCP-compatible client, the execution command is:
npx -y github:Tunzaa/tunzaa_mcp
Features
Vibe Coder Optimized: Built to help AI agents understand and implement Tunzaa APIs correctly without needing live credentials.
Mock Mode by Default: Generates "Golden" mock data that matches the real Tunzaa API structure.
Zero Configuration: Get up and running in seconds with the
npxmethod.Live Mode (Optional): Support for real-time verification against the Tunzaa Sandbox/Production.
Usage (Live Mode)
To have the AI verify real data from your Tunzaa account (e.g., checking transaction statuses), add your credentials to the env block in your config:
"env": {
"TUNZAA_API_KEY": "your_api_key",
"TUNZAA_SECRET_KEY": "your_secret_key",
"TUNZAA_ENVIRONMENT": "sandbox"
}Local Development (Cloning)
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
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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