cinetpay-mcp
OfficialEnables sending money to Airtel mobile money users, checking transaction status, and managing payments via the CinetPay API in supported African countries.
Enables sending money to Orange Money users, checking payment status, initiating payments, and managing transfers via the CinetPay API in supported African countries.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cinetpay-mcpWhat's the balance on the CI account?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cinetpay-mcp
MCP Server for CinetPay — integrate mobile money payments into Claude, Cursor, and any MCP-compatible AI assistant.
What it does
This MCP server connects your AI assistant to the CinetPay API, enabling natural language interactions with mobile money payments across Africa.
Ask your assistant:
"What's the balance on the CI account?"
"Check the status of payment ORDER-12345"
"Initialize a payment of 5000 XOF for customer jean@email.com"
"Send 1000 XOF to +2250707000001 via Orange Money"
"What payment methods are available in Senegal?"
Related MCP server: PayLink MCP Server
Available Tools
Tool | Description |
| Get account balance for a country |
| Check payment status by ID |
| Create a new payment (returns payment URL) |
| Send money to a phone number |
| Check transfer status by ID |
| List operators for a country |
| Show configured countries |
Installation
Claude Code
claude mcp add cinetpay -- npx cinetpay-mcpThen set your environment variables in .claude/settings.json:
{
"mcpServers": {
"cinetpay": {
"command": "npx",
"args": ["cinetpay-mcp"],
"env": {
"CINETPAY_API_KEY_CI": "sk_test_...",
"CINETPAY_API_PASSWORD_CI": "your_password"
}
}
}
}Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"cinetpay": {
"command": "npx",
"args": ["cinetpay-mcp"],
"env": {
"CINETPAY_API_KEY_CI": "sk_test_...",
"CINETPAY_API_PASSWORD_CI": "your_password"
}
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"cinetpay": {
"command": "npx",
"args": ["cinetpay-mcp"],
"env": {
"CINETPAY_API_KEY_CI": "sk_test_...",
"CINETPAY_API_PASSWORD_CI": "your_password"
}
}
}
}Configuration
Environment Variables
Multi-country (recommended)
Set credentials per country using the pattern CINETPAY_API_KEY_{COUNTRY} / CINETPAY_API_PASSWORD_{COUNTRY}:
# Côte d'Ivoire
CINETPAY_API_KEY_CI=sk_test_...
CINETPAY_API_PASSWORD_CI=your_password
# Sénégal
CINETPAY_API_KEY_SN=sk_test_...
CINETPAY_API_PASSWORD_SN=your_password
# Cameroun
CINETPAY_API_KEY_CM=sk_live_...
CINETPAY_API_PASSWORD_CM=your_passwordSingle country
CINETPAY_API_KEY=sk_test_...
CINETPAY_API_PASSWORD=your_password
CINETPAY_COUNTRY=CI # Default: CIOptional
CINETPAY_BASE_URL=https://api.cinetpay.co # Default: auto-detected from key prefix
CINETPAY_FORCE_IPV4=true # Force IPv4 DNS resolutionEnvironments
Key prefix | API URL | Environment |
|
| Sandbox |
|
| Production |
The server auto-detects the environment from your API key prefix.
Supported Countries
Country | Code | Operators |
Côte d'Ivoire | CI | Orange Money, Moov, MTN, Wave |
Sénégal | SN | Orange Money, Free, Expresso, Wave |
Cameroun | CM | Orange Money, MTN |
Burkina Faso | BF | Orange Money, Moov, Wave |
Mali | ML | Orange Money, Moov |
Togo | TG | Moov, TMoney |
Guinée | GN | Orange Money, MTN |
Bénin | BJ | Moov, MTN |
RD Congo | CD | Orange Money, Airtel, M-Pesa, Africell |
Niger | NE | Airtel, Moov, Zamani |
Security
API credentials are read from environment variables only — never hardcoded
The server uses the cinetpay-js SDK with all its security features:
HTTPS enforcement
Credential sanitization in logs
ES2022 private fields
Environment mismatch detection
Each user runs their own MCP server instance with their own credentials
Support
For CinetPay API questions: support@cinetpay.com
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceAn MCP server that enables AI assistants to interact with Flutterwave payment services, providing tools for transaction management, payment link generation, and automated customer support.Last updated653TypeScriptMIT

PayLink MCP Serverofficial
Flicense-qualityDmaintenanceOpen-source MCP server that streamlines payment integration for AI agents and financial apps in Africa, providing unified tools for providers like M-Pesa.Last updated1- Alicense-qualityDmaintenanceMCP server for the Monei API that gives AI agents access to wallets, transfers, crypto sends, swaps, offramp, and bill payments through natural language.Last updated17MIT
- Alicense-qualityCmaintenanceAn 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.Last updatedMIT
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cinetpay/cinetpay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server