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.1.tar.gz (19.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.1-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ca_eli_mcp-0.3.1.tar.gz
  • Upload date:
  • Size: 19.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.1.tar.gz
Algorithm Hash digest
SHA256 d2f6e1f1c33e61f7555c2f123d1dbe39794ff9890413c2303236bf6eedc0c9fe
MD5 26e9cb836d6ebc89319b53b71668b9e9
BLAKE2b-256 45ed04d4e4224f218feb7b55259655cc1c1c91972b1e496db167d78f868501b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ca_eli_mcp-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 19.0 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7f14b20c0b4592e940d0c17605fd83c4f6c58844e86387b3b33ca164c275e557
MD5 cfa2bf46fd88ed35c72bfac1f4f7a732
BLAKE2b-256 7b09d41c90df3106bb4079817bb0cb950457a10768ec7f4b9cd622cf6a36505e

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.3

2 files

0.3.2

2 files

This release

0.3.1 This release

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