Loading MCP server directory, please wait...
MCP server for Interswitch APIs: payments, transfers, Verve cards, airtime, and paycodes.
npx @getmcp/cli add io.github.Dairus01/interswitch-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
INTERSWITCH_CLIENT_IDInterswitch OAuth2 client ID (from Interswitch Developer Console)
INTERSWITCH_CLIENT_SECRETInterswitch OAuth2 client secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Dairus01/interswitch-mcp-server": {
"command": "npx",
"args": [
"-y",
"interswitch-mcp-server"
],
"env": {
"INTERSWITCH_CLIENT_ID": "",
"INTERSWITCH_CLIENT_SECRET": "",
"INTERSWITCH_ENV": "",
"INTERSWITCH_READ_ONLY": ""
}
}
}
}