mcp-nordic

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.

Category
Visit Server

README

mcp-nordic

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

What's included

Module Tools Data Source
๐Ÿ‡ฉ๐Ÿ‡ฐ dk-cvr dk_cvr_search, dk_cvr_lookup cvrapi.dk
๐Ÿ‡ฉ๐Ÿ‡ฐ dk-addresses dk_address_search, dk_reverse_geocode, dk_postal_code_lookup, dk_municipality_lookup, dk_nearby_addresses DAWA
๐Ÿ‡ฉ๐Ÿ‡ฐ dk-weather dk_current_weather, dk_weather_forecast, dk_compare_weather DMI HARMONIE 2km
๐Ÿ‡ฉ๐Ÿ‡ฐ dk-energy dk_electricity_prices, dk_co2_emissions, dk_energy_mix, dk_cheapest_hours Energi Data Service
๐Ÿ‡ณ๐Ÿ‡ด no-companies no_search_companies, no_company_lookup, no_search_subunits, no_company_roles Brรธnnรธysund
๐Ÿ‡ณ๐Ÿ‡ด no-weather no_current_weather, no_weather_forecast MET Norway/yr.no
๐Ÿ‡ซ๐Ÿ‡ฎ fi-companies fi_search_companies, fi_company_lookup, fi_search_by_industry, fi_recent_registrations PRH/YTJ
๐Ÿ‡ธ๐Ÿ‡ช se-weather se_current_weather, se_weather_forecast SMHI

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, --no-weather, --fi-companies, --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?"

Country coverage

Country Companies Weather Addresses Energy
๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark โœ… CVR โœ… DMI โœ… DAWA โœ… Energinet
๐Ÿ‡ณ๐Ÿ‡ด Norway โœ… Brรธnnรธysund โœ… MET/yr.no โ€” โ€”
๐Ÿ‡ซ๐Ÿ‡ฎ Finland โœ… PRH/YTJ โ€” โ€” โ€”
๐Ÿ‡ธ๐Ÿ‡ช Sweden โ€” โœ… SMHI โ€” โ€”

Individual servers

Each module is also available as a standalone server:

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured