Skip to main content

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

  • No free-text search - the Justice Laws Website has no search API of 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.
  • Federal only - provincial and territorial legislation is out of scope.
  • No case law - CanLII's terms of service forbid bulk redistribution and its content API requires a per-identity key, which breaks the zero-cloud pattern this connector otherwise follows. Not attempted here.

Tools

Tool Purpose
ca_get_document Metadata (title, in-force status, last-consolidated date) for one act or regulation
ca_get_text Full consolidated XML text of the same document
ca_coverage Declare what this connector covers, when each family was captured, and - explicitly - what it does NOT cover. Every gap carries a fallback.

Every response carries lex_uri (the XML source), source_url (the public HTML page), and human_readable_citation (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 ca_eli_mcp.

{ "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

Env var Default
CA_ELI_CACHE_DIR ~/.matematic/cache/ca-eli
CA_ELI_AUDIT_DIR ~/.matematic/audit
CA_ELI_BASE_URL https://laws-lois.justice.gc.ca

License

Apache-2.0 (code). Justice Laws Website content is Government of Canada material (see SOURCES.md).

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ca_eli_mcp-0.3.2.tar.gz (19.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ca_eli_mcp-0.3.2-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file ca_eli_mcp-0.3.2.tar.gz.

File metadata

  • Download URL: ca_eli_mcp-0.3.2.tar.gz
  • Upload date:
  • Size: 19.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ca_eli_mcp-0.3.2.tar.gz
Algorithm Hash digest
SHA256 34e3719c164773c1d0995d04266dbaa83120fe6e42ba1a6e7005e4b83f84fd5b
MD5 fb014a3dafccc9583ed06a7c1d37ffda
BLAKE2b-256 3870d5efa34eb9c1df817bffd1c05035fb6f8092e93c5833f855736c2a7f2a55

See more details on using hashes here.

File details

Details for the file ca_eli_mcp-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: ca_eli_mcp-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ca_eli_mcp-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e197c9b46fd0515ed2d0a971bef779b6581d5ae674924df78e3a7643be266542
MD5 0929118f9eb91f6155cd7e0e9a8b7776
BLAKE2b-256 574f0f51099ef74751b69515e14ad19e88d3a2f182e9a0d2a81e0cd4b38553d3

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.3

2 files

This release

0.3.2 This release

2 files

0.3.1

2 files

0.3.0

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page