MCP interface to the Israeli Knesset (parliament) OData API, providing access to legislative and parliamentary information. Exposes resources for committee data by Knesset number, committee sessions, bills (private, government, committee), and Knesset member information. Tools include bill lookup by ID, bill search by keyword, committee info retrieval, member details, and current Knesset number. Ships with prompt templates for analyzing legislation processes and MK voting records.
Clone from GitHub to install
git clone https://github.com/zohar/knesset-mcp
cd knesset-mcp
npm install && npm run build.mcp.json
{
"mcpServers": {
"knesset": {
"command": "node",
"args": [
"build/knesset-mcp-server.js"
],
"cwd": "/path/to/knesset-mcp"
}
}
}get-bill-infoGet detailed information about a specific bill by ID, including initiators
search-bills-by-nameSearch for bills by keyword in their name, with optional Knesset number filter
get-committee-infoGet information about a specific committee by ID
knesset://committees/{knessetNum}knesset://committees/{knessetNum}Get committees for a specific Knesset number
knesset://committee/{committeeId}/sessionsknesset://committee/{committeeId}/sessionsGet sessions for a specific committee by ID
knesset://bills/{billType}knesset://bills/{billType}Get bills by type (private, government, committee)
knesset://knesset-members/{knessetNum}knesset://knesset-members/{knessetNum}Get members of a specific Knesset by number
Official Knesset open data API providing parliamentary information via OData protocol
Search for bills about educationShow info about the Finance CommitteeWho are the members of the 25th Knesset?List all private billsShow sessions of the Constitution CommitteeNode.jsnpmTypeScriptnode-fetchzodBuild with npm run build. Uses a custom stdio transport implementation, not the standard MCP SDK transport.
Python-based MCP server for Israeli Government Open Data (data.gov.il) with full CKAN API coverage and built-in data visualization. Beyond standard dataset search and retrieval, it offers dataset profiling (field types, missing values, statistics), interactive Vega-Lite chart generation (histogram, bar, line, scatter), and Leaflet map generation from geographic data. Built with FastMCP and async httpx for optimal performance, with 34+ automated tests.
MCP server enabling AI assistants to search, discover, and analyze thousands of Israeli government datasets from the national open data portal (data.gov.il). Provides tag-based browsing, keyword search in Hebrew and English, dataset metadata retrieval, record-level data extraction, and organization listing. Version 2.1 adds expert analysis prompts for food/nutrition, environmental sustainability, and real estate market domains. Data sources include government ministries, local authorities, and regulatory bodies via CKAN API.
FastMCP interface to Israel's OpenBudget API enabling AI assistants to query the full governmental budget structure, drill into detailed budget items under specific parents, retrieve historical budget data by code, access procurement contracts, and look up support payment information. Includes a general search tool across multiple budget data categories and bridges the OpenBudget/BudgetKey API into a clean MCP tool interface.