Danish Citizen Support
Search Danish social and disability legislation, Ankestyrelsen principle decisions, and curated public-benefit guidance via a hub-maintained legal corpus.
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
- Open My Integrations → Danish Citizen Support.
- Click Activate (optional: set a preferred municipality for later municipality-aware features).
- 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:
search_legal_documentsfor relevant acts and ordersget_legal_section/get_legal_versionfor point-in-time textsearch_principle_decisionsfor Ankestyrelsen practicesearch_public_benefits/get_public_benefitfor structured benefit overviewsget_source_statusif results look stale
Source priority
- Current legislation (Retsinformation)
- Executive orders
- Current Ankestyrelsen principle decisions
- Official legal guidance
- 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_versionwhen 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.