Interswitch MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 28 Apr 2026.
MCP server for Interswitch APIs: payments, transfers, Verve cards, airtime, and paycodes.
Today is the operative word: we check Interswitch MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add interswitch-mcp-server -- npx -y interswitch-mcp-server
{
"mcpServers": {
"interswitch-mcp-server": {
"args": [
"-y",
"interswitch-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.interswitch-mcp-server]
command = "npx"
args = ["-y", "interswitch-mcp-server"]
{
"mcpServers": {
"interswitch-mcp-server": {
"args": [
"-y",
"interswitch-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"interswitch-mcp-server": {
"args": [
"-y",
"interswitch-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
INTERSWITCH_CLIENT_ID (Interswitch OAuth2 client ID (from Interswitch Developer Console)), INTERSWITCH_CLIENT_SECRET (Interswitch OAuth2 client secret), INTERSWITCH_ENV (Target environment: sandbox (default) or production), INTERSWITCH_READ_ONLY (Set to true to block all write/transfer operations).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Khipu — Chilean instant bank-transfer payments (complements Transbank cards)
MCP server for Circle — USDC payments, wallets, payouts, transfers
MCP server for Stone — open banking, payments, Pix, transfers
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.
MCP server for Zoop — marketplace payments, splits, sellers, buyers, transfers
MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards
MCP server integrating with Stripe - tools for customers, products, payments, and more.
Answers built from our own checks of this server.