API access to the African Fintech MCP — mobile money fees, tax rates, currency conversion and Uganda PAYE for AI agents.
WHAT IT DOES:
7 tools covering East & West Africa fintech data:
✅ Mobile money fees (MTN, Airtel, M-Pesa, Orange Money)
✅ African VAT/tax rates (20 countries)
✅ Live currency conversion (via Frankfurter API)
✅ Transaction limits per provider
✅ Side-by-side transfer cost comparison
✅ Uganda PAYE calculator (2026 URA bands)
✅ Tax rate lookup by country
WHO IT'S FOR:
Developers building fintech apps, payroll tools, expense trackers, or AI agents handling African financial data.
HOW IT WORKS:
1. Subscribe (MTN MoMo or Airtel Money)
2. Receive your API key by email within seconds — check your inbox
3. Endpoint: https://fintech.opportunityradar.africa/mcp
4. Header: Authorization: Bearer <your-key>
EXAMPLE.
calculate_uganda_paye
Input: { "gross_monthly_salary": 2000000 }
Output: { "paye": 502000, "nssf_employee": 100000, "net_take_home": 1398000 }
convert_african_currency
Input: { "amount": 100, "from_currency": "USD", "to_currency": "UGX" }
Output: { "converted_amount": 375000, "exchange_rate": 3750 }