home / mcp / croatian law mcp server
Provides access to Croatian legislation on data protection, cybersecurity, e-commerce, and criminal law via an MCP server.
Configuration
View docs{
"mcpServers": {
"ansvar-systems-croatian-law-mcp": {
"url": "https://croatian-law-mcp.vercel.app/mcp"
}
}
}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.
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.
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.
{
"mcpServers": {
"croatian-law": {
"command": "npx",
"args": ["-y", "@ansvar/croatian-law-mcp"]
}
}
}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.
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.
Full-text search across provisions to locate relevant articles and sections quickly.
Retrieve a specific article or section by reference for precise quoting or review.
Check that a legal citation conforms to the required format and references.
Determine whether a statute is currently in force or has been amended.
Retrieve EU legal basis cross-references for Croatian implementations.
Find national EU implementations relevant to Croatian law.
Search EU documents for related cross-border provisions.
Assess EU compliance of Croatian laws against common EU standards.
Perform comprehensive legal research to establish a position on a regulatory topic.
Format citations according to a standard legal style.
Provide data provenance and source attribution for retrieved provisions.
Expose server metadata and current configuration.