Nigeria's 36 states + FCT and 774 LGAs β list states, get LGAs. Fully offline, no key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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:
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,grid3-boundaries,admin-divisions,health-facility,worldbank-macro,imf-weo,un-sdg,quidax-crypto,nigsac-sanctions}| 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.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nigeria-admin-divisions)<a href="https://allmcps.com/mcp/nigeria-admin-divisions"><img src="https://allmcps.com/api/badge/nigeria-admin-divisions?style=directory" alt="Nigeria Admin Divisions on AllMCPs" /></a>