PluginBench
MCP Server
Active
Apache-2.0

io.github.matematicsolutions/ca-eli-mcp MCP Server

io.github.matematicsolutions/ca-eli-mcp

What is the io.github.matematicsolutions/ca-eli-mcp MCP server?

MCP server for Canadian federal legislation (Justice Laws Website), verifiable citations.

How to install io.github.matematicsolutions/ca-eli-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ca-eli-mcp": {
      "command": "uvx",
      "args": [
        "ca-eli-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ca-eli-mcp": {
      "command": "uvx",
      "args": [
        "ca-eli-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ca-eli-mcp": {
      "command": "uvx",
      "args": [
        "ca-eli-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ca-eli-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ca-eli-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add ca-eli-mcp -- uvx ca-eli-mcp

Related MCP servers

MCP server for Polish court judgments via the SAOS API with verifiable citations.

2
JavaScript
MIT
View repository →

MCP server for Brazilian federal law: legislation, DataJud, STJ, CARF, TST, TCU citations.

1
Python
Apache-2.0
View repository →

German law MCP: legislation (NeuRIS), case law (RII, Open Legal Data), Bundestag DIP documents.

1
Python
Apache-2.0
View repository →

MCP server for French Legifrance (PISTE): legislation and case law with citations and ECLI.

1
Python
Apache-2.0
View repository →

MCP server for Luxembourg Legilux: ELI-native legislation and Akoma Ntoso with citations.

1
Python
Apache-2.0
View repository →

EU legislation and CJEU case law via Publications Office SPARQL (Cellar) + GDPRhub DPA decisions.

1
JavaScript
MIT
View repository →