home / mcp / qatari law mcp server

Qatari Law MCP Server

Provides a Qatari law database for cybersecurity compliance with MCP, featuring full-text search, article retrieval, citation validation, and currency checks.

Installation
Add the following to your MCP client configuration file.

Configuration

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

You can access the Qatari law cybersecurity compliance data via Model Context Protocol (MCP) to perform fast full-text searches, retrieve specific articles, validate citations, and confirm current law status in a structured, scalable way.

How to use

To work with this MCP server, connect your MCP client to one of the available endpoints. Use the remote HTTP endpoint for quick setup, or run a local MCP client for on‑premise usage.

How to install

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

Install and run the remote MCP server connection

claude mcp add qatari-law --transport http https://qatari-law-mcp.vercel.app/mcp

Install and run the local MCP server connection

npx @ansvar/qatari-law-mcp

Available tools

full_text_search

Performs comprehensive full-text searches across Qatari legislation provisions using BM25-based ranking to return relevant results quickly.

article_retrieval

Retrieves the specific legal provisions at the article level, enabling precise access to statutes and articles.

citation_validation

Checks citations to prevent references to non-existent or incorrect legal sources, reducing hallucinations.

currency_check

Verifies whether laws are currently in force and up to date by cross-referencing official metadata.