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, 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables querying 6,870 German federal statutes, case law, and legislative preparatory works directly from AI assistants and MCP-compatible clients.1404Apache 2.0
- Alicense-qualityFmaintenanceMCP 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.8MIT
- AlicenseAqualityAmaintenanceEnables searching and retrieving Austrian federal legislation and case law from the official legal information system RIS, with verifiable ELI and ECLI identifiers.5Apache 2.0
- Flicense-qualityCmaintenanceLocal MCP server that provides Italian legal assistance by querying a local corpus of Italian legislation, integrated with Claude Desktop.
Related MCP Connectors
Task-oriented MCP for Indonesian law: search, resolve citations, read laws, and MK decisions.
Connect AI to millions of laws and court cases with the Lawstronaut MCP.
Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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