← Back to search

io.github.matematicsolutions/at-eli-mcp

matematicsolutions Scanned 1d ago

MCP server for Austrian RIS federal legislation: ELI identifiers and verifiable citations.

B
78.6 / 100

Versions

0.2.0latest
first seen Jun 30, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 5

at_search
annotations: none low

Search Austrian federal law (RIS Bundesrecht). Maps to ``GET /Bundesrecht``. Each hit gets ``eli_uri``, ``human_readable_citation``, ``source_url`` and ``content_urls`` (html/xml). Args: query: ``SearchQuery`` - suchworte, titel, page_size (Ten/Twenty/Fifty/OneHundred), page_number. Returns: ``SearchResult`` with ``total`` and ``items: list[LawRef]``.

query SearchQuery
at_get_text
annotations: none low

Fetch the full text of an act from a RIS content URL. Args: content_url: an absolute ris.bka.gv.at URL from a search hit's ``content_urls`` (``.html`` or ``.xml``). eli_uri: the hit's ELI URL, passed through so the text stays citable. human_readable_citation: the hit's citation, passed through. Returns: ``LawText`` with ``source_url``, ``format``, ``content`` (and the passed-through citation).

eli_uri string content_url str human_readable_citation string
at_case_search
annotations: none low

Search Austrian case law (RIS Judikatur). Maps to ``GET /Judikatur``. Each hit gets a native ``ecli``, ``human_readable_citation``, ``source_url`` and ``content_urls`` (html/xml). Args: query: ``CaseSearchQuery`` - suchworte, applikation (Justiz/Vfgh/Vwgh/...), page_size, page_number. Returns: ``CaseSearchResult`` with ``total`` and ``items: list[CaseRef]``.

query CaseSearchQuery
at_get_case_text
annotations: none low

Fetch the full text of a decision from a RIS content URL. Args: content_url: an absolute ris.bka.gv.at URL from a case hit's ``content_urls`` (``.html`` or ``.xml``). ecli: the hit's ECLI, passed through so the text stays citable. human_readable_citation: the hit's citation, passed through. Returns: ``CaseText`` with ``source_url``, ``format``, ``content`` (and the passed-through ECLI/citation).

ecli string content_url str human_readable_citation string
at_list_collections
annotations: none low

List the RIS collections and which are exposed by this connector. Returns: List of ``Collection`` (code, name, note).

Permissions 3

network medium
Server uses network capabilities via: httpx, urllib
filesystem low
Server uses filesystem capabilities via: open(), os, pathlib
env_vars low
Server uses env_vars capabilities via: os.environ

Scan Findings 37

low
Tool 'at_search' has no annotations annotation_checker · 100%
low
Tool 'at_get_text' has no annotations annotation_checker · 100%
low
Tool 'at_case_search' has no annotations annotation_checker · 100%
low
Tool 'at_get_case_text' has no annotations annotation_checker · 100%
low
Tool 'at_list_collections' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: fastmcp@3.4,<4 (GHSA-5h2m-4q8j-pqpj) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (GHSA-c2jp-c369-7pvx) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (GHSA-m8x7-r2rg-vh5g) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (GHSA-mxxr-jv3v-6pgc) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (GHSA-rcfx-77hg-w2wv) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (GHSA-rj5c-58rq-j5g5) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (GHSA-rww4-4w9c-7733) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (GHSA-vv7q-7jx5-f767) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (PYSEC-2026-1364) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (PYSEC-2026-1365) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (PYSEC-2026-2474) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (PYSEC-2026-2475) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (PYSEC-2026-2476) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.4,<4 (PYSEC-2026-338) dependency_analyzer · 95%
medium
Vulnerable dependency: httpx@0.27,<1 (GHSA-h8pj-cxx2-jfg2) dependency_analyzer · 95%
medium
Vulnerable dependency: httpx@0.27,<1 (PYSEC-2022-183) dependency_analyzer · 95%
medium
Vulnerable dependency: diskcache@5.6 (GHSA-w8v5-vhqr-4h9v) dependency_analyzer · 95%
medium
Vulnerable dependency: diskcache@5.6 (PYSEC-2026-2447) dependency_analyzer · 95%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: at_search manifest_parser · 90%
info
Tool: at_get_text manifest_parser · 90%
info
Tool: at_case_search manifest_parser · 90%
info
Tool: at_get_case_text manifest_parser · 90%
info
Tool: at_list_collections manifest_parser · 90%
info
Required env vars (4) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 90%
low
Permission: filesystem access detected permission_analyzer · 80%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%