lipila-mcp
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., "@lipila-mcpCollect 50 ZMW from 260960123456 via mobile money"
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.
lipila-mcp
MCP Server + Agent Skills for the Lipila payment gateway.
What's Included
MCP Server (index.js)
Expose Lipila payment tools to any MCP-compatible AI agent.
Tools:
Tool | Description |
| Initiate MoMo collection (MTN, Airtel, Zamtel) |
| Initiate card payment (Visa, MC, Amex) |
| Send money to mobile wallet |
| Check transaction status |
| Parse webhook callback payload |
Agent Skill (skills/SKILL.md)
Full API reference, workflows, and error handling for Hermes Agent.
Related MCP server: PayLink MCP Server
Setup
1. Install dependencies
npm install2. Get your API key
Sandbox: https://dashboard.lipila.dev
Production: https://dashboard.lipila.io
3. Configure your agent
Hermes Agent — add to config.yaml:
mcp_servers:
lipila:
command: node
args: ["/path/to/lipila-mcp/index.js"]
env:
LIPILA_API_KEY: "lsk_your_key_here"
LIPILA_ENV: "production" # or "sandbox"Claude Code — add to ~/.claude/settings.json:
{
"mcpServers": {
"lipila": {
"command": "node",
"args": ["/path/to/lipila-mcp/index.js"],
"env": {
"LIPILA_API_KEY": "lsk_your_key_here",
"LIPILA_ENV": "production"
}
}
}
}Codex — add to ~/.codex/config.toml:
[mcp_servers.lipila]
command = "node"
args = ["/path/to/lipila-mcp/index.js"]
[mcp_servers.lipila.env]
LIPILA_API_KEY = "lsk_your_key_here"
LIPILA_ENV = "production"Antigravity — add to ~/.gemini/antigravity-ide/mcp_config.json:
{
"mcpServers": {
"lipila": {
"command": "node",
"args": ["/path/to/lipila-mcp/index.js"],
"env": {
"LIPILA_API_KEY": "lsk_your_key_here",
"LIPILA_ENV": "production"
}
}
}
}4. Restart your agent
API Reference
Base URLs
Sandbox:
https://api.lipila.dev/api/v1Production:
https://blz.lipila.io/api/v1
Authentication
All requests use x-api-key header.
Collections — Mobile Money
POST /collections/mobile-moneyField | Type | Required |
referenceId | string | Yes |
amount | number | Yes |
narration | string | Yes |
accountNumber | string | Yes |
currency | string | Yes |
string | No |
Collections — Card
POST /collections/cardSame fields as mobile money.
Disbursements
POST /disbursements/mobile-moneySame fields as collections.
Transaction Status
GET /transactions/{referenceId}Webhooks
Lipila sends callbacks with:
{
"referenceId": "...",
"amount": 1.75,
"currency": "ZMW",
"status": "Successful",
"paymentType": "Card",
"type": "Collection",
"accountNumber": "260xxxxxxxxxx",
"identifier": "TXN123456789",
"message": "Payment completed successfully.",
"externalId": "MP250000987654321"
}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.473TypeScriptMIT

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.1
cinetpay-mcpofficial
Alicense-qualityDmaintenanceMCP server that connects AI assistants to the CinetPay API for mobile money payments across Africa, enabling balance checks, payment initialization, transfers, and more.13MIT- 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.MIT
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
A paid remote MCP for AI SDK MCP gateway registry, built to return verdicts, receipts, usage logs, a
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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/zencoder01/lipila-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server