Skip to main content
MCP Protocol57 Compatible Sources

Claude Desktop Integrations for Danish Systems

Configure Anthropic Claude Desktop with Model Context Protocol (MCP) servers to directly query Danish public registers, CVR company data, CPR checks, and digital infrastructure.

Master Claude Desktop MCP Config

Includes all 57 active Danish MCP tools

Paste this full configuration directly into your claude_desktop_config.json to enable all Danish systems at once:

{
  "mcpServers": {
    "mcp-dawa-itk": {
      "command": "npx",
      "args": [
        "-y",
        "itk-dev-mcp-dawa"
      ]
    },
    "grundfast-mcp": {
      "type": "http",
      "url": "https://api.grundfast.dk/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_GRUNDFAST_API_KEY>"
      }
    },
    "nemlig-cli": {
      "command": "npx",
      "args": [
        "-y",
        "josequaresma-nemlig_cli"
      ]
    },
    "pleo": {
      "type": "http",
      "url": "https://mcp.pleo.io/mcp"
    },
    "udbud-dk-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pipeworx-io-mcp-udbud-dk"
      ]
    },
    "mcp-energi-data-dk": {
      "command": "npx",
      "args": [
        "-y",
        "pipeworx-io-mcp-energi-data-dk"
      ]
    },
    "mcp-udbud-dk": {
      "command": "npx",
      "args": [
        "-y",
        "pipeworx-io-mcp-udbud-dk"
      ]
    }
  }
}

Compatible Danish Sources (57)

Verified APIs, MCP servers, and data feeds ready for Claude Desktop integration.

Claude Desktop Integration Snippet
{
  "_notice": "Bilbasen & Bilinfo API is classified as API (restricted). Direct MCP package not published.",
  "documentation": "https://developer.bilinfo.net",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Claude Desktop Integration Snippet
{
  "_notice": "Boliga.dk is classified as API (indirect). Direct MCP package not published.",
  "documentation": "https://www.boliga.dk",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Claude Desktop Integration Snippet
{
  "_notice": "CVR — Business Registry API is classified as API (direct). Direct MCP package not published.",
  "documentation": "https://data.virk.dk/datakatalog/erhvervsstyrelsen/company-information",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Claude Desktop Integration Snippet
{
  "_notice": "Corti API is classified as API (direct). Direct MCP package not published.",
  "documentation": "https://docs.corti.ai",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Claude Desktop Integration Snippet
{
  "mcpServers": {
    "mcp-dawa-itk": {
      "command": "npx",
      "args": [
        "-y",
        "itk-dev-mcp-dawa"
      ]
    }
  }
}
Claude Desktop Integration Snippet
{
  "_notice": "DAWA — Danish Addresses Web API is classified as API (direct). Direct MCP package not published.",
  "documentation": "https://dawadocs.dataforsyningen.dk",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Claude Desktop Integration Snippet
{
  "_notice": "DMI Open Data APIs is classified as API (direct). Direct MCP package not published.",
  "documentation": "https://opendatadocs.dmi.gov.cloud",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Claude Desktop Integration Snippet
{
  "_notice": "DR — Danish Broadcasting is classified as API (indirect). Direct MCP package not published.",
  "documentation": "https://www.dr.dk",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Claude Desktop Integration Snippet
{
  "_notice": "Danmarks Miljøportal is classified as API (direct). Direct MCP package not published.",
  "documentation": "https://miljoeportal.dk/services/",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Claude Desktop Integration Snippet
{
  "_notice": "Danmarks Nationalbank — Data API is classified as API (direct). Direct MCP package not published.",
  "documentation": "https://www.nationalbanken.dk/da/statistik/find_statistik/Pages/default.aspx",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Claude Desktop Integration Snippet
{
  "_notice": "Danske Bank Developer Portal is classified as API (restricted). Direct MCP package not published.",
  "documentation": "https://developer.danskebank.com",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Claude Desktop Integration Snippet
{
  "_notice": "Danske Bank Developer Portal is classified as API (restricted). Direct MCP package not published.",
  "documentation": "https://developers.danskebank.com",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Scaffold Custom Danish Tools

Access Enablers for Claude Desktop

Need to generate custom MCP servers, scrape portals, or run headless automations with Claude Desktop?

All Builder Enablers
MCP & CLI Builders
Freemium

Instant MCP & CLI generator from OpenAPI, Swagger & APIs

PrintingPress converts OpenAPI and Swagger specifications into fully-typed Model Context Protocol (MCP) servers and CLI tools in seconds.

#mcp-generator#cli-generator#openapi
MCP & CLI Builders
Open Source

High-level Python & TypeScript framework for building MCP servers

FastMCP provides clean decorators and microframework patterns to write production-ready MCP tools in under 10 lines of code.

#mcp#python#sdk
Browser Automation
Open Source

W3C proposed standard for exposing structured AI tools directly on the web

WebMCP allows web applications to expose typed JavaScript tools and annotated HTML forms directly to in-browser AI agents, replacing fragile DOM scraping.

#webmcp#browser-standard#w3c

Frequently Asked Questions (Claude Desktop)

How do I add Danish system APIs to Claude Desktop?

Open your claude_desktop_config.json file (located in your Application Support or AppData folder) and paste the mcpServers configuration provided on this page. Restart Claude Desktop to start chatting with Danish digital infrastructure.

Does Claude Desktop require NemLog-in or MitID for Danish APIs?

Public read-only datasets (like CVR company info, BBR property data, or Smileys) require no MitID. Write actions or personal data access require human-in-the-loop auth tokens configured in environment variables.

Are these MCP tools official?

AgentAccess catalogs both official government/enterprise MCP servers and open-source community implementations. Each card clearly indicates whether the server is officially backed or community-maintained.