Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RIS_RATE_MSNoMinimum delay between requests in milliseconds1200
RIS_BASE_URLNoAPI base URLhttps://data.bka.gv.at/ris/api/v2.6
RIS_MCP_HOSTNoBind host for http/sse127.0.0.1
RIS_MCP_PATHNoURL path for the HTTP endpoint
RIS_MCP_PORTNoBind port for http/sse8000
RIS_SOAP_URLNoOGD SOAP endpointhttps://data.bka.gv.at/ris/ogd/v2.6/
RIS_AUDIT_DIRNoIf set, audit log directory
RIS_CACHE_DIRNoSQLite cache directory~/.cache/at-ris-mcp
RIS_TIMEOUT_SNoHTTP timeout in seconds30
RIS_USER_AGENTNoUser agent stringat-ris-mcp/<version> (+…)
RIS_MAX_RETRIESNoMaximum number of retries3
RIS_CACHE_ENABLEDNoWhether cache is enabledtrue
RIS_MCP_TRANSPORTNoServer transport: stdio, http, sse, streamable-httpstdio

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ris_search_lawA

Search Austrian federal law (Bundesrecht).

applikation: BrKons (consolidated law, default) | BgblAuth | BgblPdf | BgblAlt | Begut | RegV | Erv. Use paragraph/artikel/anlage="N" or "N-M" for section access (BrKons), fassung_vom=YYYY-MM-DD for a historical version snapshot. For Begut/RegV use einbringende_stelle, in_begutachtung_am (Begut) or beschluss_von/beschluss_bis (RegV). Each hit carries eli_uri, human_readable_citation, source_url and content_urls for ris_get_law_text.

ris_get_law_textA

Fetch the full text of a statute/section from a hit's content_urls.

format: markdown (default) | html | xml | raw (unaltered original). Pass eli_uri and human_readable_citation from the search hit so the text stays citable. content_url must be a .html or .xml URL on ris.bka.gv.at.

ris_search_case

Search Austrian case law (Judikatur).

gericht: Justiz (default, incl. OGH) | Vfgh | Vwgh | Bvwg | Lvwg | Dsk | Dok | Pvak | Gbk | Uvs | AsylGH | Ubas | Umse | Bks | Verg | Normenliste. norm filters by applied norm (e.g. "ABGB §879"). Keep both rechtssaetze and entscheidungstexte true to get full decisions, not just Rechtssätze. Each hit carries a native ecli and content_urls for ris_get_case_text.

ris_get_case_text

Fetch the full text of a decision from a case hit's content_urls.

format: markdown (default) | html | xml | raw. Pass ecli and human_readable_citation from the search hit so the text stays citable. content_url must be a .html or .xml URL on ris.bka.gv.at.

ris_search_state_law

Search Austrian state law (Landesrecht) of the nine Bundesländer.

applikation: LrKons (consolidated state law, default) | LgblAuth | Lgbl | LgblNO | Vbl. bundeslaender: comma-separated list of states to search (LrKons), e.g. "Kaernten,Tirol" (values: Burgenland, Kaernten, Niederoesterreich, Oberoesterreich, Salzburg, Steiermark, Tirol, Vorarlberg, Wien). paragraph/artikel/anlage="N" or "N-M" for section access, fassung_vom=YYYY-MM-DD for a historical snapshot. App-specific: lgblnummer + kundmachung_von/bis (LgblAuth/Lgbl); einbringer, kundmachungsnummer + kundmachung_von/bis (Vbl); gliederungszahl + ausgabedatum_von/bis (LgblNO).

ris_search_misc

Search 'Sonstige' RIS collections (ministerial decrees etc.).

applikation: Erlaesse (ministerial decrees, default) | Avsv | Avn | Spg | KmGer | Upts | Mrp | PruefGewO. geschaeftszahl, norm and bundesministerium mainly apply to Erlaesse. App-specific fine filters (only sent for the relevant app): avsvnummer/dokumentart/urheber (Avsv), avnnummer (Avn), spgnummer (Spg), gericht (KmGer), partei/gz (Upts), einbringer/sitzungsnummer/gesetzgebungsperiode (Mrp). kundmachung_von/bis are YYYY-MM-DD dates. Each hit carries source_url and content_urls.

ris_search_district

Search district authority notices (Bezirke / Bvb).

bundesland: one of Burgenland, Kaernten, Niederoesterreich, Oberoesterreich, Salzburg, Steiermark, Tirol, Vorarlberg, Wien. kundmachung_von/bis are YYYY-MM-DD dates. Each hit carries source_url and content_urls (some notices are PDF-only).

ris_search_municipality

Search municipal law (Gemeinden / Gemeinderecht).

applikation: Gr (Gemeinderecht, default) | GrA (authentic). bundesland: one of the nine states (see ris_search_district). gemeinde: municipality name. fassung_vom (Gr) for a historical snapshot; kundmachung_von/bis (GrA) filter by promulgation date. Each hit carries source_url and content_urls.

ris_list_collections

Static overview of the RIS endpoints/applications covered by this server, plus the scope not yet covered (Landesrecht, History, ...).

ris_list_changes

Change/early-warning feed (RIS History) via the OGD SOAP endpoint.

anwendung: the application to monitor. NB: consolidated federal law is queried as "Bundesnormen" (not "BrKons"), consolidated state law as "Landesnormen". Other valid values include BgblAuth, Begut, RegV, Justiz, Vfgh, Vwgh, Bvwg, Lvwg, Dsk, Erlaesse, ... (see ris_list_collections). von/bis are YYYY-MM-DD dates (AenderungenVon/Bis). include_deleted also returns removed documents. Returns changed/new/deleted documents, each with id, titel, geaendert, a 'deleted' flag and content_urls where available.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/paragraflabs/at-ris-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server