← Back to Plugins
MCP Server MCP

CanLII

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://canlii-mcp.vaquill.ai/mcp",
      "headers": [
        {
          "description": "Bearer token gating access to the hosted CanLII MCP endpoint. Format: 'Bearer <token>'.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        },
        {
          "description": "Your CanLII API key. Apply for one at https://www.canlii.org/en/feedback/feedback.html. The server never stores your key.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "X-CanLII-Token"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...