{
  "markdown": "# Mansa African Financial Reference Data — MCP Server\n\nA [Model Context Protocol](https://modelcontextprotocol.io) server giving any MCP-capable agent live\naccess to African financial reference data: bank and SWIFT/BIC codes, NUBAN account resolution,\nmobile network lookup, public holidays, and ISO 4217 currencies.\n\nHosted and maintained by [Mansa API](https://mansaapi.com). **No API key required.**\n\n## Connect\n\nStreamable HTTP endpoint:\n\n```\nhttps://mansaapi.com/api/mcp\n```\n\n### Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"mansa-african-identity\": {\n      \"type\": \"http\",\n      \"url\": \"https://mansaapi.com/api/mcp\"\n    }\n  }\n}\n```\n\n### Anything else\n\nPoint your MCP client at the URL above. The server speaks JSON-RPC 2.0 over Streamable HTTP and is\nstateless, so no session handling is required. A plain `GET` returns the server descriptor.\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `lookup_bank` | Identify an African bank from a name, bank/sort code, SWIFT/BIC or USSD shortcode. Works as a **reverse lookup** — pass a bare code like `NLCBTZTX` and get the institution back. |\n| `list_banks` | Every bank held for a country, with codes and mobile-money flag. |\n| `resolve_nuban` | Which Nigerian banks a 10-digit NUBAN account number is checksum-valid for. Typically narrows ~30 banks to ~3. |\n| `lookup_phone_network` | Resolve an African phone number to its mobile network operator. |\n| `get_public_holidays` | Public holidays for a country and year. English by default, with `lang` for local languages. |\n| `get_currency` | ISO 4217 record: code, name, symbol, decimal places, and every country using it. |\n\n## Coverage\n\nNigeria, Ghana, Kenya, South Africa, Egypt, Morocco, Zambia and Tanzania for banks and mobile\nnetworks; holidays and currencies span the wider continent.\n\n## Worth knowing\n\n`resolve_nuban` confirms **checksum validity only**. The CBN NUBAN check digit is derived from the\nbank code plus the first nine digits of the account number, so testing a number against every bank\ncode narrows down where it could be held — without contacting any bank.\n\nIt does **not** confirm that an account exists, and it never returns an account holder's name. That\nrequires a licensed NIBSS account-name enquiry.\n\n## Related\n\nMansa API also publishes [`io.github.HeyZod/mansa-african-markets`](https://github.com/HeyZod/mansa-african-markets-mcp)\nfor live African stock market data — a separate server with a different audience.\n\n- API documentation: https://mansaapi.com/docs\n- OpenAPI spec: https://mansaapi.com/openapi.json\n- Postman collection: https://mansaapi.com/docs/postman\n\n## License\n\nMIT for this manifest. The hosted service is governed by the\n[Mansa API terms](https://mansaapi.com/terms).\n",
  "bytes": 2727,
  "sha": "d26e18fffc9150e46c08725dab8ce9ab778aa42ba719748fdb8018378cb9585d",
  "repo_slug": "heyzod/mansa-african-identity-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_heyzod_mansa_african_identity_1e8bbb60/readme"
}