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.3.tar.gz (20.0 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.3-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ca_eli_mcp-0.3.3.tar.gz
  • Upload date:
  • Size: 20.0 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.3.tar.gz
Algorithm Hash digest
SHA256 6ccc6c55c20c3fd176eff790d233429c50f89b24370c6f763cf3da80e383a146
MD5 b90283a428ed74f082b512cbc76afc8d
BLAKE2b-256 aa3c01db30a9454385d66c6d5e29a7d0d9ed15abada06db5f82f2bac24be4c1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ca_eli_mcp-0.3.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bee89997bfddbd4abfa412dbbdf6d783c4b198d5c46535c20485b78363bfd0d2
MD5 883a490babf74c94421b40a188180f9b
BLAKE2b-256 43c838c731d395a8ac66449f92787cd0cf4edc6c81a6c1159ced7d650cc7883e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.3 This release

2 files

0.3.2

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