Nigeria MCP Server
Rank #61,682io.github.Braynexservices/nigeria-fx-rates
Live Naira (NGN) exchange rates vs USD/EUR/GBP — keyless, free, cached ~1h. Mock default offline.
Nigeria MCP Server is a Model Context Protocol (MCP) server published by Braynexservices. It ranks #61,682 of 115,460 servers tracked on MCP Toplist. Nigeria MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Jul 14, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 53,778 of 115,460 servers on MCP Toplist.
Use Nigeria MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nigeria-fx-rates -e "FX_PROVIDER=<your FX_PROVIDER>" -- npx -y @braynexservices/nigeria-mcp-fx-ratesReplace each placeholder with your own value before saving.
[mcp_servers.nigeria-fx-rates]
command = "npx"
args = ["-y", "@braynexservices/nigeria-mcp-fx-rates"]
[mcp_servers.nigeria-fx-rates.env]
FX_PROVIDER = "<your FX_PROVIDER>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nigeria-fx-rates": {
"command": "npx",
"args": [
"-y",
"@braynexservices/nigeria-mcp-fx-rates"
],
"env": {
"FX_PROVIDER": "<your FX_PROVIDER>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nigeria-fx-rates": {
"command": "npx",
"args": [
"-y",
"@braynexservices/nigeria-mcp-fx-rates"
],
"env": {
"FX_PROVIDER": "<your FX_PROVIDER>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nigeria-fx-rates": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@braynexservices/nigeria-mcp-fx-rates"
],
"env": {
"FX_PROVIDER": "<your FX_PROVIDER>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nigeria-fx-rates": {
"command": "npx",
"args": [
"-y",
"@braynexservices/nigeria-mcp-fx-rates"
],
"env": {
"FX_PROVIDER": "<your FX_PROVIDER>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nigeria-fx-rates": {
"command": "npx",
"args": [
"-y",
"@braynexservices/nigeria-mcp-fx-rates"
],
"env": {
"FX_PROVIDER": "<your FX_PROVIDER>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Braynexservices%2Fnigeria-fx-rates)<a href="https://mcptoplist.com/server/io.github.Braynexservices%2Fnigeria-fx-rates"><img src="https://mcptoplist.com/badge/io.github.Braynexservices%2Fnigeria-fx-rates.svg" alt="MCP Toplist: #61,682 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Braynexservices
Available versions (1)
| Version | Published |
|---|---|
| 0.2.2 | Jul 14, 2026 |
Frequently asked questions
- Who maintains Nigeria MCP Server?
- Nigeria MCP Server is maintained by Braynexservices, which publishes 13 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Nigeria MCP Server listed on the Official MCP Registry?
- Yes — Nigeria MCP Server is listed on the Official MCP Registry.
- How many versions does Nigeria MCP Server have?
- MCP Toplist tracks 1 version of Nigeria MCP Server, most recently published on Jul 14, 2026.
- Where can I find the source code for Nigeria MCP Server?
- The source code for Nigeria MCP Server is hosted at github.com/Braynexservices/nigeria-mcp.