home / mcp / ukrainian law mcp server
Provides access to Ukrainian legislation with full-text search, article-level retrieval, citation validation, and currency checks from official sources.
Configuration
View docs{
"mcpServers": {
"ansvar-systems-ukrainian-law-mcp": {
"url": "https://ukrainian-law-mcp.vercel.app/mcp"
}
}
}You can access Ukrainian law data through the Ukrainian Law MCP, a Model Context Protocol server that provides full-text search, article-level retrieval, citation validation, and currency checks for Ukrainian legislation. This MCP server helps you quickly locate provisions, verify references, and confirm whether laws remain in force for cybersecurity compliance research and practice.
Use an MCP client to connect to the Ukrainian Law MCP and perform searches, retrieve specific article provisions, validate citations, and check current status of laws. You can use either the remote HTTP endpoint or a local npm-based runner for development and testing.
Prerequisites: install Node.js on your machine. You can verify Node.js and npm are available by checking their versions.
node -v
npm -vInstall and run the local MCP client for Ukrainian Law to start querying the MCP server locally.
npx @ansvar/ukrainian-law-mcpIf you prefer a remote HTTP MCP endpoint, you can connect to the provided URL with your MCP client. The remote endpoint is available at the following MCP URL.
https://ukrainian-law-mcp.vercel.app/mcpThis MCP server ingests real legislation from the official Verkhovna Rada legal portal. Use this as a research tool for cybersecurity compliance, and always verify critical provisions against primary sources before relying on them in professional contexts.
Data freshness depends on ongoing ingestion and updates from official sources. Check for currency updates within your client or server metadata to ensure you are using current laws.
Data is sourced from the official Verkhovna Rada legal portal. The tool is released under the Apache-2.0 license and is part of Ansvar Open Law.
This server provides core capabilities to support legal research and compliance checks, including full-text search with fast ranking, article-level retrieval, citation validation, and currency verification.
This tool is not legal advice. It is intended for research and as a reference aid. For privileged or confidential matters, use local deployment or on-premises options. Always verify citations against official sources before professional use.
Perform full-text searches across Ukrainian legislation with BM25 ranking to quickly locate relevant provisions.
Retrieve specific articles and provisions by their identifiers for precise legal references.
Validate citations to prevent hallucinated or incorrect references to legal provisions.
Verify whether laws are still in force and current within the database.