home / mcp / georgian law mcp server

Georgian Law MCP Server

Provides full-text search and article-level retrieval of Georgian cybersecurity laws via MCP, with citation validation and currency checks.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "ansvar-systems-georgian-law-mcp": {
      "url": "https://georgian-law-mcp.vercel.app/mcp"
    }
  }
}

Georgian Law MCP is a machine-readable server that enables full-text search, article-level retrieval, and integrity checks for Georgian cybersecurity and data protection laws using the Model Context Protocol. It helps you quickly locate provisions, validate citations, and confirm laws are still in force across a structured legal dataset.

How to use

You can interact with this MCP server either through the remote HTTP endpoint or by running a local MCP client. Use the remote endpoint when you want a quick, no-installation way to run queries. Use the local client when you need offline access or prefer self-hosting.

How to install

Prerequisites: ensure you have Node.js and npm installed on your system.

Option A: Use the remote MCP endpoint with a client that supports MCP URL routing.

# Run the local MCP client for Georgian Law MCP
npx @ansvar/georgian-law-mcp

Additional notes

Two primary ways to access the Georgian Law MCP are available in the provided setup. The remote endpoint requires no local installation and connects to a hosted MCP service. The local option runs a lightweight client that operates on your machine, offering privacy and offline capabilities.

Data sources and scope

The server aggregates seed data covering 10 key cybersecurity and data protection laws. Full official ingestion is pending, and users should verify critical provisions against primary sources.

Usage tips

  • Use article-level retrieval to fetch exact provisions by article or section.
  • Rely on the currency checks to confirm laws are still in force.
  • Validate citations to avoid referencing non-existent provisions.

Available tools

full_text_search

Performs full-text search across Georgian law provisions with BM25 ranking to surface relevant provisions quickly.

article_retrieval

Retrieves specific provisions at the article level for precise legal references.

citation_validation

Checks citations to prevent hallucinated or missing references in queries.

currency_check

Verifies whether laws are currently in force and up-to-date.