Skip to main content

AI IDE62 compatible sources

Windsurf integrations for Danish systems

Configure Codeium Windsurf agentic IDE with Model Context Protocol (MCP) servers and skills to directly query Danish public registers, CVR company data, DAWA addresses, and digital infrastructure while you code.

Documentation

Windsurf MCP config

Paste this into Windsurf MCP Settings to enable Danish MCP sources.

{
  "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

APIs, MCP servers, and data feeds ready for Windsurf.

Compatible Agent Skills

Skills and instructions for Windsurf

View all skills
cvrOfficialby @AgentAccess

CVR Company Lookup & Verification

Procedural workflows and prompt instructions for querying, validating, and extracting Danish CVR business data.

npx skills add lordavocado/AgentAccess.dk --skill cvr-company-lookup
#cvr#business#vat
6 agents
dawaOfficialby @AgentAccess

DAWA Address Normalization & Geocoding

Step-by-step instructions for parsing messy Danish addresses, resolving official DAWA UUIDs, and geocoding coordinates.

npx skills add lordavocado/AgentAccess.dk --skill dawa-address-normalization
#addresses#geodata#dawa
6 agents
mitidOfficialby @AgentAccess

MitID Human-in-the-Loop Safeguards

Deterministic execution protocols for pausing agent loops and escalating Danish citizen MitID app-swap approvals.

npx skills add lordavocado/AgentAccess.dk --skill mitid-hitl-safeguards
#mitid-hitl#auth#compliance
6 agents
cprOfficialby @AgentAccess

Danish CPR & PII Privacy Guardrail

Negative constraint rules and regex filters to prevent agents from storing, logging, or leaking Danish CPR numbers.

npx skills add lordavocado/AgentAccess.dk --skill cpr-gdpr-guardrail
#gdpr#privacy#compliance
6 agents
nemhandelOfficialby @AgentAccess

NemHandel & Peppol E-Invoicing Rules

Specification recipes for validating Danish public sector OIOUBL and Peppol BIS 3.0 electronic invoices.

npx skills add lordavocado/AgentAccess.dk --skill nemhandel-peppol-invoicing
#e-invoicing#nemhandel#peppol
6 agents
skatOfficialby @AgentAccess

Skat Tax & VAT Reporting Workflow

Procedural guidelines for compiling Danish VAT periods, momsangivelse rubrics, and Skattestyrelsen filing deadlines.

npx skills add lordavocado/AgentAccess.dk --skill skat-reporting-guide
#tax#vat#accounting-erp
6 agents

Frequently Asked Questions