home / mcp / ukrainian law mcp server

Ukrainian Law MCP Server

Provides access to Ukrainian legislation with full-text search, article-level retrieval, citation validation, and currency checks from official sources.

Installation
Add the following to your MCP client configuration file.

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.

How to use

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.

How to install

Prerequisites: install Node.js on your machine. You can verify Node.js and npm are available by checking their versions.

node -v
npm -v

Install and run the local MCP client for Ukrainian Law to start querying the MCP server locally.

npx @ansvar/ukrainian-law-mcp

If 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/mcp

Notes and important considerations

This 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 sources and licensing

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.

Tools and features

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.

Disclaimer and security notes

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.

Available tools

fullTextSearch

Perform full-text searches across Ukrainian legislation with BM25 ranking to quickly locate relevant provisions.

articleRetrieval

Retrieve specific articles and provisions by their identifiers for precise legal references.

citationValidation

Validate citations to prevent hallucinated or incorrect references to legal provisions.

currencyChecks

Verify whether laws are still in force and current within the database.