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.
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:
- mcp-danish-cvr
- mcp-danish-addresses
- mcp-danish-weather
- mcp-danish-energy
- mcp-norwegian-companies
- mcp-norwegian-weather
- mcp-finnish-companies
- mcp-swedish-weather
License
MIT
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.