{"id":51576139,"url":"https://github.com/matematicsolutions/hr-eli-mcp","last_synced_at":"2026-07-11T00:31:50.315Z","repository":{"id":368579992,"uuid":"1284017228","full_name":"matematicsolutions/hr-eli-mcp","owner":"matematicsolutions","description":"MCP server for the Croatian Narodne novine official gazette (narodne-novine.nn.hr) - Croatian legislation with European ELI identifiers and verifiable citations. Part of the MateMatic eu-legal-mcp line.","archived":false,"fork":false,"pushed_at":"2026-07-01T07:17:23.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-01T09:14:48.193Z","etag":null,"topics":["croatia","eli","law","legaltech","mcp","mcp-server","model-context-protocol"],"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-29T12:55:14.000Z","updated_at":"2026-07-01T07:17:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/matematicsolutions/hr-eli-mcp","commit_stats":null,"previous_names":["matematicsolutions/hr-eli-mcp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/matematicsolutions/hr-eli-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matematicsolutions%2Fhr-eli-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matematicsolutions%2Fhr-eli-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matematicsolutions%2Fhr-eli-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matematicsolutions%2Fhr-eli-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matematicsolutions","download_url":"https://codeload.github.com/matematicsolutions/hr-eli-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matematicsolutions%2Fhr-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":["croatia","eli","law","legaltech","mcp","mcp-server","model-context-protocol"],"created_at":"2026-07-11T00:31:49.439Z","updated_at":"2026-07-11T00:31:50.293Z","avatar_url":"https://github.com/matematicsolutions.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hr-eli-mcp\n\n\u003c!-- mcp-name: io.github.matematicsolutions/hr-eli-mcp --\u003e\n\nAn MCP server for the Croatian **Narodne novine** official gazette (`narodne-novine.nn.hr`). It\nfetches Croatian legislation with European ELI identifiers and verifiable citations.\n\nPart of the MateMatic `eu-legal-mcp` production line - after PL, DE, AT, ES, FI, IE, NL, SE, FR,\nLU, DK and CZ. Same citation contract, Narodne novine source. Croatia is ELI-native on the\nEuropean ELI ontology (`data.europa.eu/eli`), with JSON-LD metadata per document.\n\n\u003e **Scope.** This MVP lists the documents of a gazette issue, returns per-document metadata from\n\u003e JSON-LD, and fetches the official HTML text. Documents are addressed by year + issue + document\n\u003e number; the gazette is path-based, not keyword search. Coverage 1990-present. Language:\n\u003e Croatian. Every response carries a `dataset_note`.\n\u003e\n\u003e **Licence.** Narodne novine is the official public gazette of Croatia. This connector relays it\n\u003e read-only with attribution and a `source_url`.\n\n## The tools\n\n| Tool | What it does |\n|---|---|\n| `hr_list_issue` | List the documents of a gazette issue by year + issue (discovery). |\n| `hr_get_act` | Metadata for a document by year + issue + doc number. |\n| `hr_get_text` | Full official HTML text of a document. |\n\nEvery response carries the contract: `eli_uri` (the European ELI URL, e.g.\n`https://narodne-novine.nn.hr/eli/sluzbeni/2018/42/805`), `human_readable_citation`\n(title + `NN 42/2018`), and `source_url`.\n\n## Install\n\nRun it with no install step (once published to PyPI):\n\n```bash\nuvx hr-eli-mcp\n```\n\nOr from source:\n\n```bash\ncd hr-eli-mcp\npip install -e .\n```\n\n## Configure (Claude Code / any MCP client)\n\n```json\n{\n  \"mcpServers\": {\n    \"hr-eli-mcp\": { \"command\": \"hr-eli-mcp\" }\n  }\n}\n```\n\nEnvironment:\n\n- `HR_ELI_BASE_URL` - default `https://narodne-novine.nn.hr`\n- `HR_ELI_CACHE_DIR` - default `~/.matematic/cache/hr-eli`\n- `HR_ELI_AUDIT_DIR` - default `~/.matematic/audit`\n\nNo API key. Narodne novine open data is keyless.\n\n## Governance\n\n- **Public data only** - read-only against Narodne novine; no client data leaves the machine.\n- **Audit log** - every tool call appends one JSON line to `~/.matematic/audit/hr-eli-mcp.jsonl`.\n- **Vendor-neutral** - talks only to `narodne-novine.nn.hr`; 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 Narodne novine\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%2Fhr-eli-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatematicsolutions%2Fhr-eli-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatematicsolutions%2Fhr-eli-mcp/lists"}