AI INFRASTRUCTURE · EAST AFRICA

Build with Africa's only AI data layer

Four MCP servers. Real government tenders, jobs, grants, and financial data. Accessible to any AI agent on earth — Claude, ChatGPT, Cursor, and beyond.

Available MCP servers

East Africa Opportunities

967+ live jobs, grants, and tenders across Uganda, Kenya, Rwanda, Tanzania — updated daily.

search_opportunities get_opportunity_stats data.opportunityradar.africa/mcp

Africa Procurement Intelligence

238+ government tenders with real deadlines, reference numbers, and urgency flags. Updates every 4 hours.

search_tenders get_tenders_closing_soon get_procurement_stats procurement.opportunityradar.africa/mcp

African Fintech MCP

Uganda PAYE calculator, mobile money fees, live FX rates, VAT for 20 African countries.

calculate_uganda_paye convert_african_currency compare_transfer_costs fintech.opportunityradar.africa/mcp

MoMo Parser MCP

Parse East African mobile money SMS messages — MTN and Airtel Uganda formats with high accuracy.

parse_momo_sms extract_transaction momo.opportunityradar.africa/mcp

Get your API key

Free tier includes 50 calls/month across all servers. No credit card required.

Your API key is ready

Click the key to copy it. We also emailed it to you.

Pricing

Scale as your agent grows

Free

Explorer

$0/month
  • 50 API calls/month
  • All 4 MCP servers
  • Email support
  • Instant key delivery
Most popular

Pro

$40/month
  • Unlimited API calls
  • All 4 MCP servers
  • Dedicated support
  • Custom integrations
Buy on Selar →

Quick start

List available tools

curl -X POST https://procurement.opportunityradar.africa/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Get Uganda tenders closing this week

curl -X POST https://procurement.opportunityradar.africa/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_tenders_closing_soon","arguments":{"days":7,"country":"Uganda"}}}'

Search East Africa jobs

curl -X POST https://data.opportunityradar.africa/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_opportunities","arguments":{"category":"job","country":"Uganda","limit":5}}}'