Search Austrian consolidated federal & state law, court decisions, and the authentic Bundesgesetzblatt from the official RIS via MCP. Keyless. STDIO or Streamable HTTP.
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-austria-mcp-serv": {
"command": "npx",
"args": [
"-y",
"cyanheads/ris-austria-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ris-austria-mcp-serv npx -y cyanheads/ris-austria-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ris-austria-mcp-serv": {
"command": "npx",
"args": [
"-y",
"cyanheads/ris-austria-mcp-server"
]
}
}
}
📋 Copy