★ 0 stars
Unknown language
🤖 AI/LLM
Updated 1d ago
Claude plugin + MCP connector for the Austrian Rechtsinformationssystem (RIS) — search and citation over federal/state/municipal law, gazettes, and case law (VfGH, VwGH, OGH, BVwG, LVwG, DSB). Read-only, CC BY 4.0.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ris-mcp-private-serv": {
"command": "npx",
"args": [
"-y",
"mburgler/ris-mcp-private-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ris-mcp-private-serv npx -y mburgler/ris-mcp-private-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ris-mcp-private-serv": {
"command": "npx",
"args": [
"-y",
"mburgler/ris-mcp-private-server"
]
}
}
}
📋 Copy
Topics
austria claude claude-code legal legaltech mcp mcp-server rechtsinformationssystem