OpenTK Model Context Protocol Server
@r-huijts
关于 OpenTK Model Context Protocol Server
A Model Context Protocol (MCP) server providing access to Dutch parliamentary data (Tweede Kamer) through OpenTK . This server enables AI assistants to search, retrieve, and analyze parliamentary documents, activities, and information as published by parliament..
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"opentk-mcp": {
"command": "npx",
"args": [
"@r-huijts/opentk-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is OpenTK Model Context Protocol Server?
This MCP server is a bridge between large language models and Dutch parliamentary data. It provides access to documents, debates, and member information from the Tweede Kamer via a standardized interface, built as a wrapper around Bert Hubert's OpenTK project.
How to use OpenTK Model Context Protocol Server?
Run instantly with npx @r-huijts/opentk-mcp. For Claude Desktop, add the server to your claude_desktop_config.json using the npx command. Once configured, Claude can use all 17 tools to search, analyze, and retrieve parliamentary data.
Key features of OpenTK Model Context Protocol Server
- Search parliamentary documents with advanced query syntax (quotes, NOT, OR, NEAR)
- Access comprehensive MP profiles and committee memberships
- Retrieve full document content from PDF/Word with smart chunking
- NLP-powered relevance analysis and keyword extraction (v1.0.16)
- Dutch-optimized entity recognition for persons, parties, and organizations
- Track legislative cases, voting results, and upcoming activities
Use cases of OpenTK Model Context Protocol Server
- Compare party positions on policy topics like AI or climate using parliamentary sources
- Research an MP's voting record, motions, and committee involvement
- Triage large sets of documents by relevance without reading every full text
- Identify upcoming debates, committee meetings, and related documents
- Find which MPs serve on specific committees and their recent joint initiatives
FAQ from OpenTK Model Context Protocol Server
What are the runtime dependencies?
The server runs on Node.js and is installed via npm. It uses the @modelcontextprotocol/sdk and connects to Bert Hubert's tkconv service over HTTP.
Where does the parliamentary data come from?
It sources data from the tkconv service (https://berthub.eu/tkconv/), which provides a developer-friendly API to Dutch parliamentary information.
What transport does the server use?
It uses stdio transport as per the MCP specification, configured via npx or a local Node.js command.
Does it require authentication or API keys?
No authentication or API keys are mentioned; the server accesses a publicly available parliamentary API.
Can it retrieve full document content?
Yes, tools like get_document_content fetch content from PDF and Word documents with three reading modes (targeted, sequential, full).
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome Mlops
visengerA curated list of references for MLOps
评论