mcp-nordic
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Enables all available modules (default behavior). | true |
| dk-cvr | No | Enables the Danish CVR module for company search and lookup. | |
| dk-energy | No | Enables the Danish energy module for electricity prices, CO2 emissions, and energy mix. | |
| dk-weather | No | Enables the Danish weather module for current conditions and forecasts. | |
| dk-addresses | No | Enables the Danish addresses module (DAWA) for geocoding and address lookups. | |
| fi-companies | No | Enables the Finnish companies module (PRH/YTJ) for business registrations and industry search. | |
| no-companies | No | Enables the Norwegian companies module (Brønnøysund) for business lookups and roles. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dk_cvr_search | Search the Danish CVR registry for a company by name, CVR number, P-number, or phone. Returns company details including address, industry, employees, owners, and status. Also supports Norwegian companies (country=no). |
| dk_cvr_lookup | Look up a specific Danish company by its 8-digit CVR number. Returns full company details. |
| dk_address_search | Search for Danish addresses by free-text query (street name, full address, postal code + city). Returns matching addresses with coordinates. Great for autocomplete and address validation. |
| dk_reverse_geocode | Find the nearest Danish address to a given latitude/longitude coordinate. Returns the closest address with full details. |
| dk_postal_code_lookup | Look up a Danish postal code to get the city/area name, bounding box, and associated municipalities. |
| dk_municipality_lookup | Look up a Danish municipality (kommune) by code or search by name. Returns name, code, region, and geographic bounds. |
| dk_nearby_addresses | Find addresses within a radius of a coordinate. Useful for exploring an area or finding what's around a location. |
| dk_current_weather | Get current weather conditions for a location in Denmark. Uses DMI HARMONIE high-resolution model (2km). Accepts city names, coordinates, or postal codes. |
| dk_weather_forecast | Get hourly or daily weather forecast for a location in Denmark. Uses DMI HARMONIE 2km model for the first 2.5 days, then ECMWF for up to 16 days. |
| dk_compare_weather | Compare current weather between two Danish locations side by side. Useful for deciding between destinations or comparing conditions across the country. |
| dk_electricity_prices | Get current and upcoming Danish electricity spot prices (Elspot). Returns hourly prices for today and tomorrow (when available). Prices include the raw spot price, not taxes/tariffs. |
| dk_co2_emissions | Get real-time CO2 emission intensity of Danish electricity production (g CO2/kWh). Updated every 5 minutes. Useful for timing energy-intensive tasks to low-carbon periods. |
| dk_energy_mix | Get the real-time Danish electricity production mix: wind (offshore/onshore), solar, conventional, and cross-border exchange. Updated every 5 minutes. |
| dk_cheapest_hours | Find the cheapest hours to use electricity today/tomorrow. Useful for scheduling EV charging, laundry, dishwasher, heat pumps, etc. |
| no_search_companies | Search Norwegian company registry (Enhetsregisteret) by name, industry, municipality, or organization form |
| no_company_lookup | Look up a Norwegian company by organization number (organisasjonsnummer). Returns detailed info. |
| no_search_subunits | Search sub-units (underenheter) - branches, offices, departments of Norwegian companies |
| no_company_roles | Get roles (board members, CEO, auditor, etc.) for a Norwegian company |
| fi_search_companies | Search Finnish company registry (PRH/YTJ) by name, location, business ID, or company form. Free government API. |
| fi_company_lookup | Look up a Finnish company by Business ID (Y-tunnus). Returns detailed information including registers, addresses, and history. |
| fi_search_by_industry | Find Finnish companies by industry (TOL 2008 classification). Useful for market research and competitor analysis. |
| fi_recent_registrations | Find recently registered Finnish companies. Great for tracking new business formation trends. |
| no_current_weather | Get current weather for a location in Norway using MET Norway (yr.no). Includes temperature, wind, precipitation, humidity, and cloud cover. |
| no_weather_forecast | Get weather forecast for a location in Norway using MET Norway (yr.no). Returns hourly data for the next N hours. |
| se_current_weather | Get current weather for a location in Sweden using SMHI (Swedish Meteorological and Hydrological Institute). Includes temperature, wind, precipitation, humidity. |
| se_weather_forecast | Get weather forecast for a location in Sweden using SMHI. Returns hourly data for the next N hours. |
| fi_current_weather | Get current weather conditions for a location in Finland. Includes temperature, wind, precipitation, humidity, and cloud cover. |
| fi_weather_forecast | Get hourly or daily weather forecast for a location in Finland. Up to 16 days ahead. |
| fi_compare_weather | Compare current weather between two Finnish locations side by side. |
| no_address_search | Search for Norwegian addresses by text query. Supports street names, full addresses, postal codes, and municipality filtering. |
| no_reverse_geocode | Find Norwegian addresses near a geographic point (reverse geocoding). Returns addresses within the specified radius. |
| no_postal_code_lookup | List addresses in a Norwegian postal code area. Useful for exploring what's in a given postal district. |
| no_municipality_addresses | List addresses in a Norwegian municipality. Can filter by street name. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| usage | |
| usage | |
| usage | |
| nordic-info |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robobobby/mcp-nordic'
If you have feedback or need assistance with the MCP directory API, please join our Discord server