# Politikdata.dk MCP (remote · mcp.politikdata.dk)

Danish parliamentary cases, votes, politicians, parties, elections, and comparison tools.

- Trust score: 73/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.politikdata.dk`: 73/100 (this document), [markdown](https://verifymcp.io/servers/dk-politikdata-mcp/mcp.md), [page](https://verifymcp.io/servers/dk-politikdata-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.politikdata.dk/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 4167 tokens (~138/item across 30 items; 21 tools + 9 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 78% of tool parameters carry a description.
  - Structured output schemas are declared (10% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http dk-politikdata-mcp https://mcp.politikdata.dk/mcp
```

### Codex

```toml
[mcp_servers.dk-politikdata-mcp]
url = "https://mcp.politikdata.dk/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dk-politikdata-mcp": {
      "type": "remote",
      "url": "https://mcp.politikdata.dk/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dk-politikdata-mcp --url https://mcp.politikdata.dk/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dk-politikdata-mcp:
    url: "https://mcp.politikdata.dk/mcp"
```

### Other

```json
{
  "mcpServers": {
    "dk-politikdata-mcp": {
      "type": "http",
      "url": "https://mcp.politikdata.dk/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 72, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 69, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 67, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (21)

### `compare` (~514 tokens)

Compare two Danish politicians/persons, two political parties, or one person against one party
            majority vote. Pass free-text names in left and right; when a name is ambiguous, retry with a specific
            input like person:123 or party:6 from the returned candidates. Leave result_filter as all for overall
            agreement; use only_agreement/only_disagreement only to inspect matching result rows. Comparable votes
            only include For, Imod, and Hverken for eller imod; Fravær/absence and undetermined party majority votes
            are excluded.

Input parameters:

- `accepted` (boolean): Whether the afstemning was accepted/adopted.
- `case_type_id` (integer): Related case type ID from the case type vocabulary resource.
- `category_id` (integer): Advanced refinement filter. Use only when the user explicitly asks         for this category or to narrow an already-inspected result set; categories are difficult to distinguish and         should u…
- `from_date` (string): Earliest afstemning date, formatted as YYYY-MM-DD.
- `include_change_proposals` (boolean): Include amendment/change proposal afstemninger. Defaults to false because change proposal vote casts do not describe what they changed.
- `left` (string, required): Left side person or party name. Use person:123 or party:123 to select a specific ID when a name is ambiguous.
- `page` (integer)
- `page_size` (integer)
- `query` (string): Free-text query for Danish case title.
- `result_filter` (string): Filter returned result rows. Use all for overall comparison questions. Use only_agreement/only_disagreement only to inspect matching result rows. This does not calculate overall agreement; summary re…
- `right` (string, required): Right side person or party name. Use person:123 or party:123 to select a specific ID when a name is ambiguous.
- `sort_by` (string): Sort field. Defaults to date.
- `sort_direction` (string): Sort direction. Defaults to desc.
- `to_date` (string): Latest afstemning date, formatted as YYYY-MM-DD.
- `vote_cast_type_id` (integer): Afstemning type ID from the vote event type vocabulary resource.
- `vote_type_id` (integer): Vote type ID. For person/person and person/party comparisons this filters person votes; for                         party/party comparisons this filters party majority votes.

### `fetch` (~74 tokens)

Universal Deep Research-compatible fetch tool. Takes an id returned by search and returns a readable
            JSON document with id, title, text, url, and metadata.

Input parameters:

- `id` (string, required): Result ID returned by the search tool, for example case:123, vote_cast:456, person:789, or party:2.

Output parameters:

- `id` (string)
- `metadata` (object)
- `text` (string)
- `title` (string)
- `url`

### `get_case` (~116 tokens)

Get compact details for one Danish parliamentary case, including paginated associated document
            metadata and file IDs for optional extracted document text retrieval.

Input parameters:

- `case_id` (integer, required): Case ID from search_cases, search_vote_casts, or vote search related_case.id.
- `document_limit` (integer): Maximum number of associated document metadata records to return. Use 0 to omit document items while keeping document counts.
- `document_offset` (integer): Offset into the associated document metadata list. Use with document_limit to page through large case document lists.

### `get_document_text` (~128 tokens)

Return a bounded slice of extracted text for a document file. Supports head, tail, and range
            pagination; source_url always points to the official PDF.

Input parameters:

- `file_id` (integer, required): File ID from get_case documents.items[].file.id.
- `limit` (integer): Maximum number of extracted-text characters to return.
- `mode` (string): Text slice mode. Use head for the beginning, tail for the end, or range with offset for pagination.
- `offset` (integer): Character offset used only when mode is range. Use next_offset from a prior response to continue reading.

### `get_election` (~134 tokens)

Inspect one public Danish parliamentary or municipal election by ID or slug. Returns election
            metadata, public result status, national turnout, vote totals and party vote shares, update timestamps,
            calculated but not officially verified parliamentary mandate counts, and the previous comparable election
            when available. Use list_elections to discover valid IDs and slugs, and the election-parties vocabulary
            resource to interpret list letters and abbreviations.

Input parameters:

- `election_id` (integer): Election ID from list_elections.
- `election_slug` (string): Election slug from list_elections, for example fv-2022 or kv-2025.

### `get_election_candidates` (~324 tokens)

Inspect candidate names, votes, and vote shares for one FV or KV election and geographic scope. Year is required. Party and candidate text filters can be combined. Candidate names accept IDs, slugs, exact names, or partial names. With one uniquely resolved candidate, breakdown_by can rank their regions, municipalities, or polling areas. Historical geographic candidate rows prove recorded results in the scope, not a complete authoritative ballot roster.

Input parameters:

- `breakdown_by` (string): With one uniquely resolved candidate, break their result down geographically.
- `candidate` (string): Optional candidate ID, slug, exact name, or partial name.
- `constituency` (string): Folketingsvalg constituency (Danish: storkreds) code or name.
- `election_type` (string): FV for Folketingsvalg or KV for Kommunalvalg.
- `municipality` (string): Municipality code, slug, or name, for example Horsens.
- `nomination_district` (string): Folketingsvalg nomination district (Danish: opstillingskreds) code or name.
- `page` (integer)
- `page_size` (integer)
- `party` (string): Optional party name, abbreviation, list letter, or election list ID.
- `polling_area` (string): Polling area (Danish: afstemningsområde) DAGI code or name.
- `region` (string): Region code or name, for example Region Midtjylland.
- `sort_by` (string)
- `sort_direction` (string)
- `year` (integer, required)

### `get_election_history` (~350 tokens)

Track turnout, vote totals, party or candidate performance, bloc shares, bloc lead, or calculated FV mandates across elections. from_year and to_year are optional and inclusive; omitted bounds mean all available history. Geography filters select the same named/code scope in each election. breakdown_by election returns a time series; region, constituency, or municipality ranks that dimension across the period using weighted vote totals rather than averaging percentages. Calculated mandates are not officially verified.

Input parameters:

- `breakdown_by` (string): Group by election, or rank one geographic dimension across the period.
- `candidate` (string): Required for candidate metrics; accepts candidate ID, slug, or name.
- `constituency` (string): Folketingsvalg constituency (Danish: storkreds) code or name.
- `election_type` (string): FV for Folketingsvalg or KV for Kommunalvalg.
- `from_year` (integer)
- `metric` (string, required)
- `municipality` (string): Municipality code, slug, or name, for example Horsens.
- `nomination_district` (string): Folketingsvalg nomination district (Danish: opstillingskreds) code or name.
- `page` (integer)
- `page_size` (integer)
- `party` (string): Required for party metrics; accepts name, abbreviation, letter, or list ID.
- `polling_area` (string): Polling area (Danish: afstemningsområde) DAGI code or name.
- `region` (string): Region code or name, for example Region Midtjylland.
- `sort_by` (string)
- `sort_direction` (string)
- `to_year` (integer)

### `get_election_votes` (~298 tokens)

Inspect vote totals, turnout, party/list vote shares, bloc winner and lead for one FV or KV election. Year is required. With no geography it returns national data; region, constituency, nomination district, municipality, and polling area arguments drill into applicable scopes. Optional party filtering accepts names, abbreviations, list letters, and list IDs. National FV seats are calculated by Politikdata and explicitly not officially verified mandate counts.

Input parameters:

- `constituency` (string): Folketingsvalg constituency (Danish: storkreds) code or name.
- `election_type` (string): FV for Folketingsvalg or KV for Kommunalvalg.
- `municipality` (string): Municipality code, slug, or name, for example Horsens.
- `nomination_district` (string): Folketingsvalg nomination district (Danish: opstillingskreds) code or name.
- `page` (integer)
- `page_size` (integer)
- `party` (string): Optional party name, abbreviation, list letter, or election list ID.
- `polling_area` (string): Polling area (Danish: afstemningsområde) DAGI code or name.
- `region` (string): Region code or name, for example Region Midtjylland.
- `sort_by` (string)
- `sort_direction` (string)
- `year` (integer, required): Election year. Returns election_not_found when no matching election exists.

### `get_party` (~100 tokens)

Get compact details for one Danish political party, including the manually registered party leader,
            profile statistics, national FV/KV vote-share history, latest parliamentary election result, validity
            dates, and public URLs. Any parliamentary mandate count marked calculated is not officially verified. Use
            compare with party:ID when comparing this party against a person or another party.

Input parameters:

- `party_id` (integer, required): Party ID from the parties vocabulary resource or party vote search results.

### `get_person` (~86 tokens)

Get compact details for one Danish politician/person, including public biography summary, roles,
            party memberships, parliamentary vote statistics, election candidacies, and personal election votes. Use
            compare with person:ID when comparing this person against another person or a party majority vote.

Input parameters:

- `person_id` (integer, required): Person ID from search_persons, resolve_person, or a person-specific vote result.

### `get_vote_cast` (~127 tokens)

Get compact details for one Danish parliamentary afstemning/vote cast, including paginated party vote
            breakdown. This does not include the full roll-call list of individual politician votes; use
            get_vote_cast_votes for that.

Input parameters:

- `party_vote_limit` (integer): Maximum number of party vote breakdown rows to return. Use 0 to omit party vote items while keeping counts.
- `party_vote_offset` (integer): Offset into the party vote breakdown list.
- `vote_cast_id` (integer, required): Vote cast / afstemning ID from search_vote_casts or vote search results.

### `get_vote_cast_votes` (~65 tokens)

Get the full voting breakdown for one Danish parliamentary afstemning/vote cast, including both
            party-level votes and individual politician roll-call votes.

Input parameters:

- `vote_cast_id` (integer, required): Vote cast / afstemning ID from search_vote_casts or vote search results.

### `list_elections` (~50 tokens)

List public Danish parliamentary and municipal elections that have result data or are
            enabled for live coverage. Returns IDs and slugs for get_election, plus current default/live markers and
            public URLs.

### `resolve_person` (~87 tokens)

Resolve politicians by name only. Use this when an MCP client needs person IDs before calling
            person-specific tools.

Input parameters:

- `current_only` (boolean): Limit to politicians active in the current period.
- `max_candidates` (integer)
- `name` (string, required): Full or partial name of a politician. Searches only person name fields.
- `period_id` (integer): Optional parliamentary period ID.

### `search` (~52 tokens)

Universal Deep Research-compatible search across Politikdata.dk cases, vote casts, people, and
            parties. Use fetch with the returned id to retrieve a readable citation source.

Input parameters:

- `query` (string, required): Natural-language search query.

Output parameters:

- `results` (array)

### `search_cases` (~246 tokens)

Search Danish parliamentary cases/documents by text, date range, type, category, and topic. Category
            filters should usually be omitted for initial searches and used only for refinement.

Input parameters:

- `case_type_id` (integer): Case type ID from the case type vocabulary resource.
- `category_id` (integer): Advanced refinement filter. Use only when the user explicitly asks         for this category or to narrow an already-inspected result set; categories are difficult to distinguish and         should u…
- `from_date` (string): Earliest update date, formatted as YYYY-MM-DD.
- `keyword_id` (integer): Exact keyword ID, when known.
- `keyword_text` (string): Natural-language topic text. Prefer this when exact keyword IDs are ambiguous.
- `page` (integer)
- `page_size` (integer)
- `query` (string): Free-text query for case title, resume, explanation, or case number.
- `sort_by` (string): Sort field. Defaults to updated_date.
- `sort_direction` (string): Sort direction. Defaults to desc.
- `to_date` (string): Latest update date, formatted as YYYY-MM-DD.

### `search_keywords` (~63 tokens)

Search parliamentary topic keywords by text. Results are ordered by associated document count so
            frequently used keywords are suggested first.

Input parameters:

- `page` (integer)
- `page_size` (integer)
- `query` (string, required): Keyword text or partial topic text to search for.

### `search_party_votes` (~307 tokens)

Search how a Danish political party voted in Folketinget afstemninger/stemmer. Use party IDs from the
            parties vocabulary resource. Category filters should usually be omitted for initial searches and used
            only for refinement.

Input parameters:

- `case_type_id` (integer): Related case type ID from the case type vocabulary resource.
- `category_id` (integer): Advanced refinement filter. Use only when the user explicitly asks         for this category or to narrow an already-inspected result set; categories are difficult to distinguish and         should u…
- `from_date` (string): Earliest afstemning date, formatted as YYYY-MM-DD.
- `include_change_proposals` (boolean): Include amendment/change proposal afstemninger. Defaults to false because change proposal vote casts do not describe what they changed.
- `page` (integer)
- `page_size` (integer)
- `party_id` (integer, required): Party ID from the parties vocabulary resource.
- `query` (string): Free-text query for Danish case title.
- `sort_by` (string): Sort field. Defaults to date.
- `sort_direction` (string): Sort direction. Defaults to desc.
- `to_date` (string): Latest afstemning date, formatted as YYYY-MM-DD.
- `vote_cast_type_id` (integer): Afstemning type ID from the vote event type vocabulary resource.
- `vote_type_id` (integer): Party vote type ID from the vote types vocabulary resource.

### `search_person_votes` (~315 tokens)

Search how a Danish politician/person voted in Folketinget afstemninger/stemmer. Use resolve_person
            first when only a name is known. Category filters should usually be omitted for initial searches and used
            only for refinement.

Input parameters:

- `case_type_id` (integer): Related case type ID from the case type vocabulary resource.
- `category_id` (integer): Advanced refinement filter. Use only when the user explicitly asks         for this category or to narrow an already-inspected result set; categories are difficult to distinguish and         should u…
- `from_date` (string): Earliest afstemning date, formatted as YYYY-MM-DD.
- `include_change_proposals` (boolean): Include amendment/change proposal afstemninger. Defaults to false because change proposal vote casts do not describe what they changed.
- `page` (integer)
- `page_size` (integer)
- `person_id` (integer, required): Person ID. Use resolve_person first when only a name is known.
- `query` (string): Free-text query for Danish case title.
- `sort_by` (string): Sort field. Defaults to date.
- `sort_direction` (string): Sort direction. Defaults to desc.
- `to_date` (string): Latest afstemning date, formatted as YYYY-MM-DD.
- `vote_cast_type_id` (integer): Afstemning type ID from the vote event type vocabulary resource.
- `vote_type_id` (integer): Person vote type ID from the vote types vocabulary resource.

### `search_persons` (~120 tokens)

Resolve or search politicians by name, optionally limited by parliamentary period.

Input parameters:

- `current_only` (boolean): Limit to politicians active in the current period.
- `page` (integer)
- `page_size` (integer)
- `period_id` (integer): Optional parliamentary period ID.
- `query` (string, required): Name or partial name of a politician.
- `sort_by` (string): Optional explicit sort field. Omit to keep relevance-first ordering for name searches.
- `sort_direction` (string): Sort direction for explicit sort_by. Defaults to asc.

### `search_vote_casts` (~316 tokens)

Search Danish parliamentary afstemninger/stemmer, meaning aggregate vote results for a case step.
            This does not search individual person or party votes. Category filters should usually be omitted for
            initial searches and used only for refinement.

Input parameters:

- `accepted` (boolean): Whether the afstemning was accepted/adopted.
- `case_type_id` (integer): Related case type ID from the case type vocabulary resource.
- `category_id` (integer): Advanced refinement filter. Use only when the user explicitly asks         for this category or to narrow an already-inspected result set; categories are difficult to distinguish and         should u…
- `from_date` (string): Earliest meeting date, formatted as YYYY-MM-DD.
- `include_change_proposals` (boolean): Include amendment/change proposal afstemninger. Defaults to false.
- `keyword_id` (integer): Exact keyword ID, when known.
- `keyword_text` (string): Natural-language topic text. Prefer this when exact keyword IDs are ambiguous.
- `page` (integer)
- `page_size` (integer)
- `query` (string): Free-text query for Danish case title or case number.
- `sort_by` (string): Sort field. Defaults to date.
- `sort_direction` (string): Sort direction. Defaults to desc.
- `to_date` (string): Latest meeting date, formatted as YYYY-MM-DD.
- `vote_cast_type_id` (integer): Afstemning type ID from the vote cast/event type vocabulary resource.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dk-politikdata-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 72
- 2026-07-31: 72
- 2026-07-30: 69
- 2026-07-29: 69
- 2026-07-28: 68
- 2026-07-27: 67
- 2026-07-26: 67

## Links

- Remote endpoint: https://mcp.politikdata.dk/mcp
- Website: https://mcp.politikdata.dk/
- Changelog RSS feed: https://verifymcp.io/servers/dk-politikdata-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dk-politikdata-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dk-politikdata-mcp/mcp
