PluginBench
MCP Server
Maintained
MIT

io.github.Braynexservices/nigeria-fx-rates MCP Server

io.github.Braynexservices/nigeria-fx-rates

What is the io.github.Braynexservices/nigeria-fx-rates MCP server?

Live Naira (NGN) exchange rates vs USD/EUR/GBP — keyless, free, cached ~1h. Mock default offline.

How to install io.github.Braynexservices/nigeria-fx-rates

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FX_PROVIDER

    Provider selector — "mock" (default, offline fixtures) or "free" for live data (keyless).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nigeria-fx-rates": {
      "command": "npx",
      "args": [
        "-y",
        "@braynexservices/nigeria-mcp-fx-rates"
      ],
      "env": {
        "FX_PROVIDER": "<YOUR_FX_PROVIDER>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nigeria-fx-rates": {
      "command": "npx",
      "args": [
        "-y",
        "@braynexservices/nigeria-mcp-fx-rates"
      ],
      "env": {
        "FX_PROVIDER": "<YOUR_FX_PROVIDER>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nigeria-fx-rates": {
      "command": "npx",
      "args": [
        "-y",
        "@braynexservices/nigeria-mcp-fx-rates"
      ],
      "env": {
        "FX_PROVIDER": "<YOUR_FX_PROVIDER>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nigeria-fx-rates": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@braynexservices/nigeria-mcp-fx-rates"
      ],
      "env": {
        "FX_PROVIDER": "<YOUR_FX_PROVIDER>"
      }
    }
  }
}
Claude Code
claude mcp add nigeria-fx-rates --env FX_PROVIDER=<YOUR_FX_PROVIDER> -- npx -y @braynexservices/nigeria-mcp-fx-rates

Related MCP servers

Nigeria's 36 states + FCT and 774 LGAs — list states, get LGAs. Fully offline, no key.

0
TypeScript
MIT
View repository →

Resolve a Nigerian NUBAN + bank code to the account name (Paystack, free key). PII never cached.

0
TypeScript
MIT
View repository →

Read-only Nigerian electricity meter validation + DisCo list via VTpass (free keys). No payments.

0
TypeScript
MIT
View repository →

Nigerian admin boundaries (state/LGA/ward): centroid, bbox, reverse-geocode. GRID3, keyless.

0
TypeScript
MIT
View repository →

Find Nigerian health facilities near a point, sorted by distance. GRID3, keyless.

0
TypeScript
MIT
View repository →

IMF World Economic Outlook for Nigeria (growth, inflation, debt, more). Keyless.

0
TypeScript
MIT
View repository →