Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Mansa African Financial Reference Data

io.github.heyzod/mansa-african-identity

African bank & SWIFT codes, NUBAN resolution, mobile networks, holidays and ISO 4217 currencies.

Uptime
100.0%
1 direct probes · 30d
Response
785ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

lookup_bank

Identify an African bank from any identifier you hold: its name, domestic sort/bank code, SWIFT/BIC code, or USSD shortcode. Works as a reverse lookup, so pass a bare SWIFT code like 'NLCBTZTX' to fin…

list_banks

List every bank and financial institution held for a country, with its bank code, SWIFT/BIC, USSD shortcode and mobile-money flag. Use this to build a bank picker or to reconcile a list of institution…

resolve_nuban

Work out which Nigerian banks a 10-digit NUBAN account number could belong to. The CBN check digit is computed from the bank code plus the first nine digits, so testing the number against every bank c…

lookup_phone_network

Resolve an African phone number to its mobile network operator from the number's prefix. Accepts local or international format. Useful for routing a mobile-money payout to the right provider or valida…

get_public_holidays

Return the public holidays for a country and calendar year, with each holiday's date, name and type. Names are returned in English wherever the country publishes it; pass a language code for others (K…

get_currency

Return the ISO 4217 record for a currency: its code, name, symbol, how many decimal places it uses, and every country that uses it.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mansa_african_financial_reference_data": {
      "url": "https://mansaapi.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}