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.0.tar.gz (18.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.0-py3-none-any.whl (18.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ca_eli_mcp-0.3.0.tar.gz
  • Upload date:
  • Size: 18.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.0.tar.gz
Algorithm Hash digest
SHA256 7a816deba4447bb40f077e83482c451443c87487395c3c2f52e7e8137cf5257c
MD5 209ed4e3c9218e5f0e95767617199d1e
BLAKE2b-256 bda8b1af3439641a98ef7ca9adf1709ffe9f86d75a3c8700fe68cd003f1a09f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ca_eli_mcp-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 18.9 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d884c1f647a4ebb6f7f779bdc1069822a952779f108a9ab4147ff752133e525a
MD5 3ed3fa7e5226a9b0d6c9efcde12a5caf
BLAKE2b-256 6d958dea7642daec2ee39d6f302836d5545e4435079f89a65719f5cd58b5899e

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

This release

0.3.0 This release

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