MCP Server
Active
Apache-2.0
io.github.matematicsolutions/legalize-mcp MCP Server
io.github.matematicsolutions/legalize-mcp
What is the io.github.matematicsolutions/legalize-mcp MCP server?
Legislation for 32 jurisdictions (21 EU) as law-as-git, keyless, with ELI-style citations.
How to install io.github.matematicsolutions/legalize-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": {
"legalize-mcp": {
"command": "uvx",
"args": [
"legalize-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"legalize-mcp": {
"command": "uvx",
"args": [
"legalize-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"legalize-mcp": {
"command": "uvx",
"args": [
"legalize-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"legalize-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"legalize-mcp"
]
}
}
}Claude Code
claude mcp add legalize-mcp -- uvx legalize-mcpRelated MCP servers
MCP server for Polish court judgments via the SAOS API with verifiable citations.
2
View repository →JavaScript
MIT
MCP server for Brazilian federal law: legislation, DataJud, STJ, CARF, TST, TCU citations.
1
View repository →Python
Apache-2.0
German law MCP: legislation (NeuRIS), case law (RII, Open Legal Data), Bundestag DIP documents.
1
View repository →Python
Apache-2.0
MCP server for French Legifrance (PISTE): legislation and case law with citations and ECLI.
1
View repository →Python
Apache-2.0
EU legislation and CJEU case law via Publications Office SPARQL (Cellar) + GDPRhub DPA decisions.
1
View repository →JavaScript
MIT
MCP server for the Polish KRS company registry via the official Ministry of Justice API.
1
View repository →JavaScript
MIT