Skip to main content
Open-Source Agent64 Compatible Sources

Goose AI Agent Integrations for Danish Systems

Goose open-source AI agent framework built by Block. Connect Goose to Danish MCP extensions for terminal automation, database queries, and web data extraction.

Master Goose AI Agent MCP Config

Includes all 64 active Danish MCP tools

Paste this full configuration directly into your Goose AI Agent MCP Settings 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 (64)

Verified APIs, MCP servers, and data feeds ready for Goose AI Agent integration.

Goose AI Agent 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."
}
Goose AI Agent 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."
}
Goose AI Agent Integration Snippet
{
  "_notice": "CVR Data Parser & Replicator is classified as CLI (direct). Direct MCP package not published.",
  "documentation": "https://github.com/gronlund/cvrdata#readme",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Goose AI Agent 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."
}
Goose AI Agent 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."
}
Goose AI Agent Integration Snippet
{
  "mcpServers": {
    "mcp-dawa-itk": {
      "command": "npx",
      "args": [
        "-y",
        "itk-dev-mcp-dawa"
      ]
    }
  }
}
Goose AI Agent Integration Snippet
{
  "_notice": "DAWA Replication Client is classified as CLI (direct). Direct MCP package not published.",
  "documentation": "https://dataforsyningen.dk/data/dawa",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Goose AI Agent 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."
}
Goose AI Agent Integration Snippet
{
  "_notice": "DMI NWP Download CLI is classified as CLI (direct). Direct MCP package not published.",
  "documentation": "https://opendatadocs.dmi.govcloud.dk/",
  "integrationAdvice": "You can expose this tool via FastMCP or an OpenAPI wrapper using the official documentation URL above."
}
Goose AI Agent 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."
}
Goose AI Agent 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."
}
Goose AI Agent 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."
}
Scaffold Custom Danish Tools

Access Enablers for Goose AI Agent

Need to generate custom MCP servers, scrape portals, or run headless automations with Goose AI Agent?

All Builder Enablers
MCP & CLI Builders
Open Source

Official Model Context Protocol terminal runner, inspector & tester

The standard developer CLI and interactive web inspector to test, debug, and execute MCP servers locally and remotely.

#mcp#cli#inspector
Browser Automation
Open Source

Model Context Protocol wrapper for Playwright browser automation

Enables LLMs and agent harnesses to control real browser sessions via standard MCP tool calls (navigate, click, type, screenshot).

#mcp#playwright#browser-automation
MCP & CLI Builders
Open Source

Convert any REST OpenAPI or Swagger spec into instant MCP tools

Dynamically translates OpenAPI 3.0/3.1 specifications into Model Context Protocol tools with automated parameter validation.

#openapi#swagger#mcp

Frequently Asked Questions (Goose AI Agent)

How do I add MCP tools to Goose?

Add the MCP extension command to your ~/.config/goose/config.yaml configuration file.