Server data from the Official MCP Registry
Nigeria's 36 states + FCT and 774 LGAs — list states, get LGAs. Fully offline, no key.
Nigeria's 36 states + FCT and 774 LGAs — list states, get LGAs. Fully offline, no key.
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 (4/4 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.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-braynexservices-nigeria-admin-divisions": {
"args": [
"-y",
"@braynexservices/nigeria-mcp-admin-divisions"
],
"command": "npx"
}
}
}From the project's GitHub README.
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).
| Server | npm | Tools | Live source | Key? |
|---|---|---|---|---|
| Trade Intel | @braynexservices/nigeria-mcp-trade-intel | get_trade_stats · classify_hs | UN Comtrade | none |
| FX Rates | @braynexservices/nigeria-mcp-fx-rates | get_fx_rates | open.er-api.com | none |
| Bank Resolve | @braynexservices/nigeria-mcp-bank-account | resolve_bank_account · list_banks | Paystack | free key |
| Electricity Meter | @braynexservices/nigeria-mcp-electricity | validate_meter · list_discos | VTpass (read-only) | free key |
| Admin Boundaries | @braynexservices/nigeria-mcp-grid3-boundaries | get_boundary · point_in_admin | GRID3 ArcGIS (CC BY 4.0) | none |
| Admin Divisions | @braynexservices/nigeria-mcp-admin-divisions | list_states · get_lgas | Bundled dataset (offline) | none |
| Health Facilities | @braynexservices/nigeria-mcp-health-facility | find_facilities_near · get_facility | GRID3 NGA Health Facilities v2.0 (CC BY 4.0) | none |
| World Bank Macro | @braynexservices/nigeria-mcp-worldbank-macro | get_macro_indicator | World Bank Indicators API | none |
| IMF WEO | @braynexservices/nigeria-mcp-imf-weo | get_imf_projection | IMF DataMapper API | none |
| UN SDG | @braynexservices/nigeria-mcp-un-sdg | get_sdg_indicator | UN SDG Global Database | none |
| Crypto Tickers | @braynexservices/nigeria-mcp-quidax-crypto | get_crypto_ticker · list_crypto_markets | Quidax (read-only) | none |
| Sanctions Screening | @braynexservices/nigeria-mcp-nigsac-sanctions | screen_sanctions | NIGSAC register | none |
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.
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).
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.
io.github.Braynexservices/nigeria-{trade-intel,fx-rates,bank-resolve,electricity}npm install
npm run build # core first, then each server (npm workspaces)
npm run verify # build + smokes + cross-server eval — fully offline, zero signup
| Path | What 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.
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.