# io.github.Braynexservices/nigeria-bank-resolve (npm · @braynexservices/nigeria-mcp-bank-account)

Resolve a Nigerian NUBAN + bank code to the account name (Paystack, free key). PII never cached.

- Trust score: 70/100 (medium)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@braynexservices/nigeria-mcp-bank-account`: 70/100 (this document), [markdown](https://verifymcp.io/servers/braynexservices-nigeria-bank-resolve/braynexservices-nigeria-mcp-bank-account.md), [page](https://verifymcp.io/servers/braynexservices-nigeria-bank-resolve/braynexservices-nigeria-mcp-bank-account)

## Channel facts

- Registry: `npm`
- Package: `@braynexservices/nigeria-mcp-bank-account`
- Version: `0.2.6`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (123 of 128), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (123 of 128), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 19 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 135 tokens (~67/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add braynexservices-nigeria-bank-resolve -- npx -y @braynexservices/nigeria-mcp-bank-account
```

### Codex

```bash
codex mcp add braynexservices-nigeria-bank-resolve -- npx -y @braynexservices/nigeria-mcp-bank-account
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "braynexservices-nigeria-bank-resolve": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@braynexservices/nigeria-mcp-bank-account"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add braynexservices-nigeria-bank-resolve --command npx --arg -y --arg @braynexservices/nigeria-mcp-bank-account
```

### Hermes

```yaml
mcp_servers:
  braynexservices-nigeria-bank-resolve:
    command: "npx"
    args: ["-y", "@braynexservices/nigeria-mcp-bank-account"]
```

### Other

```json
{
  "mcpServers": {
    "braynexservices-nigeria-bank-resolve": {
      "command": "npx",
      "args": [
        "-y",
        "@braynexservices/nigeria-mcp-bank-account"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 69, +48)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-08-01 (score 21, −17)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 38, +13)

- [security regression] Provenance: unverified → fail
- [security regression] Malware scan: pass → unverified
- [security improvement] Install scripts: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-07-29 (score 25, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (2)

### `resolve_bank_account` (~106 tokens)

Resolve Nigerian bank account

Resolve a Nigerian bank account (10-digit NUBAN + bank code) to its registered account name. Use list_banks to look up a bank's code. Example: { account_number: '0123456789', bank_code: '058' }.

Input parameters:

- `account_number` (string, required): 10-digit NUBAN account number
- `bank_code` (string, required): Bank/NIP code (e.g. '058' for GTBank) — see list_banks

Output parameters:

- `accountName` (string): Registered account holder name
- `accountNumber` (string): 10-digit NUBAN
- `bankCode` (string)
- `bankName` (string)
- `retrievedAt` (string): ISO-8601 timestamp when the record was fetched
- `source` (string): Which provider/source served this record (e.g. 'mock', 'public', 'mono')

### `list_banks` (~29 tokens)

List Nigerian banks

List supported Nigerian banks with their codes. Use the returned code as bank_code for resolve_bank_account.

Output parameters:

- `banks` (array)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/braynexservices-nigeria-bank-resolve/braynexservices-nigeria-mcp-bank-account#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 21
- 2026-07-31: 38
- 2026-07-29: 25
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@braynexservices/nigeria-mcp-bank-account
- Socket report: https://socket.dev/npm/package/@braynexservices/nigeria-mcp-bank-account
- Repository: https://github.com/Braynexservices/nigeria-mcp
- Changelog RSS feed: https://verifymcp.io/servers/braynexservices-nigeria-bank-resolve/braynexservices-nigeria-mcp-bank-account/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/braynexservices-nigeria-bank-resolve/braynexservices-nigeria-mcp-bank-account/changelog.json
- HTML version of this page: https://verifymcp.io/servers/braynexservices-nigeria-bank-resolve/braynexservices-nigeria-mcp-bank-account
