home / mcp / 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.
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.
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.
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.
The Bulgarian Law MCP provides a remote endpoint for streamable HTTP access and a local stdio option that runs the MCP package directly.
Full-text search across provisions to locate relevant laws and sections quickly.
Retrieve a specific article or section by citation or identifier.
Validate a legal citation against official formats and references.
Check if a statute is currently in force and up to date.
Provide EU legal basis cross-references for Bulgarian laws.
Fetch national Bulgarian implementations related to EU directives.
Search EU documents for related regulatory text.
Validate Bulgarian provisions for EU compliance.
Perform comprehensive legal research to support a stance on a provision.
Format legal citations according to standard styles.
List data provenance sources used for the corpus.
Provide server metadata and health information.