home / mcp / bulgarian law mcp server

Bulgarian Law MCP Server

Provides access to Bulgarian data protection, cybersecurity, e-commerce, and criminal law provisions via an MCP server with full-text search, citation validation, and compliance checks.

Installation
Add the following to your MCP client configuration file.

Configuration

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

You can access Bulgarian law data through a dedicated MCP server that provides provisions on data protection, cybersecurity, e-commerce, and criminal law. This server enables you to search full texts, retrieve specific provisions, validate citations, check statute currency, and cross-reference EU and Bulgarian implementations for compliant legislation.

How to use

You use an MCP client to connect to the Bulgarian Law MCP server. The server exposes two practical connection methods: a local, stdio-based method you run in your environment, and a remote HTTP method you query over the network. Use the stdio path when you want to run the MCP locally with an installation of Node tooling, or use the HTTP path when you prefer to access the server remotely through its published endpoint.

How to install

Prerequisites: you need Node.js installed on your machine to run the local MCP client via the stdio method.

1) Install Node.js from the official site or your system package manager if you do not already have it.

2) Run the local MCP client using the provided npm/npx command to pull the Bulgarian Law MCP package and start the server process.

Additional notes

The Bulgarian Law MCP provides a remote endpoint for streamable HTTP access and a local stdio option that runs the MCP package directly.

Available tools

search_legislation

Full-text search across provisions to locate relevant laws and sections quickly.

get_provision

Retrieve a specific article or section by citation or identifier.

validate_citation

Validate a legal citation against official formats and references.

check_currency

Check if a statute is currently in force and up to date.

get_eu_basis

Provide EU legal basis cross-references for Bulgarian laws.

get_bulgarian_implementations

Fetch national Bulgarian implementations related to EU directives.

search_eu_implementations

Search EU documents for related regulatory text.

validate_eu_compliance

Validate Bulgarian provisions for EU compliance.

build_legal_stance

Perform comprehensive legal research to support a stance on a provision.

format_citation

Format legal citations according to standard styles.

list_sources

List data provenance sources used for the corpus.

about

Provide server metadata and health information.