Skip to content
Cline

interswitch mcp server for Cline

io.github.dairus01/interswitch-mcp-server

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

client:Cline transport:stdio runtime:npm

Install interswitch mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "interswitch-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "interswitch-mcp-server"
      ],
      "env": {
        "INTERSWITCH_CLIENT_ID": "<INTERSWITCH_CLIENT_ID>",
        "INTERSWITCH_CLIENT_SECRET": "<INTERSWITCH_CLIENT_SECRET>",
        "INTERSWITCH_ENV": "<INTERSWITCH_ENV>",
        "INTERSWITCH_READ_ONLY": "<INTERSWITCH_READ_ONLY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

interswitch mcp server in other clients