eu.ansvar/colombian-law-mcp

Colombian legislation via MCP — full-text search across statutes and provisions

0NOASSERTIONsearch

Install

Config snippet generator goes here (5 client tabs)

README

# Colombian Law MCP Server

**The Secretaría del Senado alternative for the AI age.**

[![npm version](https://badge.fury.io/js/@ansvar%2Fcolombian-law-mcp.svg)](https://www.npmjs.com/package/@ansvar/colombian-law-mcp)
[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![GitHub stars](https://img.shields.io/github/stars/Ansvar-Systems/Colombian-law-mcp?style=social)](https://github.com/Ansvar-Systems/Colombian-law-mcp)
[![CI](https://github.com/Ansvar-Systems/Colombian-law-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/Ansvar-Systems/Colombian-law-mcp/actions/workflows/ci.yml)
[![Database](https://img.shields.io/badge/database-pre--built-green)](https://github.com/Ansvar-Systems/Colombian-law-mcp)

Query Colombian legislation -- from Ley 1581 de protección de datos and the Código Penal to the Código Civil, Código de Comercio, and more -- directly from Claude, Cursor, or any MCP-compatible client.

If you're building legal tech, compliance tools, or doing Colombian legal research, this is your verified reference database.

Built by [Ansvar Systems](https://ansvar.eu) -- Stockholm, Sweden

---

## Why This Exists

Colombian legal research means navigating secretariasenado.gov.co, funcionpublica.gov.co, and the Diario Oficial's sprawling archive. Whether you're:

- A **lawyer** validating citations before the Corte Suprema de Justicia or Corte Constitucional
- A **compliance officer** checking Ley 1581 (data protection) or SIC obligations
- A **legal tech developer** building tools on Colombian law
- A **researcher** tracing legislative history across Colombia's comprehensive code system

...you shouldn't need dozens of browser tabs and manual cross-referencing. Ask Claude. Get the exact provision. With context.

This MCP server makes Colombian law **searchable, cross-referenceable, and AI-readable**.

---

## Quick Start

### Use Remotely (No Install Needed)

> Connect directly to the hosted version -- zero dependencies, nothing to install.

**Endpoint:** `https://colombian-law-mcp.vercel.app/mcp`

| Client | How to Connect |
|--------|---------------|
| **Claude.ai** | Settings > Connectors > Add Integration > paste URL |
| **Claude Code** | `claude mcp add colombian-law --transport http https://colombian-law-mcp.vercel.app/mcp` |
| **Claude Desktop** | Add to config (see below) |
| **GitHub Copilot** | Add to VS Code settings (see below) |

**Claude Desktop** -- add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "colombian-law": {
      "type": "url",
      "url": "https://colombian-law-mcp.vercel.app/mcp"
    }
  }
}
```

**GitHub Copilot** -- add to VS Code `settings.json`:

```json
{
  "github.copilot.chat.mcp.servers": {
    "colombian-law": {
      "type": "http",
      "url": "https://colombian-law-mcp.vercel.app/mcp"
    }
  }
}
```

### Use Locally (npm)

```bash
npx @ansvar/colombian-law-mcp
```

**Claude Desktop** -- add to `claude_desktop_config.json`:

**macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`
**Windows:** `%APPDATA%\Claude\claude_desktop_config.json`

```json
{
  "mcpServers": {
    "colombian-law": {
      "command": "npx",
      "args": ["-y", "@ansvar/colombian-law-mcp"]
    }
  }
}
```

**Cursor / VS Code:**

```json
{
  "mcp.servers": {
    "colombian-law": {
      "command": "npx",
      "args": ["-y", "@ansvar/colombian-law-mcp"]
    }
  }
}
```

## Example Queries

Once connected, just ask naturally:

- *"¿Qué dice la Ley 1581 sobre el tratamiento de datos personales?"*
- *"¿Está vigente la Ley de comercio electrónico (Ley 527 de 1999)?"*
- *"Buscar provisiones sobre protección de datos en la legislación colombiana"*
- *"¿Qué marcos internacionales alinea Colombia con la Ley 1581?"*
- *"¿Qué dice el artículo 269A del Código Penal sobre acceso abusivo a sistema informático?"*
- *"Buscar requisitos de reporte de incidentes de seguridad en leyes colombianas"*
- *"Validar la cita 'artículo 15, Ley 1581 de 2012'"*
- *"Construir una posición legal sobre responsabilidad en protección de datos en Colombia"*

---

## What's Included

> **Initial release:** The statute database is currently being populated. Premium data is available now.

| Category | Count | Details |
|----------|-------|---------|
| **Statutes** | Initial release | Ingestion from secretariasenado.gov.co and funcionpublica.gov.co in progress |
| **Provisions** | Initial release | Full-text search will be available as corpus expands |
| **Premium: Case Law** | 29,284 decisions | Corte Constitucional, Corte Suprema, Consejo de Estado (Premium tier) |
| **Premium: Preparatory Works** | 119,424 documents | Gaceta del Congreso, exposiciones de motivos (Premium tier) |
| **Premium: Agency Guidance** | 31,809 documents | SIC, SFC, ANE circulares and conceptos (Premium tier) |
| **Database Size** | Pr