# Mansa African Financial Reference Data MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-heyzod-mansa-african-identity
- Repository: https://github.com/HeyZod/mansa-african-identity-mcp
- Website: https://mansaapi.com

## Install
- Endpoint: https://mansaapi.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mansaapi.com/api/mcp

## Tools
- lookup_bank (Look up an African bank by name or code) - 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 find out which institution it belongs to. Returns the bank's name, country, type, bank code, SWIFT/BIC, USSD shortcode and whether it supports mobile money. Endpoint: https://mansaapi.com/api/mcp
- list_banks (List banks in a country) - 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 institutions. Endpoint: https://mansaapi.com/api/mcp
- resolve_nuban (Resolve a Nigerian account number to its possible banks) - 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 code narrows a shortlist without contacting any bank. Typically reduces ~30 banks to ~3. This confirms checksum validity only: it does NOT confirm the account exists, and it never returns the account holder's name, which requires a licensed NIBSS account-name enquiry. Endpoint: https://mansaapi.com/api/mcp
- lookup_phone_network (Identify the mobile network for an African phone number) - 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 validating a number before sending an OTP. Endpoint: https://mansaapi.com/api/mcp
- get_public_holidays (Get public holidays for an African country and year) - 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 (Kenya also publishes Swahili). Endpoint: https://mansaapi.com/api/mcp
- get_currency (Get ISO 4217 details for an African 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. Endpoint: https://mansaapi.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.HeyZod
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 1, 2026
- Source: https://registry.modelcontextprotocol.io
