Nordic

Provides modular Nordic data access (Denmark, Norway, Finland, Sweden) via MCP endpoints using open data sources with no authentication.
  • javascript

0

GitHub Stars

javascript

Language

3 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "robobobby-mcp-nordic": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-nordic"
      ]
    }
  }
}

You can access a centralized Nordic data hub that provides Danish, Norwegian, Finnish, and Swedish information through a single MCP server. It offers multiple data sources across eight modules, with ready-to-use endpoints for weather, company data, addresses, energy, and more, all without requiring API keys.

How to use

To use this MCP server, run it through an MCP client and select the Nordic data modules you need. You can load all modules for full coverage or selectively enable only the data sources you require, such as Danish weather or Finnish company information. Once running, you can query endpoints like current weather, weather forecasts, company lookups, address searches, or energy data depending on the active modules. Use the provided command configuration to start the server and tailor the loaded data sources with the available flags.

How to install

Prerequisites you need before installation: node.js and npm installed on your system.

Option A: Quick start using the MCP configuration snippet

{
  "mcpServers": {
    "nordic": {
      "command": "npx",
      "args": ["-y", "mcp-nordic"]
    }
  }
}

Option B: Run directly after cloning

Clone the project, install dependencies, and run the main script.

git clone https://github.com/robobobby/mcp-nordic.git
cd mcp-nordic
npm install
node src/index.js

Available tools

dk_cvr_search

Search Danish CVR records using cvrapi.dk data source.

dk_cvr_lookup

Lookup details for a Danish CVR using the cvrapi.dk data source.

dk_address_search

Search Danish addresses via the DAWA data source.

dk_reverse_geocode

Reverse geocode coordinates to Danish addresses.

dk_postal_code_lookup

Lookup Danish postal codes.

dk_municipality_lookup

Lookup Danish municipalities.

dk_nearby_addresses

Find nearby addresses around given coordinates in Denmark.

dk_current_weather

Fetch current weather data for Danish locations from DMI Harmonie.

dk_weather_forecast

Retrieve weather forecasts for Denmark.

dk_compare_weather

Compare weather data across multiple Danish locations.

dk_electricity_prices

Get electricity price information for Denmark.

dk_co2_emissions

Retrieve CO2 emissions data related to Danish energy usage.

dk_energy_mix

Show the energy mix for Denmark.

dk_cheapest_hours

Identify the cheapest hours for energy usage in Denmark.

no_search_companies

Search Norwegian companies via Brønnøysund data.

no_company_lookup

Lookup details for a Norwegian company.

no_search_subunits

Search subunits of Norwegian companies.

no_company_roles

Retrieve company roles for Norwegian entities.

no_current_weather

Fetch current weather data for Norway.

no_weather_forecast

Get weather forecasts for Norway.

fi_search_companies

Search Finnish companies via PRH/YTJ.

fi_company_lookup

Lookup Finnish company details.

fi_search_by_industry

Search Finnish companies by industry.

fi_recent_registrations

List recently registered Finnish companies.

se_current_weather

Fetch current weather data for Sweden via SMHI.

se_weather_forecast

Get weather forecasts for Sweden.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Nordic MCP Server - robobobby/mcp-nordic | VeilStrat