mcpbeat Sign in

Nigeria Bank Resolve MCP Server

local only

Nigeria Bank Resolve runs on your own machine — the client starts it, so there is no endpoint to ping. 109 installs a week from npm. Last commit 19 Jul 2026.

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

Installs per day peak 28 · avg 15 · +116% w/w
a month agotoday
109
Installs / week
npm · @braynexservices/nigeria-mcp-bank-account
0
Stars
0 open issues
19 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 1

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 18 September 2026. No other catalogue keeps this.

18 Sep the owner changed

Nothing serious here today

Today is the operative word: we check Nigeria Bank Resolve every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add nigeria-bank-resolve -- npx -y @braynexservices/nigeria-mcp-bank-account
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nigeria-bank-resolve": {
      "args": [
        "-y",
        "@braynexservices/nigeria-mcp-bank-account"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nigeria-bank-resolve]
command = "npx"
args = ["-y", "@braynexservices/nigeria-mcp-bank-account"]
.cursor/mcp.json
{
  "mcpServers": {
    "nigeria-bank-resolve": {
      "args": [
        "-y",
        "@braynexservices/nigeria-mcp-bank-account"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nigeria-bank-resolve": {
      "args": [
        "-y",
        "@braynexservices/nigeria-mcp-bank-account"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BANK_PROVIDER (Provider selector — "mock" (default, offline fixtures) or "paystack" for live data.), PAYSTACK_SECRET_KEY (Paystack secret key (free at paystack.com) — required when BANK_PROVIDER=paystack.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nigeria Bank Resolve

same job, measured the same way
Openiban
by pipeworx-io

OpenIBAN MCP — validate an IBAN's checksum + bank code and resolve the

33 tools answering
APICK Finance
by apick

Korean bank account verification: holder name lookup, 1 KRW deposit, bank codes

3 tools answering
qart.uk QR studio
by qart

qart.uk MCP server: resolve scanned codes, browse the free pool, and buy QR artwork.

8 tools answering
Nelly the Elephant
by spicyricecakes

Search and resume past Claude Code conversations. An elephant never forgets.

35 installs/wk local only
MCP Nubank
by codespar

Nubank — Brazilian neobank via Open Finance, accounts, PIX, transfers

25 installs/wk local only
Postal Lookup MCP
by lulu-the-narwhal

Free, keyless postal/ZIP code lookup: place name(s), state/region, and coordinates.

1 tools answering
repo2graph
by srinivasan-78

Ask a codebase questions and get cited code back, from a tree-sitter graph of the repo.

local only
Sv Number
by sv-number

Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back.

29 installs/wk local only

Nigeria Bank Resolve — questions

Answers built from our own checks of this server.

Why is there no uptime for Nigeria Bank Resolve?
Nigeria Bank Resolve runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @braynexservices/nigeria-mcp-bank-account was installed 109 times last week.
How do I connect Nigeria Bank Resolve?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @braynexservices/nigeria-mcp-bank-account straight from npm; nothing to host, nothing to sign up for.
How many people use Nigeria Bank Resolve?
The npm package @braynexservices/nigeria-mcp-bank-account was installed 109 times in the last week. Week over week that is +116%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nigeria Bank Resolve open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.