← politikdata.dk

INDIVIDUAL MCP TOOL

get_case

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

politikdata.dknone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

politikdata.dk

CONNECT 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.

Related tools

  • compare — Compare two Danish politicians/persons, two political parties, or one person against one party majority vote.
  • fetch — Universal Deep Research-compatible fetch tool.
  • get_document_text — Return a bounded slice of extracted text for a document file.
  • get_election — Inspect one public Danish parliamentary or municipal election by ID or slug.
  • get_election_candidates — Inspect candidate names, votes, and vote shares for one FV or KV election and geographic scope.
  • get_election_history — Track turnout, vote totals, party or candidate performance, bloc shares, bloc lead, or calculated FV mandates across elections.
  • get_election_votes — Inspect vote totals, turnout, party/list vote shares, bloc winner and lead for one FV or KV election.
  • get_party — 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.