Server data from the Official MCP Registry
MCP server for Canadian federal legislation (Justice Laws Website), verifiable citations.
MCP server for Canadian federal legislation (Justice Laws Website), verifiable citations.
This is a well-structured MCP server with clean code quality, proper input validation, and appropriate permissions for its stated purpose of fetching Canadian federal legislation. The server has no authentication requirements (appropriate for a public data source), implements audit logging, and includes retry logic for upstream errors. Minor code quality observations exist but do not indicate security concerns. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CA_ELI_CACHE_DIR
Environment variable: CA_ELI_AUDIT_DIR
Environment variable: CA_ELI_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-matematicsolutions-ca-eli-mcp": {
"env": {
"CA_ELI_BASE_URL": "your-ca-eli-base-url-here",
"CA_ELI_AUDIT_DIR": "your-ca-eli-audit-dir-here",
"CA_ELI_CACHE_DIR": "your-ca-eli-cache-dir-here"
},
"args": [
"ca-eli-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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).
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.| 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)").
pip install ca-eli-mcp
| 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 |
Apache-2.0 (code). Justice Laws Website content is Government of Canada material (see SOURCES.md).
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.