Norges Bank MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Norges Bank MCP ServerWhat is the current EUR/NOK exchange rate?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Norges Bank MCP Server
An MCP (Model Context Protocol) server that gives AI agents direct access to Norges Bank's open data API. Exchange rates, policy rate, government securities, money market data, bank liquidity, and the Regional Network survey.
Built by Gervi Labs as part of an effort to create MCP servers for Norwegian public data sources.
What it does
This server exposes tools for querying data from Norway's central bank, including:
Exchange rates for 40+ currencies against NOK (daily, monthly, annual)
Policy rate (styringsrenten), overnight lending rate, and reserve rate
Nowa (Norwegian overnight weighted average rate)
Government securities: prices, yields, zero-coupon curves
Government debt key figures and primary/secondary market data
Bank liquidity forecasts and statistics
Money market aggregates
Regional Network enterprise survey data
Financial indicators
All data comes from Norges Bank's public SDMX REST API at https://data.norges-bank.no/api/. No authentication required. Data is freely available under open license.
Related MCP server: swiss-snb-mcp
Quick start
Local
pip install -r requirements.txt
python server.pyThe server runs on port 8007 using streamable HTTP transport.
Docker
docker build -t norges-bank-mcp .
docker run -p 8007:8007 norges-bank-mcpOr with docker-compose:
docker compose upAvailable tools
Tool | Description |
| Verify API connectivity |
| List all available datasets |
| Get dimensions and valid codes for a dataset |
| Fetch data with SDMX key filter |
| Quick exchange rate lookup (accepts common names) |
| Current and historical policy rate |
Recommended workflow
Discover:
nb_list_dataflows()to see all available datasetsExplore:
nb_get_dataflow_structure('EXR')to understand dimensions and valid codesQuery:
nb_get_data('EXR', 'B.USD.NOK.SP', '2024-01-01', '2026-03-30')to fetch data
Key format
The SDMX key is a dot-separated string of dimension values. Empty positions act as wildcards. Use + for multiple values in one position.
Key | Meaning |
| Daily USD/NOK spot rate |
| Daily USD, EUR, and GBP vs NOK |
| All currencies vs NOK, daily |
| Monthly USD/NOK |
| Annual USD/NOK |
Frequency codes: B (business daily), M (monthly), A (annual).
Available dataflows
ID | Name | Description |
| Exchange rates | 40+ currencies against NOK |
| Policy rate | Key rate, overnight lending, reserve rate |
| Short rates | Nowa rate |
| Government securities | Prices and yields at market close |
| Generic interest rates | Government bond yield curve |
| Zero coupon yields | Nelson-Siegel-Svensson model |
| Key indicators | Government debt overview |
| Primary market | Government securities auctions |
| Secondary market | Turnover by region/investor |
| Interest rate swaps | Government debt swaps |
| Money market | Aggregated reporting data |
| Liquidity forecast | Bank system liquidity outlook |
| Liquidity statistics | Bank system liquidity data |
| Regional Network | Enterprise and organisation survey |
| Financial indicators | Calculated by Norges Bank |
| F-auctions | Announcements and results |
| Settlement | Settlement system data |
| Policy rate announcements | Rate decision announcements |
| FX announcements | Transactions on behalf of SPU |
Exchange rate convenience
The nb_get_exchange_rate tool accepts common currency names in addition to ISO codes:
"dollar" or "USD"
"euro" or "EUR"
"pound" or "sterling" or "GBP"
"yen" or "JPY"
"swedish" or "SEK"
"danish" or "DKK"
"swiss" or "franc" or "CHF"
"yuan" or "renminbi" or "CNY"
"TWI" for trade-weighted index
"I44" for import-weighted index
... and 30+ more aliases
Related projects
Part of a growing ecosystem of MCP servers for Norwegian public data:
SSB MCP (Statistics Norway): tools.try.no/ssb-mcp
FHI MCP (Public Health Institute): github.com/inooLabs/fhi-mcp
Data source
All data comes from the public Norges Bank SDMX REST API. No authentication required.
API base:
https://data.norges-bank.no/api/Query builder: app.norges-bank.no/query
Documentation: norges-bank.no/en/topics/Statistics/open-data
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceProvides comprehensive Norwegian business intelligence through Brønnøysund and Statistics Norway APIs, enabling company search, financial analysis, ownership mapping, market research, and automated financial data extraction.Last updated
- AlicenseAqualityAmaintenanceEnables AI models to query Swiss National Bank data including exchange rates, balance sheet, interest rates, SARON, monetary aggregates, banking statistics, and balance of payments via the SNB public API.Last updated11MIT
- Alicense-qualityCmaintenanceProvides access to macroeconomic indicators, FX rates, COT data, commodities, and release calendars through the FXMacroData API for AI agents.Last updatedMIT
- Alicense-qualityCmaintenanceEnables AI agents to access and query World Bank data (free, no auth) through natural language or direct tools, wrapping the World Bank Data API v2.Last updated28MIT
Related MCP Connectors
Live & historical FX rates for AI agents, from European Central Bank data. No API keys.
Live & historical FX rates and currency conversion for AI agents. No API keys.
Norges Bank (Norway's central bank) MCP — exchange rates, interest rates,
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mctar/mcp-nb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server