HomeProductivity › CanLII

CanLII

MCP for CanLII: Canadian case law and legislation metadata (federal, provincial, territorial).

TypeScript Cloud Remote
★ 5 stars Last pushed 2026-09-14 License: MIT

Topics: Legal

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://canlii-mcp.vaquill.ai/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http canlii-mcp https://canlii-mcp.vaquill.ai/mcp --header "Authorization: <YOUR_VALUE>" --header "X-CanLII-Token: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "canlii-mcp": {
      "url": "https://canlii-mcp.vaquill.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>",
        "X-CanLII-Token": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token gating access to the hosted CanLII MCP endpoint. Format: 'Bearer <token>'.
  • X-CanLII-Token required secret — Your CanLII API key. Apply for one at https://www.canlii.org/en/feedback/feedback.html. The server never stores your key.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry