MCP Hub
Back to servers

mcp-nordic

Provides access to a suite of Nordic data tools covering Danish business records, addresses, weather, and energy prices, alongside Norwegian and Finnish company information. This unified server enables users to query public APIs for regional data across Denmark, Norway, and Finland without requiring individual API keys.

Updated
Feb 21, 2026

mcp-nordic

One MCP server for all Nordic data. 22 tools across 6 modules, zero API keys required.

What's included

ModuleToolsData Source
🇩🇰 dk-cvrdk_cvr_search, dk_cvr_lookupcvrapi.dk
🇩🇰 dk-addressesdk_address_search, dk_reverse_geocode, dk_postal_code_lookup, dk_municipality_lookup, dk_nearby_addressesDAWA
🇩🇰 dk-weatherdk_current_weather, dk_weather_forecast, dk_compare_weatherDMI HARMONIE 2km
🇩🇰 dk-energydk_electricity_prices, dk_co2_emissions, dk_energy_mix, dk_cheapest_hoursEnergi Data Service
🇳🇴 no-companiesno_search_companies, no_company_lookup, no_search_subunits, no_company_rolesBrønnøysund
🇫🇮 fi-companiesfi_search_companies, fi_company_lookup, fi_search_by_industry, fi_recent_registrationsPRH/YTJ

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.js

Selective 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, --fi-companies, --all (default).

Examples

Ask your AI assistant:

  • "Look up the company Novo Nordisk in Denmark"
  • "What's the weather in Copenhagen vs Oslo?"
  • "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"

Individual servers

Each module is also available as a standalone server:

License

MIT

Reviews

No reviews yet

Sign in to write a review