Databases
mansaapi.com
Provides lookups for African bank information, phone network operators, and public holidays.
ENDPOINT 1
https://mansaapi.com/api/mcp
MCP server metadata
- Name
- mansa-african-identity
- Version
- 1.0.0
Known tools 6
lookup_bankIdentify an African bank from any identifier you hold: its name, domestic sort/bank code, SWIFT/BIC code, or USSD shortcode.
Inferred read-onlylist_banksList every bank and financial institution held for a country, with its bank code, SWIFT/BIC, USSD shortcode and mobile-money flag.
Inferred read-onlyresolve_nubanWork out which Nigerian banks a 10-digit NUBAN account number could belong to.
Inferred read-onlylookup_phone_networkResolve an African phone number to its mobile network operator from the number's prefix.
Inferred read-onlyget_public_holidaysReturn the public holidays for a country and calendar year, with each holiday's date, name and type.
Inferred read-onlyget_currencyReturn the ISO 4217 record for a currency: its code, name, symbol, how many decimal places it uses, and every country that uses it.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mansa-african-identity]
url = "https://mansaapi.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mansa-african-identity": {
"type": "http",
"url": "https://mansaapi.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mansa-african-identity
Remote MCP URL: https://mansaapi.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mansa-african-identity": {
"url": "https://mansaapi.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mansa-african-identity": {
"type": "http",
"url": "https://mansaapi.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mansa-african-identity",
"transport": "streamable-http",
"url": "https://mansaapi.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mansaapi.com was fetched 2026-08-05T05:39:57.198Z and is being refreshed.
mansaapi.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.