Mmcp.market

Ca Eli MCP server

by matematicsolutions·io.github.matematicsolutions/ca-eli-mcp·v0.3.3

MCP server for Canadian federal legislation (Justice Laws Website), verifiable citations.

A91/100grade A
What users say
No reviews yet
Be the first
Safety scan
A91/100

full report

Adoption
Growing

0 stars60 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • ca_coverage

    Declare what this connector covers, how it is sourced, and what it does NOT cover.

  • ca_get_document

    Fetch metadata for a Canadian federal act or regulation.

  • ca_get_text

    Fetch 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

no findings
  • 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
Overall 91/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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-mcp

Windows 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_mcp

pip.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
Add to Cursor

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.

More from matematicsolutions