Skip to main content
Glama
zohar

Knesset MCP Server

by zohar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get-bill-infoA

Get detailed information about a specific bill by its BillID, including initiators.

search-bills-by-nameA

Search bills by keyword in their name. Returns up to 20 most recent Knesset matches.

list-bills-by-statusA

List recent bills filtered by StatusID (from KNS_Status), ordered by LastUpdatedDate descending. Ordering uses LastUpdatedDate since the OData API does not expose per-stage transition dates on KNS_Bill.

list-recent-bills-by-stageA

List recent bills at a named legislative stage. Note: the Knesset combines 2nd and 3rd readings into one vote, so 'second-third-approved' is the closest proxy to 'passed second reading'. 'passed' = became law.

list-bills-by-typeB

List bills by type (private, government, or committee), optionally filtered by Knesset number, ordered by most recent update.

get-committee-infoC

Get information about a specific committee by its CommitteeID.

list-committeesB

List committees for a given Knesset number.

list-knesset-membersA

List Knesset members (MKs) with party (faction) affiliation for a given Knesset. Uses PositionID=54 on KNS_PersonToPosition, which is the row that carries FactionID/FactionName (PositionID=43 exists but has null faction fields). Optionally filter by factionId — use list-factions to discover IDs. Note: an MK who switched factions mid-term appears once per stint.

list-factionsA

List factions (parties) for a given Knesset number. Use the returned FactionID with list-knesset-members to get party rosters.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zohar/knesset-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server