{"id":51576143,"url":"https://github.com/matematicsolutions/sk-eli-mcp","last_synced_at":"2026-07-11T00:31:50.469Z","repository":{"id":368223942,"uuid":"1284049412","full_name":"matematicsolutions/sk-eli-mcp","owner":"matematicsolutions","description":"MCP server for the Slovak Collection of Laws (Zbierka zakonov) via static.slov-lex.sk - Slovak legislation with national ELI identifiers and verifiable citations. Part of the MateMatic eu-legal-mcp line.","archived":false,"fork":false,"pushed_at":"2026-06-29T14:43:47.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-29T16:28:12.663Z","etag":null,"topics":["eli","law","legaltech","mcp","mcp-server","model-context-protocol","slovakia"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matematicsolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-29T13:28:28.000Z","updated_at":"2026-06-29T14:45:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/matematicsolutions/sk-eli-mcp","commit_stats":null,"previous_names":["matematicsolutions/sk-eli-mcp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/matematicsolutions/sk-eli-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matematicsolutions%2Fsk-eli-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matematicsolutions%2Fsk-eli-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matematicsolutions%2Fsk-eli-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matematicsolutions%2Fsk-eli-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matematicsolutions","download_url":"https://codeload.github.com/matematicsolutions/sk-eli-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matematicsolutions%2Fsk-eli-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35347554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eli","law","legaltech","mcp","mcp-server","model-context-protocol","slovakia"],"created_at":"2026-07-11T00:31:49.544Z","updated_at":"2026-07-11T00:31:50.442Z","avatar_url":"https://github.com/matematicsolutions.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sk-eli-mcp\n\n\u003c!-- mcp-name: io.github.matematicsolutions/sk-eli-mcp --\u003e\n\nAn MCP server for the Slovak **Collection of Laws** (Zbierka zákonov) via **static.slov-lex.sk**,\nthe JavaScript-free static mirror of the Slov-lex portal. It fetches Slovak legislation and its\nconsolidated versions, with verifiable citations.\n\nPart of the MateMatic `eu-legal-mcp` production line - after PL, DE, AT, ES, FI, IE, NL, SE, FR,\nLU, DK, CZ, HR and LT. Same citation contract, Slov-lex source. Slovakia implements ELI (Pillar I).\n\n\u003e **Scope.** This MVP lists an act's consolidated versions, returns metadata, and fetches the full\n\u003e text of a version. Acts are addressed by year + number; the portal is path-based, not keyword\n\u003e search. Coverage 1918-present. Language: Slovak. Every response carries a `dataset_note`.\n\u003e\n\u003e **ELI is national (Pillar I), not data.europa.eu.** The static pages carry no machine-readable\n\u003e ELI metadata, so `eli_uri` is the canonical Slov-lex URL\n\u003e (`slov-lex.sk/pravne-predpisy/SK/ZZ/{year}/{number}`), the stable national identifier. Full text\n\u003e is served from the `static.slov-lex.sk` mirror (`source_url`). Every response carries an\n\u003e `eli_note`.\n\u003e\n\u003e **Text is extracted from the official HTML.** Slov-lex serves the consolidated text as HTML;\n\u003e `sk_get_text` extracts the plain text from the act container.\n\n## The tools\n\n| Tool | What it does |\n|---|---|\n| `sk_get_versions` | List an act's consolidated versions (effective dates, amending act). |\n| `sk_get_act` | Metadata for an act by year + number, plus the current in-force version. |\n| `sk_get_text` | Full text of an act version (default: the current in-force version). |\n\nEvery response carries the contract: `eli_uri` (the Slov-lex URL, e.g.\n`https://www.slov-lex.sk/pravne-predpisy/SK/ZZ/2018/18/`), `human_readable_citation`\n(e.g. `č. 18/2018 Z. z.`), and `source_url`.\n\n## Install\n\nRun it with no install step (once published to PyPI):\n\n```bash\nuvx sk-eli-mcp\n```\n\nOr from source:\n\n```bash\ncd sk-eli-mcp\npip install -e .\n```\n\n## Configure (Claude Code / any MCP client)\n\n```json\n{\n  \"mcpServers\": {\n    \"sk-eli-mcp\": { \"command\": \"sk-eli-mcp\" }\n  }\n}\n```\n\nEnvironment:\n\n- `SK_ELI_BASE_URL` - default `https://static.slov-lex.sk`\n- `SK_ELI_CACHE_DIR` - default `~/.matematic/cache/sk-eli`\n- `SK_ELI_AUDIT_DIR` - default `~/.matematic/audit`\n\nNo API key. The Slov-lex static mirror is keyless.\n\n## Governance\n\n- **Public data only** - read-only against Slov-lex; no client data leaves the machine.\n- **Audit log** - every tool call appends one JSON line to `~/.matematic/audit/sk-eli-mcp.jsonl`.\n- **Vendor-neutral** - talks only to `static.slov-lex.sk`; no LLM provider, no telemetry.\n- **Verifiable citations** - every response is independently checkable via `source_url`.\n\nSee `CONSTITUTION.md` and `DISCOVERY.md`.\n\n## Tests\n\n```bash\npip install -e \".[dev]\"\npytest tests/test_instructions_drift.py tests/test_parse.py -v   # offline\npytest tests/test_smoke.py -v                                    # hits live Slov-lex\n```\n\n## Licence\n\nApache-2.0. © Matematic Solutions / Wieslaw Mazur.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatematicsolutions%2Fsk-eli-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatematicsolutions%2Fsk-eli-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatematicsolutions%2Fsk-eli-mcp/lists"}