MCP Server
MCP
io.github.Dairus01/interswitch-mcp-server
MCP server for Interswitch APIs: payments, transfers, Verve cards, airtime, and paycodes.
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
By
Comments
Sign in to leave a comment