Data Collection
politikdata.dk
Provides tools to access and retrieve data about Danish political figures, parties, cases, documents, and elections.
ENDPOINT 1
https://mcp.politikdata.dk/mcp
MCP server metadata
- Name
- Politikdata.dk MCP
- Version
- 0.1.0
Use this server to retrieve Danish parliamentary data from politikdata.dk. Prefer exact IDs from vocabulary resources where available, include canonical politikdata.dk URLs in answers, and distinguish politikdata.dk data from original Folketinget source URLs when both are present. For comparison tools, omit result_filter or use result_filter=all when the user asks for overall similarity or agreement. Use result_filter=only_agreement or result_filter=only_disagreement only when the user asks to inspect matching result rows; these values must not be used to calculate the overall agreement percentage.
Known tools 21
compareCompare two Danish politicians/persons, two political parties, or one person against one party majority vote.
Inferred read-onlyget_caseGet compact details for one Danish parliamentary case, including paginated associated document metadata and file IDs for optional extracted document text retrieval.
Inferred read-onlyget_electionInspect one public Danish parliamentary or municipal election by ID or slug.
Inferred read-onlyget_election_candidatesInspect candidate names, votes, and vote shares for one FV or KV election and geographic scope.
Inferred read-onlyget_election_historyTrack turnout, vote totals, party or candidate performance, bloc shares, bloc lead, or calculated FV mandates across elections.
Inferred read-onlyget_election_votesInspect vote totals, turnout, party/list vote shares, bloc winner and lead for one FV or KV election.
Inferred read-onlyget_partyGet 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.
Inferred read-onlyget_personGet compact details for one Danish politician/person, including public biography summary, roles, party memberships, parliamentary vote statistics, election candidacies, and personal election votes.
Inferred read-onlyget_vote_castGet compact details for one Danish parliamentary afstemning/vote cast, including paginated party vote breakdown.
Inferred read-onlyget_vote_cast_votesGet the full voting breakdown for one Danish parliamentary afstemning/vote cast, including both party-level votes and individual politician roll-call votes.
Inferred read-onlylist_electionsList public Danish parliamentary and municipal elections that have result data or are enabled for live coverage.
Inferred read-onlysearch_casesSearch Danish parliamentary cases/documents by text, date range, type, category, and topic.
Inferred read-onlysearch_party_votesSearch how a Danish political party voted in Folketinget afstemninger/stemmer.
Inferred read-onlysearch_person_votesSearch how a Danish politician/person voted in Folketinget afstemninger/stemmer.
Inferred read-onlysearch_personsResolve or search politicians by name, optionally limited by parliamentary period.
Inferred read-onlysearch_vote_castsSearch Danish parliamentary afstemninger/stemmer, meaning aggregate vote results for a case step.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.politikdata-dk-mcp]
url = "https://mcp.politikdata.dk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"politikdata-dk-mcp": {
"type": "http",
"url": "https://mcp.politikdata.dk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: politikdata-dk-mcp
Remote MCP URL: https://mcp.politikdata.dk/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"politikdata-dk-mcp": {
"url": "https://mcp.politikdata.dk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"politikdata-dk-mcp": {
"type": "http",
"url": "https://mcp.politikdata.dk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "politikdata-dk-mcp",
"transport": "streamable-http",
"url": "https://mcp.politikdata.dk/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.