- Home
- MCP servers
- Croatian Law
Croatian Law
- javascript
0
GitHub Stars
javascript
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can access up-to-date Croatian legislation on data protection, cybersecurity, e-commerce, and criminal law through an MCP server that centralizes official sources and provides search, retrieval, and validation tools for legal provisions.
How to use
You use the Croatian Law MCP by connecting your MCP client to either the remote HTTP endpoint or the local stdio server configuration. The HTTP option provides a remote, streamable MCP URL you can query for live statutes and cross-references. The stdio option runs a local process you start via a package command and then interact with through the specified interfaces. Use the HTTP endpoint for centralized, remote access and the stdio method if you want a self-contained, local MCP server instance.
How to install
Prerequisites: ensure you have Node.js and npm installed on your system. You can verify using: node -v and npm -v.
Choose one of the available connection methods shown in the connection configurations below and follow the corresponding steps.
Option A: Run the local stdio MCP server using npx (recommended for quick starts) optionally with a local development environment.
Configuration examples
{
"mcpServers": {
"croatian-law": {
"command": "npx",
"args": ["-y", "@ansvar/croatian-law-mcp"]
}
}
}
Networking and usage notes
If you prefer a remote endpoint, you can connect to the following HTTP MCP URL to access the same capabilities without running a local process. Use this URL in your MCP client configuration: https://croatian-law-mcp.vercel.app/mcp.
Additional content
The MCP server provides a suite of tools to search and verify Croatian law provisions, retrieve specific articles, validate citations, check currency of statutes, and cross-reference EU bases and implementations. You can perform full-text searches, fetch individual provisions, validate citations, and verify whether a statute is currently in force. See the list of tools below for the full capabilities.
Available tools
search_legislation
Full-text search across provisions to locate relevant articles and sections quickly.
get_provision
Retrieve a specific article or section by reference for precise quoting or review.
validate_citation
Check that a legal citation conforms to the required format and references.
check_currency
Determine whether a statute is currently in force or has been amended.
get_eu_basis
Retrieve EU legal basis cross-references for Croatian implementations.
get_croatian_implementations
Find national EU implementations relevant to Croatian law.
search_eu_implementations
Search EU documents for related cross-border provisions.
validate_eu_compliance
Assess EU compliance of Croatian laws against common EU standards.
build_legal_stance
Perform comprehensive legal research to establish a position on a regulatory topic.
format_citation
Format citations according to a standard legal style.
list_sources
Provide data provenance and source attribution for retrieved provisions.
about
Expose server metadata and current configuration.