All integrations
Danish Citizen Support

Danish Citizen Support

Search Danish social and disability legislation, Ankestyrelsen principle decisions, and curated public-benefit guidance via a hub-maintained legal corpus.

Manual setup 10 tools

Overview

Danish Citizen Support gives AI agents access to a hub-maintained index of Danish social and disability legislation, Ankestyrelsen principle decisions (via Retsinformation), and curated public-benefit overviews.

The integration focuses on topics such as compensation benefits, assistive devices, home modifications, disability-related transport, personal assistance, loss of earnings compensation, and support for children with disabilities.

Important: Responses are general information based on cited public sources. They are not legal advice and not an eligibility decision. The relevant public authority decides each case.

Prerequisites

  • A stackgate.ai account
  • No Retsinformation or Ankestyrelsen API key is required

Getting credentials

  1. Open My Integrations → Danish Citizen Support.
  2. Click Activate (optional: set a preferred municipality for later municipality-aware features).
  3. Create an API token under your account if your AI client needs a Sanctum bearer token.

stackgate.ai synchronizes legal documents from Retsinformation into a local corpus. MCP tools search that corpus and return official source links.

Using with AI clients

  • Dedicated endpoint: POST /mcp/danish-citizen-support
  • Private gateway: danish-citizen-support__* tools
  • Authenticate with your stackgate.ai API token (Authorization: Bearer …)
  • Prefer Accept: application/json, text/event-stream

Suggested agent workflow:

  1. search_legal_documents for relevant acts and orders
  2. get_legal_section / get_legal_version for point-in-time text
  3. search_principle_decisions for Ankestyrelsen practice
  4. search_public_benefits / get_public_benefit for structured benefit overviews
  5. get_source_status if results look stale

Source priority

  1. Current legislation (Retsinformation)
  2. Executive orders
  3. Current Ankestyrelsen principle decisions
  4. Official legal guidance
  5. Citizen guidance / curated summaries

Never treat citizen guidance as legislation.

Troubleshooting

  • 422 / not configured — activate Danish Citizen Support under My Integrations.
  • Empty search results — the corpus may still be syncing; try broader queries or check get_source_status.
  • 429 hub quota — daily shared-hub limits protect the search service; retry after UTC midnight or contact support.
  • Historical dates — use effective_at / get_legal_version when rules may have changed.
  • More docs: /marketing/docs

Available tools

  • search_legal_documents

    Search Danish legal documents in the hub corpus (acts, consolidated acts, executive orders, guidance).

  • get_legal_document

    Retrieve one legal document and metadata from the local corpus by document_id, eli_uri, or external_id.

  • get_legal_section

    Retrieve a specific legal section (e.g. § 100) as of an optional date, with related sources when requested.

  • get_legal_version

    Return the legal document or section applicable on a specific historical date.

  • compare_legal_versions

    Compare two point-in-time versions of a document or section and return added/removed text.

  • search_principle_decisions

    Search Ankestyrelsen principle decisions indexed from Retsinformation ELI.

  • get_principle_decision

    Retrieve one principle decision with structured metadata and official source links.

  • search_public_benefits

    Search curated Danish public benefits and support schemes with citations. Not an eligibility decision.

  • get_public_benefit

    Retrieve structured information about one public benefit. Includes a standard non-eligibility disclaimer.

  • get_source_status

    Return synchronization status for Retsinformation, Ankestyrelsen ELI, and curated benefits.

MCP endpoint: https://stackgate.ai/mcp/danish-citizen-support (HTTP) or via the private gateway.