mpesa-mcp-server

breezykalama/mpesa-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 6d ago
A modular MCP server enabling AI agents to safely interact with M-Pesa/Daraja APIs with approvals, idempotency, audit logging, and analytics.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mpesa-mcp-server": {
      "command": "uvx",
      "args": [
        "mpesa-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mpesa-mcp-server