INDIVIDUAL MCP TOOL
get_public_holidays
Return the public holidays for a country and calendar year, with each holiday's date, name and type.
LIVE ENDPOINT
https://mansaapi.com/api/mcp
Connect to this endpoint to inspect the live schema for get_public_holidays and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
lookup_bank— Identify an African bank from any identifier you hold: its name, domestic sort/bank code, SWIFT/BIC code, or USSD shortcode.list_banks— List every bank and financial institution held for a country, with its bank code, SWIFT/BIC, USSD shortcode and mobile-money flag.resolve_nuban— Work out which Nigerian banks a 10-digit NUBAN account number could belong to.lookup_phone_network— Resolve an African phone number to its mobile network operator from the number's prefix.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.