git404hub

what is bazaligjore fr?

the13thclown/bazaligjore — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · developerComplexity · 3/5LicenseSetup · moderate

tl;dr

An MCP server that lets an AI assistant like Claude search and cite Albanian laws, amendments, and Constitutional Court decisions.

vibe map

mindmap
  root((bazaligjore))
    What it does
      MCP server
      Albanian law search
      Amendment tracing
      Court decisions
    Tech stack
      TypeScript
      Node.js
      PostgreSQL
    Use cases
      Check if a law is in force
      Research legal history
      Connect Claude to legal data
    Audience
      Researchers
      Developers
      Legal professionals

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Connect Claude to Albanian legal data via the hosted MCP endpoint with no setup required.

VIBE 2

Check whether a specific Albanian law is still in force by tracing its amendment history.

VIBE 3

Search Constitutional Court decisions alongside the underlying laws they reference.

VIBE 4

Run your own copy of the server against a PostgreSQL database of the legal corpus.

what's the stack?

TypeScriptNode.jsPostgreSQL

how it stacks up fr

the13thclown/bazaligjore0xradioac7iv/tempfs52191314/web-agent-proxy-sdk
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatemoderatemoderate
Complexity3/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Self-hosting needs Node 22+ and a PostgreSQL database with the project's schema, the hosted connector needs no setup at all.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

Bazaligjore is a tool that lets AI assistants like Claude research Albanian law correctly. It works using something called MCP, which is a standard way for an AI assistant to connect to outside data sources and use them as tools during a conversation. Once connected, the assistant can search and read from a large collection of Albanian legal documents instead of guessing from what it already knows. The project pulls together three things that do not otherwise exist in one place. First, the Official Gazette, which holds around forty three thousand five hundred laws and legal acts published from the year 2000 onward, with the full text captured through scanning and text recognition. Second, a map of how laws amend or repeal one another over time, so it is possible to trace whether an older law is still in force or has been replaced. Third, roughly one thousand four hundred seventy decisions from Albania's Constitutional Court. All of this is built from Albania's own official government websites, since the country does not have one official combined legal database of its own. Once an assistant is connected to this server, it can search across law text and titles, look up the details and history of a specific law, read through a law's text in sections, follow the chain of amendments to a law with a visual timeline, browse gazette issues by year, and search or read Constitutional Court decisions. There are also built in guides that teach the assistant how to use the material properly, and a way to run simple read only database queries directly. Anyone can connect to the hosted version for free, with no login required, since it only allows reading data, not changing it. Someone who wants to run their own copy needs a recent version of Node.js and a PostgreSQL database set up with the expected structure. The project is released under the MIT license, meaning it can be freely used, copied, and adapted by anyone.

prompts (copy fr)

prompt 1
Connect to the bazaligjore MCP server and check if a specific Albanian law is still in force.
prompt 2
Help me set up bazaligjore locally with my own PostgreSQL database.
prompt 3
Use bazaligjore to trace the amendment history of an Albanian law and summarize it.
prompt 4
Explain what data sources bazaligjore pulls its legal corpus from.

Frequently asked questions

what is bazaligjore fr?

An MCP server that lets an AI assistant like Claude search and cite Albanian laws, amendments, and Constitutional Court decisions.

What language is bazaligjore written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, PostgreSQL.

What license does bazaligjore use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is bazaligjore to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is bazaligjore for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.