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

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.2.2.tar.gz (16.7 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.2.2-py3-none-any.whl (16.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ca_eli_mcp-0.2.2.tar.gz
  • Upload date:
  • Size: 16.7 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.2.2.tar.gz
Algorithm Hash digest
SHA256 6a5c2b3e433fe86ca779dd76991ed4c4c0e740563ae470d2e8b904fcaa9c2e3f
MD5 2f4dc75a3392db635161188d8c20b316
BLAKE2b-256 d746fcb8b2e6b27f550a250002d053acefee47733d2e03101df28615dfefb496

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ca_eli_mcp-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 16.8 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.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 79d4526cd2a491b14da7c80cd66f157a789e11a0e4b6b818e8b5cdc1dc85901f
MD5 7f575e7e610658e2400d76bfe5f4c2c3
BLAKE2b-256 002656e8718fc244a9c3f2636c44ac8c820c7fb368a10b554ba5d046bdfb2749

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

This release

0.2.2 This release

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