ris-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ris-mcpsearch for 'Mietrecht' in Austrian law"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ris-mcp
MCP server for Austria's RIS (Rechtsinformationssystem). Exposes Austrian federal law (Bundesrecht) to LLMs via the public RIS OGD API v2.6.
Tools
Tool | What it does |
| Full-text search across Bundesrecht, optionally scoped to one statute |
| Fetch a paragraph or range (e.g. §§ 200–210 UGB) |
| Historical version of a paragraph on a given date |
| Preamble + first page of paragraphs for a statute |
| Look up a BGBl entry by number (e.g. |
| Ordered list of every BGBl that amended a statute |
| Full-text search local index for laws citing a reference |
Related MCP server: ris-mcp
Install
pip install -r requirements.txtRun (MCP Inspector)
mcp dev src/server.pyClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"ris": {
"command": "python3",
"args": ["-m", "src.server"],
"cwd": "/path/to/ris-mcp"
}
}
}Build local index (for who_mentions)
python3 -m src.index # crawl all ~250k docs (30-90 min)
python3 -m src.index 10 # crawl first 10 pages only (for testing)Notes
API:
https://data.bka.gv.at/ris/api/v2.6/— public, no authApplikation=BrKonsfor consolidated federal law,BgblAuthfor gazette entries (≥2004)Content is HTML fetched per-document; converted to clean markdown
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/noahpfi/ris-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server