home / mcp / canlii mcp server

CanLII MCP Server

Provides MCP access to CanLII data for searches of court decisions, statutes, and citations.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "alhwyn-canlii-mcp": {
      "url": "https://your-worker-name.your-account.workers.dev/sse",
      "headers": {
        "CANLII_API": "YOUR_CANLII_API_KEY"
      }
    }
  }
}