Uganda Payments Mcp
About
Uganda Payments MCP is a remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor) accept payments in Uganda via MTN Mobile Money, Airtel Money, or cards, powered by Flutterwave’s hosted checkout. It is designed for developers building AI‑powered payment flows in Uganda.
Details
- Author
- junter1989k-ai
- Downloads
- 276
Jump to
- Remote MCP server; no local installation required
- Supports MTN Mobile Money, Airtel Money, and cards
- Stateless translation layer — never holds funds or credentials
- No database dependency; runs without any persistent storage
- Works with any MCP‑compatible AI agent
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
Uganda 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 your MCP client to the endpoint https://mcp-ug.wishpool.app/mcp over Streamable HTTP. Supply your Flutterwave secret key as the x-flutterwave-secret-key header (test mode: FLWSECK_TEST-…, production: FLWSECK-…). Use the provided tools create_payment_link and query_payment_status to create UGX checkout links and check payment status.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"uganda payments mcp": {
"uganda-payments": {
"type": "http",
"url": "https://mcp-ug.wishpool.app/mcp"
}
}
}
}
McpServers
{
"uganda-payments": {
"type": "http",
"url": "https://mcp-ug.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.


