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., "@mcp-nordicFind the company details for Novo Nordisk in Denmark"
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.
mcp-nordic
One MCP server for all Nordic data. 33 tools across 10 modules, zero API keys required.
What's included
Module | Tools | Data Source |
🇩🇰 |
| |
🇩🇰 |
| |
🇩🇰 |
| |
🇩🇰 |
| |
🇳🇴 |
| |
🇳🇴 |
| |
🇫🇮 |
| |
🇫🇮 |
| |
🇳🇴 |
| |
🇸🇪 |
|
All APIs are free, open, and require no authentication.
Quick start
{
"mcpServers": {
"nordic": {
"command": "npx",
"args": ["-y", "mcp-nordic"]
}
}
}Or clone and run directly:
git clone https://github.com/robobobby/mcp-nordic.git
cd mcp-nordic
npm install
node src/index.jsSelective loading
Only need Danish weather and Finnish companies?
{
"mcpServers": {
"nordic": {
"command": "npx",
"args": ["-y", "mcp-nordic", "--dk-weather", "--fi-companies"]
}
}
}Available flags: --dk-cvr, --dk-addresses, --dk-weather, --dk-energy, --no-companies, --no-addresses, --no-weather, --fi-companies, --fi-weather, --se-weather, --all (default).
Examples
Ask your AI assistant:
"Look up the company Novo Nordisk in Denmark"
"What's the weather in Copenhagen vs Oslo?"
"What's the forecast for Stockholm this weekend?"
"When's the cheapest time to charge my EV today in DK1?"
"Find recently registered Finnish companies in the tech sector"
"What's the current energy mix in Denmark?"
"Search for Norwegian companies in the oil industry"
"Weather in Tromsø vs Kiruna?"
"Find addresses on Bryggen in Bergen"
"What's at coordinates 59.91, 10.75 in Norway?"
Country coverage
Country | Companies | Weather | Addresses | Energy |
🇩🇰 Denmark | ✅ CVR | ✅ DMI | ✅ DAWA | ✅ Energinet |
🇳🇴 Norway | ✅ Brønnøysund | ✅ MET/yr.no | ✅ Kartverket | — |
🇫🇮 Finland | ✅ PRH/YTJ | ✅ Open-Meteo | — | — |
🇸🇪 Sweden | — | ✅ SMHI | — | — |
Cloudflare Workers deployment (hosted MCP)
This repo now includes a Worker entrypoint using MCP's web-standard streamable HTTP transport.
Deploy
npm install
npm run worker:deployEndpoints
https://<your-worker>.workers.dev/healthhttps://<your-worker>.workers.dev/mcp
Use the /mcp URL as your hosted MCP endpoint.
Individual servers
Each module is also available as a standalone server:
License
MIT
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.