Connect your client

Two values go into every client: the server URL and your API key as a bearer token. Pick your client below for the exact steps.

Server URL https://uat.nbb-mcp.be/mcp
Header Authorization: Bearer nbb_live_…
Transport MCP streamable HTTP

Guides

Claude Code

One `claude mcp add` command in your terminal.

ChatGPT

Developer-mode MCP connector, with the key as a bearer token.

Codex CLI

An `mcp_servers` block in ~/.codex/config.toml.

Before you start

You need a key first. Your account page issues one — it starts with nbb_live_ and is shown once. If you have not signed up yet, sign in with your email address; the free plan needs no card.

Every guide ends with the same check — asking the assistant to find the annual accounts of Colruyt — so you can tell a working connector from a silent one.

Cloud clients need a public HTTPS endpoint. claude.ai and ChatGPT connect to this server from their own servers, so the URL has to be reachable from the internet with a valid certificate. Clients that run on your machine (Claude Code, Codex CLI) can reach a local or internal address directly.