RIS
- typescript
0
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"philrox-ris-mcp-ts": {
"command": "npx",
"args": [
"-y",
"ris-mcp-ts"
]
}
}
}You can run the RIS MCP Server to give an AI assistant access to Austria’s official legal database, enabling natural language questions to be translated into precise RIS API queries and full document retrieval without needing an API key.
How to use
Once the RIS MCP Server is running, you connect your MCP client and ask questions in natural language. You can request federal or state laws, search court decisions, retrieve full documents, browse gazettes, or track changes across RIS collections. The server handles your requests by translating them into structured RIS API calls and returns results in markdown or JSON formats.
How to install
Prerequisites: You need Node.js version 20.0.0 or higher installed on your machine.
Install and run the MCP server locally using the following commands.
# Install the MCP server locally (example)
npx ris-mcp-ts
Additional setup and notes
You can also run the server directly by installing the package globally, then starting it.
Alternatively, you can use the package manager to install and run the server if you prefer a global install.
Available tools
ris_bundesrecht
Search federal laws such as ABGB, StGB, UGB, and related federal legal texts.
ris_landesrecht
Search state laws for all nine Austrian provinces.
ris_judikatur
Search court decisions from multiple Austrian court types.
ris_bundesgesetzblatt
Search Federal Law Gazettes (BGBl) for official publications.
ris_landesgesetzblatt
Search State Law Gazettes (LGBl) for provincial publications.
ris_regierungsvorlagen
Search government bills and related parliamentary documents.
ris_dokument
Retrieve full document text by ID or URL with support for various prefixes.
ris_bezirke
Search district authority announcements.
ris_gemeinden
Search municipal law, regulations, and local ordinances.
ris_sonstige
Search miscellaneous collections and specialized databases within RIS.
ris_history
Track document change history across RIS collections.
ris_verordnungen
Search state ordinance gazettes.