PluginBench
MCP Server
Active

Mansa African Financial Reference Data MCP Server

io.github.HeyZod/mansa-african-identity

What is the Mansa African Financial Reference Data MCP server?

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

How to install Mansa African Financial Reference Data

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mansa-african-identity": {
      "url": "https://mansaapi.com/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mansa-african-identity": {
      "serverUrl": "https://mansaapi.com/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mansa-african-identity": {
      "type": "http",
      "url": "https://mansaapi.com/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mansa-african-identity": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mansaapi.com/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mansa-african-identity https://mansaapi.com/api/mcp

Related MCP servers

Live African stock market data — NGX, GSE, NSE, JSE, BRVM and 8 more. Prices, indices and movers.

0
JavaScript
View repository →

Search, verify & screen 1M+ African companies + their government contracts across 18 registries.

View repository →
Mansa African Financial Reference Data MCP Server | PluginBench