Ca Eli MCP server
MCP server for Canadian federal legislation (Justice Laws Website), verifiable citations.
0 stars60 downloads/wk
Reviews
Write oneNobody has reviewed Ca Eli yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Ca Eli tools (3)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
ca_coverageDeclare what this connector covers, how it is sourced, and what it does NOT cover.
ca_get_documentFetch metadata for a Canadian federal act or regulation.
ca_get_textFetch the full consolidated XML text of a Canadian federal act or regulation.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan14 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 28 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
What the publisher says
From the Ca Eli repository's README, as published. We do not edit it. Read it on GitHub
ca-eli-mcp
<!-- mcp-name: io.github.matematicsolutions/ca-eli-mcp -->
MCP server for Canadian federal legislation via the Justice Laws Website (laws-lois.justice.gc.ca), the Department of Justice Canada's official source for consolidated Acts and regulations. Bilingual (English/French).
What this is not
its own. This connector is by-code only (the same limitation as ie-eli-mcp for Ireland): you need to already know the code (e.g. "C-46" for the Criminal Code) or a short title to look one up.
- No free-text search - the Justice Laws Website has no search API of
its content API requires a per-identity key, which breaks the zero-cloud pattern this connector otherwise follows. Not attempted here.
- Federal only - provincial and territorial legislation is out of scope.
- No case law - CanLII's terms of service forbid bulk redistribution and
Tools
Every response carries lexuri (the XML source), sourceurl (the public HTML page), and humanreadablecitation (e.g. "Criminal Code (C-46)").
Install
pip install ca-eli-mcpWindows 11 with Smart App Control
Smart App Control blocks unsigned executables, which covers uvx.exe, pip.exe and the ca-eli-mcp.exe launcher that pip writes at install time. The python.exe and py.exe from the python.org installer are signed by the Python Software Foundation, so running the module through the interpreter works:
python -m pip install ca-eli-mcp
python -m ca_eli_mcppip.exe is blocked for the same reason, so install with python -m pip, not pip install. If python is not on PATH, use the Windows launcher: py -3 -m caelimcp.
{ "mcpServers": { "ca-eli-mcp": { "command": "python", "args": ["-m", "ca_eli_mcp"] } } }Do not turn Smart App Control off to work around this - it cannot be re-enabled without reinstalling Windows.
Configuration
License
Apache-2.0 (code). Justice Laws Website content is Government of Canada material (see SOURCES.md).
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add ca-eli-mcp -- uvx ca-eli-mcp
Ca Eli: common questions
- Is Ca Eli MCP server safe?
- Yes, by our scan: it is graded A (91/100). Read the Ca Eli safety report
- How do I install Ca Eli?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Ca Eli need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Ca Eli maintained?
- The last commit was 28 days ago (2026-08-24). The latest release is v0.3.3.