Back to MCP Servers

Opentk

Access Dutch Parliament (Tweede Kamer) information including documents, debates, activities, and legislative cases through structured search capabilities (based on opentk project by Bert Hubert)

search-data-extraction

Installation

npx -y opentk-mcp

Configuration

{
  "mcpServers": {
    "opentk-mcp": {
      "command": "npx",
      "args": ["-y", "opentk-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub