Serversio.github.gabrielmahia/mpesa-mcp
M

io.github.gabrielmahia/mpesa-mcp

io.github.gabrielmahia/mpesa-mcp · v0.1.2
▦ pypi
v0.1.2pypi pypi: mpesa-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.gabrielmahia/mpesa-mcp",
  "description": "M-Pesa + Africa's Talking MCP server — payments, SMS, airtime for AI agents in East Africa.",
  "repository": {
    "url": "https://github.com/gabrielmahia/mpesa-mcp",
    "source": "github"
  },
  "version": "0.1.2",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mpesa-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Safaricom Daraja consumer key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MPESA_CONSUMER_KEY"
        },
        {
          "description": "Safaricom Daraja consumer secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MPESA_CONSUMER_SECRET"
        },
        {
          "description": "M-Pesa shortcode (till or paybill number)",
          "isRequired": true,
          "format": "string",
          "name": "MPESA_SHORTCODE"
        },
        {
          "description": "M-Pesa Lipa Na M-Pesa online passkey",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MPESA_PASSKEY"
        },
        {
          "description": "Daraja environment: sandbox or production",
          "format": "string",
          "name": "MPESA_ENV"
        },
        {
          "description": "Africa's Talking API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AT_API_KEY"
        },
        {
          "description": "Africa's Talking username (use 'sandbox' for testing)",
          "isRequired": true,
          "format": "string",
          "name": "AT_USERNAME"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}