← Back to browse

nigeria-worldbank-macro

Indexed by io.github.Braynexservices

About

Nigerian macro indicators (GDP, inflation, population, FDI, more). World Bank API, keyless.

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 varsMACRO_PROVIDER
Claude Code
claude mcp add --env MACRO_PROVIDER= nigeria-worldbank-macro -- npx @braynexservices/nigeria-mcp-worldbank-macro
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-worldbank-macro","command":"npx","args":["@braynexservices/nigeria-mcp-worldbank-macro"],"env":{"MACRO_PROVIDER":""}}'
JSON
{
  "mcpServers": {
    "nigeria-worldbank-macro": {
      "command": "npx",
      "args": [
        "@braynexservices/nigeria-mcp-worldbank-macro"
      ],
      "env": {
        "MACRO_PROVIDER": ""
      }
    }
  }
}

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