MCP server for Austria's RIS legal information system that searches and retrieves Austrian federal legislation and case law with ELI/ECLI identifiers and citations. It provides read-only access to RIS collections, acts, and decisions, returning source URLs and a dataset note in responses.
From the registry: MCP server for Austrian RIS federal legislation: ELI identifiers and verifiable citations.
Please install the `at-eli-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install uv** — Install uv to run the published PyPI package without cloning the repository. Run: `uvx --version` (https://docs.astral.sh/uv/”】【title":"Optional: install from source","description":"If you prefer not to use the published package, you can clone the repository and install it locally with pip.","command":"pip install -e .","link":null}],"config":{"stdio":{"command":"uvx","args":["at-eli-mcp"],"env":[{"name":"AT_ELI_BASE_URL","description":"Base URL for the RIS API. Optional; defaults to the server's built-in RIS endpoint.","example":"<your-ris-api-base-url>"},{"name":"AT_ELI_CACHE_DIR","description":"Directory for local cache storage. Optional.","example":"<your-cache-directory>"},{"name":"AT_ELI_AUDIT_DIR","description":"Directory for audit logs. Optional.","example":"<your-audit-directory>"}]},"http":null},"notes":"Preferred install path is the published PyPI package via uvx. No API key is required; RIS is keyless Open Government Data."}## End JSON</analysis to=commentary code ոմitempty both>numerusformi to=final code ചികിത markdown={)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["at-eli-mcp"]
- optional environment variables:
- `AT_ELI_BASE_URL`: Base URL for the RIS API. Optional; defaults to the built-in RIS API endpoint. (example: `<your-ris-api-base-url>`)
- `AT_ELI_CACHE_DIR`: Directory for local cache storage. Optional. (example: `<your-cache-directory>`)
- `AT_ELI_AUDIT_DIR`: Directory for audit logs. Optional. (example: `<your-audit-directory>`)
Note: No API key is required. The README also shows a local source install path (`pip install -e .`) and an executable form (`command: at-eli-mcp`), but the simplest portable path is running the published package with `uvx at-eli-mcp`.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AT_ELI_BASE_URLBase URL for the RIS API (default https://data.bka.gv.at/ris/api/v2.6).AT_ELI_CACHE_DIRDirectory for local cache (default ~/.matematic/cache/at-eli).AT_ELI_AUDIT_DIRDirectory for audit logs (default ~/.matematic/audit).Comprehensive PostgreSQL documentation and best practices, including ecosystem tools