← Back to browse

nigeria-trade-intel

Indexed by io.github.Braynexservices

About

Nigeria import/export stats (UN Comtrade, keyless) + HS-code classification, annual or monthly.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsTRADE_PROVIDER
Claude Code
claude mcp add --env TRADE_PROVIDER= nigeria-trade-intel -- npx @braynexservices/nigeria-mcp-trade-intel
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"nigeria-trade-intel","command":"npx","args":["@braynexservices/nigeria-mcp-trade-intel"],"env":{"TRADE_PROVIDER":""}}'
JSON
{
  "mcpServers": {
    "nigeria-trade-intel": {
      "command": "npx",
      "args": [
        "@braynexservices/nigeria-mcp-trade-intel"
      ],
      "env": {
        "TRADE_PROVIDER": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.