Parse East African mobile money SMS messages with high accuracy. Supports MTN Uganda and Airtel Uganda formats. Extracts amount, sender, balance, transaction type and reference number. Built for fintech agents and financial automation tools.
Server Config
{
"mcpServers": {
"momo-parser": {
"url": "https://momo.opportunityradar.africa/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}