Knesset MCP Server
Related Servers
Alternatives to Knesset MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceEnables LLM clients to search and analyze bills, members, committees, meetings, votes, and reports from the South Korean National Assembly OpenAPI through MCP tools.26MIT
- AlicenseNot gradedqualityBmaintenanceProvides access to Dutch Parliament (Tweede Kamer) open data through MCP tools, enabling querying of parliamentary information via natural language.190 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables querying U.S. legislative data from Congress.gov API using MCP resources for direct lookups and tools for searching and retrieving related data.8MIT
- AlicenseCqualityBmaintenanceEnables AI assistants to search, discover, and analyze thousands of datasets from Israel's national open data portal. It provides tools for querying government ministries, municipalities, and public bodies using the CKAN API.933 npm109MIT
- FlicenseNot gradedqualityDmaintenanceEnables LLMs to query and retrieve real-time open data, documents, protocols, and records from the Swedish Parliament (Riksdag) and Government Offices through 32 specialized MCP tools.31-
- AlicenseAqualityAmaintenanceThe open Congress.gov MCP server. Provides comprehensive access to the Congress.gov API through 6 organized toolsets, enabling AI systems to retrieve and interact with legislative data from the United States Congress with a clean, unified interface.24112 PyPI32Sustainable Use v1.0
TDQS
Scored across 9 tools
Each tool has a clearly distinct purpose: get-bill-info and get-committee-info target single entities; list-bills-by-status, list-bills-by-type, and list-recent-bills-by-stage provide different filtering; list-committees, list-factions, list-knesset-members each cover specific lists; search-bills-by-name is a keyword search. No overlap causes confusion.
All tool names follow a verb_noun_with_hyphens pattern. 'get-' is used for single-item retrieval, 'list-' for multiple items, and 'search-' for keyword search. The pattern is consistent and predictable across all 9 tools.
9 tools is appropriate for a parliamentary data server. It covers the main entities (bills, committees, factions, members) without being overwhelming or too sparse.
The tool set covers core CRUD-like queries (read-only) for bills, committees, factions, and members. Minor gaps include no dedicated get-faction or get-member tool, but list endpoints with filters largely fill these needs.