Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Dairus01/interswitch-mcp-server

NPM · INTERSWITCH-MCP-SERVER · SCANNED AUG 3

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

+17 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (110 of 111), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (110 of 111), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability78
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 5094 tokens (~67/item across 76 items; 74 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage77
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 30% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · interswitch-mcp-server

# add to Claude Code
claude mcp add dairus01-interswitch-mcp-server -- npx -y interswitch-mcp-server
# add to Codex CLI
codex mcp add dairus01-interswitch-mcp-server -- npx -y interswitch-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dairus01-interswitch-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "interswitch-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dairus01-interswitch-mcp-server --command npx --arg -y --arg interswitch-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  dairus01-interswitch-mcp-server:
    command: "npx"
    args: ["-y", "interswitch-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "dairus01-interswitch-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "interswitch-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +62
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 −34
    • Malware scan: pass → unverified security
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 +15
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 −26
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 27 Jul 26 50

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 110 packages

110 packages in the resolved dependency tree · 110 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 74 exposed · ~5,055 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
isw_get_transaction_by_reference ~30

Get Quickteller transaction by transactionRef query.

NameTypeReqDescription
transactionRefstringyes

No output schema declared.

No examples provided.

isw_get_transaction_details ~27

Get Transaction Search details by transactionId.

NameTypeReqDescription
transactionIdstringyes

No output schema declared.

No examples provided.

isw_get_transaction_status ~29

Get Quickteller transaction status by transactionRef.

NameTypeReqDescription
transactionRefstringyes

No output schema declared.

No examples provided.

isw_initialize_payment ~151

Initialize a Quickteller payment. Provide amountNaira or amountKobo explicitly; endpoint receives kobo. Requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
confirmbooleanRequired as true for write or high-risk tools.
currencyCodenumber
customerIdstringyes
extraobject
merchantCodestring
payableCodestring
redirectUrlstringyes
transactionRefstringyes

No output schema declared.

No examples provided.

isw_initiate_card_data_prep ~111

Initiate Card 360 card data prep. Requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
cardPanstring
confirmbooleanRequired as true for write or high-risk tools.
extraobject
requestRefstring

No output schema declared.

No examples provided.

isw_initiate_refund ~129

Initiate a refund for a settled transaction. High-risk write operation; requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
confirmbooleanRequired as true for write or high-risk tools.
extraobject
merchantCodestring
reasonstring
refundRefstring
transactionRefstringyes

No output schema declared.

No examples provided.

isw_link_card_to_account ~109

Link a Card 360 card to an account. Requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
cardPanstringyes
confirmbooleanRequired as true for write or high-risk tools.
extraobject
requestRefstring

No output schema declared.

No examples provided.

isw_pay_bill ~136

Pay a bill through the payment route. Provide amountNaira or amountKobo explicitly; endpoint receives kobo. Requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
confirmbooleanRequired as true for write or high-risk tools.
customerIdstringyes
extraobject
merchantCodestring
payableCodestring
transactionRefstringyes

No output schema declared.

No examples provided.

isw_pay_vas_bill ~123

Pay a VAS bill. Provide amountNaira or amountKobo explicitly. Requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
confirmbooleanRequired as true for write or high-risk tools.
customerIdstringyes
extraobject
payableCodestring
transactionRefstringyes

No output schema declared.

No examples provided.

isw_reissue_card_pin ~81

Reissue a Card 360 card PIN. The plaintext pin is encrypted locally and never sent. Requires confirm: true.

NameTypeReqDescription
cardPanstringyes
confirmbooleanRequired as true for write or high-risk tools.
extraobject
panstringyes
pinstringyes

No output schema declared.

No examples provided.

isw_requery_transfer ~26

Requery Transfer Service transaction status.

NameTypeReqDescription
transactionRefstringyes

No output schema declared.

No examples provided.

isw_request_nano_loan ~126

Request a nano loan. High-risk operation creating debt; requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
confirmbooleanRequired as true for write or high-risk tools.
customerIdstringyes
extraobject
merchantCodestring
tenornumber
transactionRefstring

No output schema declared.

No examples provided.

isw_resolve_bank_account ~36

Resolve account name before transfer.

NameTypeReqDescription
beneficiaryAccountNumberstringyes
beneficiaryBankCodestringyes

No output schema declared.

No examples provided.

isw_retry_card_creation ~107

Retry a Card 360 card creation request. Requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
cardPanstring
confirmbooleanRequired as true for write or high-risk tools.
extraobject
requestRefstring

No output schema declared.

No examples provided.

isw_salary_lending ~116

Request a salary loan. High-risk operation creating debt; requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
confirmbooleanRequired as true for write or high-risk tools.
customerIdstringyes
employerCodestring
extraobject
tenornumber

No output schema declared.

No examples provided.

isw_single_transfer ~155

Send money to a bank account. High-risk financial operation; requires confirm: true. Provide amountNaira or amountKobo explicitly.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
beneficiaryAccountNamestringyes
beneficiaryAccountNumberstringyes
beneficiaryBankCodestringyes
confirmbooleanRequired as true for write or high-risk tools.
initiatingEntityCodestring
narrationstring
senderNamestringyes
transactionRefstringyes

No output schema declared.

No examples provided.

isw_transaction_search_bulk_search ~33

Search multiple transaction references at once.

NameTypeReqDescription
extraobject
transactionsarrayyes

No output schema declared.

No examples provided.

isw_transaction_search_quick_search ~75

Search transactions by amountKobo, terminal, and date range. Dates use YYYY-MM-DD HH:mm:ss.

NameTypeReqDescription
amountKobonumber
extraobject
fromDatestringyes
terminalIdstring
toDatestringyes

No output schema declared.

No examples provided.

isw_transaction_search_reference_search ~52

Search transactions by transaction reference and date range.

NameTypeReqDescription
extraobject
fromDatestringyes
toDatestringyes
transactionRefstringyes

No output schema declared.

No examples provided.

isw_unblock_card ~103

Unblock a card. Requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
cardPanstringyes
confirmbooleanRequired as true for write or high-risk tools.
extraobject
requestRefstring

No output schema declared.

No examples provided.

isw_unblock_prepaid_card ~106

Unblock a prepaid card. Requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
cardPanstringyes
confirmbooleanRequired as true for write or high-risk tools.
extraobject
requestRefstring

No output schema declared.

No examples provided.

isw_validate_card ~104

Validate card CVV and expiry. Requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
cardPanstringyes
confirmbooleanRequired as true for write or high-risk tools.
extraobject
requestRefstring

No output schema declared.

No examples provided.

isw_validate_customer ~49

Validate a customer account, meter, or phone number for a biller.

NameTypeReqDescription
billerIdstringyes
customerIdstringyes
extraobject

No output schema declared.

No examples provided.

isw_value_financing ~116

Request value financing. High-risk operation creating debt; requires confirm: true.

NameTypeReqDescription
amountKobonumberAmount in kobo. Do not combine with amountNaira.
amountNairanumberAmount in Nigerian Naira. Do not combine with amountKobo.
confirmbooleanRequired as true for write or high-risk tools.
customerIdstringyes
extraobject
merchantCodestring
productCodestring

No output schema declared.

No examples provided.