ris-mcp
Click on "Deploy 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, newest first, deduplicated by law+paragraph |
| Fetch a paragraph or range (e.g. §§ 200–210 UGB), live version only |
| Historical version of a paragraph on a given date |
| Preamble + first page of live paragraphs for a statute |
| Full table of contents for a statute, grouped by section |
| Look up a BGBl entry by number (e.g. |
| Ordered list of every BGBl that amended a statute |
| Search local FTS index for laws citing a provision (e.g. |
Related MCP server: gesetzessuche
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 deployed
Maintenance
Related MCP Connectors
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Search German and EU law from official sources with your AI assistant. PRIMAMCP provides citable legal texts via MCP, with daily updates and hosting in Germany.
- LegalizeOAuthdev.legalize
Official MCP connector for Legalize: read and search its whole open corpus, at any point in time.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables querying 6,870 German federal statutes, case law, and legislative preparatory works directly from AI assistants and MCP-compatible clients.86 npm4Apache 2.0
- AlicenseNot gradedqualityFmaintenanceMCP server for accessing and searching German federal law documents from gesetze-im-internet.de. Provides tools to retrieve specific paragraphs, perform full-text searches, and list available laws.10MIT
- AlicenseAqualityAmaintenanceEnables searching and retrieving Austrian federal legislation and case law from the official legal information system RIS, with verifiable ELI and ECLI identifiers.6Apache 2.0
- FlicenseAqualityCmaintenanceLocal MCP server that provides Italian legal assistance by querying a local corpus of Italian legislation, integrated with Claude Desktop.3-