MCP server for Israeli law: Knesset legislation and case law, verifiable citations.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-matematicsolutions-il-eli-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Israeli law: Knesset legislation and case law, verifiable citations.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)
Belgian legislation via MCP — full-text search across statutes and provisions
MCP Security Weekly
Get CVE alerts and security updates for io.github.matematicsolutions/il-eli-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Israeli law via the Knesset's official OData API plus a
local case-law corpus. Covers the legislation registry (KNS_IsraelLaw:
in-force/repealed status, Basic Law flag), published law versions with
their official PDF documents (KNS_Law + KNS_DocumentLaw, including
consolidated texts), and 10,558 Hebrew court judgments.
il_get_law_documents
returns official fs.knesset.gov.il PDF URLs; fetching and reading the
PDF is the client's job.israel_law_id (registry) and
law_id (published versions). The Knesset exposes no reliable general
join between them; search both by name (see DISCOVERY.md).| Tool | Purpose |
|---|---|
il_search_laws | Full-text search over law names (registry: status, Basic Law flag) |
il_get_law | Full detail for one law by its IsraelLawID |
il_search_law_texts | Search published law versions (KNS_Law), incl. consolidated texts |
il_get_law_documents | Official PDF documents for a published law (fs.knesset.gov.il) |
il_search_case_law | Keyword search over the local corpus of 10,558 judgments |
il_get_case | One judgment's full text by judgment_id |
Every response carries lex_uri, source_url and human_readable_citation
(the Hebrew name) - Israel has no separate public citation identifier
scheme for this data, so the URLs are dereferenceable Knesset OData entity
URLs, never invented.
pip install il-eli-mcp
| Env var | Default |
|---|---|
IL_ELI_CACHE_DIR | ~/.matematic/cache/il-eli |
IL_ELI_AUDIT_DIR | ~/.matematic/audit |
IL_ELI_BASE_URL | https://knesset.gov.il/Odata/ParliamentInfo.svc |
Apache-2.0 (code). Knesset OData content is official parliamentary publication material (see SOURCES.md).