momo-mcp

momo-mcp

An MCP server for Mobile Money in Francophone West Africa that enables AI agents to make payments via MTN MoMo (sandbox) using tools like request_payment, check_payment_status, and disburse_payment.

Category
Visit Server

README

momo-mcp

FR — Un serveur MCP pour Mobile Money en Afrique de l'Ouest francophone. Un seul serveur, une seule intégration, pour permettre à un agent IA de faire des paiements Mobile Money — sans jongler entre les documentations de MTN MoMo, Moov Africa et Orange Money.

EN — An MCP server for Mobile Money in Francophone West Africa. One server, one integration, so an AI agent can make Mobile Money payments — without juggling separate docs for MTN MoMo, Moov Africa, and Orange Money.

Aujourd'hui / Currently: MTN MoMo (sandbox). Moov Africa et Orange Money arrivent — l'architecture est prête à les accueillir sans réécrire le serveur.

⚠️ Statut : sandbox uniquement. Testé de bout en bout sur l'environnement sandbox MTN MoMo. Pas encore audité ni utilisé en production — à valider soi-même avant tout usage avec de vrais fonds.


Pourquoi ce projet / Why this project

La plupart des outils IA génériques (Stripe, PayPal...) ne couvrent pas le Mobile Money, qui reste le moyen de paiement dominant en Afrique de l'Ouest. Les rares intégrations existantes ciblent surtout l'Afrique anglophone/de l'Est. momo-mcp comble ce vide pour les développeurs qui construisent des agents IA (assistants d'achat, bots de paiement, outils de facturation) sur ce marché.

Outils exposés / Tools exposed

Outil Description
request_payment Demande un paiement à un client (Request-to-Pay). Asynchrone : renvoie PENDING, à suivre avec check_payment_status.
check_payment_status Vérifie le statut final d'un paiement ou d'un transfert.
disburse_payment Envoie de l'argent à un utilisateur (remboursement, salaire, payout).
validate_account Vérifie qu'un numéro a un compte Mobile Money actif avant d'y envoyer un paiement.

Installation

git clone https://github.com/Tahsine/momo-mcp.git
cd momo-mcp
pip install -e .

Configuration (MTN MoMo sandbox)

  1. Crée un compte gratuit sur momodeveloper.mtn.com et récupère tes clés d'abonnement Collection et Disbursement.
  2. Provisionne ton API user + API key (une seule fois) :
    python scripts/provision_mtn.py --subscription-key TA_CLE_COLLECTION
    
  3. Copie .env.example vers .env et remplis les valeurs obtenues.

Utilisation avec Claude Code

claude mcp add momo-mcp -- python -m momo_mcp.server

Test manuel avec l'MCP Inspector

npx @modelcontextprotocol/inspector python -m momo_mcp.server

Feuille de route / Roadmap

  • [x] MTN MoMo (Collection + Disbursement) — sandbox
  • [ ] MTN MoMo — production
  • [ ] Moov Africa
  • [ ] Orange Money
  • [ ] Serveur webhook optionnel pour éviter le polling manuel de check_payment_status

Contact

Construit par Tahsine (Borrelle Dev) à Cotonou, Bénin. Questions, retours, ou besoin d'une intégration sur-mesure (Moov, Orange, autre marché) : ouvre une issue ou contacte-moi sur LinkedIn / GitHub.

Licence

MIT — voir LICENSE.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured