uganda-payments

Let AI agents accept payments in Uganda (UGX) — MTN Mobile Money, Airtel Money, cards — via Flutterwave.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Create Payment Link: Create a payment link in UGX for Uganda via Flutterwave. Buyer pays with MTN Mobile Money, Airtel Money, cards — via Flutterwave. Returns a hosted checkout URL the buyer opens to
  • Query Payment Status: Check whether a Uganda payment (created by create_payment_link) has been paid. Queries Flutterwave directly — pull-based, no webhook needed. paid=true when status is PAID.
  • Refund Payment: Refund a paid payment (created by create_payment_link). Full refund by default; pass amount for a partial refund where supported. Refunds respect the same owner policy guardrails (x-ag

What data it sees

Do you need an account

No: the server works without sign-in

Let AI agents accept payments in Uganda (UGX) — MTN Mobile Money, Airtel Money, cards — via Flutterwave. Stateless, bring-your-own credentials (x-flutterwave-secret-key), never holds funds. Owner policy guardrails: x-agentpay-max-amount / x-agentpay-approval-above.

Server tool list (3)

Raw names from tools/list. Only developers need these.

create_payment_linkCreate a payment link in UGX for Uganda via Flutterwave. Buyer pays with MTN Mobile Money, Airtel Money, cards — via Flutterwave. Returns a hosted checkout URL the buyer opens to pay — payment completes automatically, no confirm step. Bring your own credentials via HTTP header (x-flutterwave-secret-key; free test credentials from dashboard.flutterwave.com never move real money). Money always flows buyer→Flutterwave→merchant; this service never touches funds.
query_payment_statusCheck whether a Uganda payment (created by create_payment_link) has been paid. Queries Flutterwave directly — pull-based, no webhook needed. paid=true when status is PAID.
refund_paymentRefund a paid payment (created by create_payment_link). Full refund by default; pass amount for a partial refund where supported. Refunds respect the same owner policy guardrails (x-agentpay-max-amount) as payments — the amount is checked before anything is sent to the gateway.
uganda-payments: connect to Claude, ChatGPT, Cursor · Connectors.fun