← Back to Plugins
MCP Server MCP

io.github.Dairus01/interswitch-mcp-server

github By github 👁 1 views ▲ 0 votes

MCP server for Interswitch APIs: payments, transfers, Verve cards, airtime, and paycodes.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...