home / mcp / slovenian law mcp server
Production-grade MCP server delivering Slovenian statutes, case law metadata, and EU cross-references for legal research.
Configuration
View docs{
"mcpServers": {
"ansvar-systems-slovenian-law-mcp": {
"url": "https://slovenian-law-mcp.vercel.app/mcp",
"headers": {
"SLOVENIAN_LAW_DB_PATH": "/absolute/path/to/database.db"
}
}
}
}You can query Slovenian statutes, case law metadata, and EU legal cross-references through a dedicated MCP server. It provides fast article-level searches and supports both remote hosted access and local development, enabling practical legal research workflows.
Connect to the Slovenian Law MCP server using an MCP client to perform searches, retrieve provisions, verify citations, and check EU cross-references. The remote endpoint is hosted and requires no local installation. You can also run a local instance via npm for development and testing. Use the HTTP endpoint for remote access or run the local MCP as a stdio server and connect through your preferred client.
Prerequisites you need before starting:
Open a terminal and run the following commands to install dependencies, build seed data, and start the local MCP server.
npm installnpm run verify:seeds
npm run buildnpm testnpm run devOnce the server starts, you can connect using your MCP client to the local address provided by the development server.
Search Slovenian statutes and regulations with article-level precision.
Retrieve the full text of a specific provision by identifier.
Query case law metadata and related search results.
Access parliamentary preparatory works for legislative context.
Check the correctness of a legal citation against source data.
Assemble a legal stance or interpretation from multiple sources.
Format a citation for dissemination or filing.
Verify the current validity or status of a provision.
Fetch EU-law basis related to Slovenian provisions.
Retrieve Slovenian implementations of EU directives.
Explore EU implementations relevant to Slovenian law.
Obtain EU basis references for a given Slovenian provision.
Assess compliance of Slovenian provisions with EU law.
Fetch a provision as it appeared on a specific date.