Tanzania Payments Mcp
About
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in Tanzania via Flutterwave's hosted checkout. It supports M-Pesa Tanzania, Tigo Pesa, Airtel Money, and cards. The server is stateless—never holds funds or stores credentials.
Details
- Author
- junter1989k-ai
- Downloads
- 332
Jump to
- Stateless translation layer – no database, never stores credentials.
- Remote MCP server via Streamable HTTP transport.
- Accepts M-Pesa Tanzania, Tigo Pesa, Airtel Money, and cards.
- Single endpoint with secret key authentication.
- Two tools: create payment link and query payment status.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Tanzania Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Connect to the endpoint https://mcp-tz.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC). Set the HTTP header x-flutterwave-secret-key to your Flutterwave secret key (FLWSECK_TEST- for test mode, FLWSECK- for production). Use the create_payment_link tool to generate a TZS hosted-checkout link and query_payment_status to check if payment is paid.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"tanzania payments mcp": {
"tanzania-payments": {
"type": "http",
"url": "https://mcp-tz.wishpool.app/mcp"
}
}
}
}
McpServers
{
"tanzania-payments": {
"type": "http",
"url": "https://mcp-tz.wishpool.app/mcp"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


