Serversio.github.Dairus01/interswitch-mcp-server
S

io.github.Dairus01/interswitch-mcp-server

io.github.Dairus01/interswitch-mcp-server · v0.1.3
▦ npm
v0.1.3npm npm: interswitch-mcp-server↗ 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.Dairus01/interswitch-mcp-server",
  "description": "MCP server for Interswitch APIs: payments, transfers, Verve cards, airtime, and paycodes.",
  "repository": {
    "url": "https://github.com/Dairus01/Interswitch-mcp-server",
    "source": "github"
  },
  "version": "0.1.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "interswitch-mcp-server",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Interswitch OAuth2 client ID (from Interswitch Developer Console)",
          "isRequired": true,
          "format": "string",
          "name": "INTERSWITCH_CLIENT_ID"
        },
        {
          "description": "Interswitch OAuth2 client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "INTERSWITCH_CLIENT_SECRET"
        },
        {
          "description": "Target environment: sandbox (default) or production",
          "format": "string",
          "name": "INTERSWITCH_ENV"
        },
        {
          "description": "Set to true to block all write/transfer operations",
          "format": "string",
          "name": "INTERSWITCH_READ_ONLY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}