Back to Browse

Nigeria MCP Server

FinanceLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Live crypto tickers in Naira (BTC/NGN etc.) from Quidax. Read-only, keyless, no trading.

About

Live crypto tickers in Naira (BTC/NGN etc.) from Quidax. Read-only, keyless, no trading.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (13/13 approved). 1 finding(s) downgraded by scanner intelligence.

16 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Provider selector — "mock" (default, offline synthetic) or "quidax" for live data (keyless).Optional

Environment variable: CRYPTO_PROVIDER

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-braynexservices-nigeria-quidax-crypto": {
      "env": {
        "CRYPTO_PROVIDER": "your-crypto-provider-here"
      },
      "args": [
        "-y",
        "@braynexservices/nigeria-mcp-quidax-crypto"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Nigeria MCP — Nigerian data for AI agents

A Braynex Services Ltd product. Author: Samuel Orie. License: MIT.

Clean, normalized Nigerian business & local data exposed to AI agents (Claude, Cursor, custom agents) as MCP tools — one server per data source, each behind a typed provider seam.

Status: 12 servers LIVE on npm (the original 4 also on the official MCP Registry). Every server runs offline on a mock provider with zero signup; live data is one env var and every new lane is keyless (admin-divisions runs fully offline — it has no live data source).


Products

ServernpmToolsLive sourceKey?
Trade Intel@braynexservices/nigeria-mcp-trade-intelget_trade_stats · classify_hsUN Comtradenone
FX Rates@braynexservices/nigeria-mcp-fx-ratesget_fx_ratesopen.er-api.comnone
Bank Resolve@braynexservices/nigeria-mcp-bank-accountresolve_bank_account · list_banksPaystackfree key
Electricity Meter@braynexservices/nigeria-mcp-electricityvalidate_meter · list_discosVTpass (read-only)free key
Admin Boundaries@braynexservices/nigeria-mcp-grid3-boundariesget_boundary · point_in_adminGRID3 ArcGIS (CC BY 4.0)none
Admin Divisions@braynexservices/nigeria-mcp-admin-divisionslist_states · get_lgasBundled dataset (offline)none
Health Facilities@braynexservices/nigeria-mcp-health-facilityfind_facilities_near · get_facilityGRID3 NGA Health Facilities v2.0 (CC BY 4.0)none
World Bank Macro@braynexservices/nigeria-mcp-worldbank-macroget_macro_indicatorWorld Bank Indicators APInone
IMF WEO@braynexservices/nigeria-mcp-imf-weoget_imf_projectionIMF DataMapper APInone
UN SDG@braynexservices/nigeria-mcp-un-sdgget_sdg_indicatorUN SDG Global Databasenone
Crypto Tickers@braynexservices/nigeria-mcp-quidax-cryptoget_crypto_ticker · list_crypto_marketsQuidax (read-only)none
Sanctions Screening@braynexservices/nigeria-mcp-nigsac-sanctionsscreen_sanctionsNIGSAC registernone
  • Trade Intel — Nigeria import/export statistics by partner, commodity and year, annual or monthly, with USD value (plus CIF/FOB), net weight and quantity, and commodity breakdowns. Plus HS-code classification.
  • FX Rates — live Naira rates against USD, EUR and GBP.
  • Bank Resolve — resolve a 10-digit NUBAN + bank code to the registered account name; list banks with their codes.
  • Electricity Meterread-only meter validation (customer name/address + DisCo) and the DisCo list. No payments.
  • Admin Boundaries — Nigeria admin boundaries (state / LGA / ward): centroid, bounding box, and reverse-geocode a lat/lng point to the admin unit that contains it. GRID3 ArcGIS, keyless.
  • Admin Divisions — Nigeria's 36 states + FCT and all 774 LGAs. Runs fully offline on a bundled dataset — no network, no key.
  • Health Facilities — find Nigerian health facilities near a point, sorted by distance, with details for a single facility. GRID3 NGA Health Facilities v2.0, keyless.
  • World Bank Macro — Nigerian macro indicators (GDP, inflation, population, remittances, FDI, unemployment) from the World Bank Indicators API. Keyless.
  • IMF WEO — IMF World Economic Outlook projections for Nigeria (growth, inflation, debt, current account, unemployment) from the IMF DataMapper API. Keyless.
  • UN SDG — Nigeria UN SDG indicators (poverty, under-5 mortality, electricity & water access, primary completion) from the UN SDG Global Database. Keyless.
  • Crypto Tickers — live crypto tickers in Naira (BTC/NGN etc.), read-only, plus the tradable market list. Quidax public API, keyless.
  • Sanctions Screening — screen a name against Nigeria's official NIGSAC sanctions register. A best-effort fuzzy screening signal for human review — not a legal/compliance determination, and it covers the Nigerian list only. Keyless.

Each server's README has full tool docs, examples and a copy-paste config: see lanes/<server>/README.md. Real-world applications: USE_CASES.md.

Install

One click (Claude Desktop)

Download a bundle from the latest release and double-click it. No terminal, no clone — the bundle carries everything it needs, and the keyed servers prompt you for the free API key during install (leave it blank to run on offline mock data).

Or via npx (any MCP client)

No clone needed (Node.js ≥ 20). Add to your MCP config:

{
  "mcpServers": {
    "nigeria-trade-intel": {
      "command": "npx",
      "args": ["-y", "@braynexservices/nigeria-mcp-trade-intel"],
      "env": { "TRADE_PROVIDER": "opendata" }      // live data, no key
    },
    "nigeria-fx-rates": {
      "command": "npx",
      "args": ["-y", "@braynexservices/nigeria-mcp-fx-rates"],
      "env": { "FX_PROVIDER": "free" }             // live data, no key
    }
  }
}

Then ask: "What were Nigeria's top crude-oil export partners in 2023?" or "What's the dollar to naira rate right now?"

The keyed servers take their credentials the same way — see lanes/bank-account/README.md (free Paystack key) and lanes/electricity/README.md (free VTpass keys). Omit the env block entirely and every server runs on offline mock data.

Find it on

Build from source

npm install
npm run build      # core first, then each server (npm workspaces)
npm run verify     # build + smokes + cross-server eval — fully offline, zero signup

How it works

PathWhat it is
shared/Core library — buildServer, normalized Zod schemas, the typed provider seam, fetchJson (timeout + jittered retry), cache + error helpers.
lanes/<server>/One MCP server per data source — a mock provider (default) plus the live adapter, tools, and smoke/live tests.
eval/Cross-server eval harness (npm run eval).

Tools never call a provider directly: they depend on a typed interface, so selecting a provider is one env var and adding one is one file. Identity data (account names, meter customer details) is pass-through only — never cached, never logged; API keys travel in headers, never in URLs.

Security

Report vulnerabilities privately — see SECURITY.md. Do not open a public issue.


© 2026 Braynex Services Ltd — MIT licensed (see LICENSE + NOTICE). "Braynex Services Ltd" and the product names are trademarks of Braynex Services Ltd.

Reviews

No reviews yet

Be the first to review this server!