MCP Server
Active
Apache-2.0
io.github.matematicsolutions/prawo-pl-mcp MCP Server
io.github.matematicsolutions/prawo-pl-mcp
What is the io.github.matematicsolutions/prawo-pl-mcp MCP server?
One MCP server for Polish legal data - courts, legislation, KRS, tax, KIO, UODO via 4 unified tools
How to install io.github.matematicsolutions/prawo-pl-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": {
"prawo-pl-mcp": {
"command": "uvx",
"args": [
"prawo-pl-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"prawo-pl-mcp": {
"command": "uvx",
"args": [
"prawo-pl-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"prawo-pl-mcp": {
"command": "uvx",
"args": [
"prawo-pl-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"prawo-pl-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"prawo-pl-mcp"
]
}
}
}Claude Code
claude mcp add prawo-pl-mcp -- uvx prawo-pl-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
MCP server for Luxembourg Legilux: ELI-native legislation and Akoma Ntoso with citations.
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