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
{
"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