eu.ansvar/argentine-law-mcp
Argentine legislation via MCP — full-text search across statutes and provisions
★ 0NOASSERTIONsearch
Install
Config snippet generator goes here (5 client tabs)
README
# Argentine Law MCP Server
**The InfoLEG alternative for the AI age.**
[](https://www.npmjs.com/package/@ansvar/argentine-law-mcp)
[](https://registry.modelcontextprotocol.io)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/Ansvar-Systems/argentine-law-mcp)
[](https://github.com/Ansvar-Systems/argentine-law-mcp/actions/workflows/ci.yml)
[](https://github.com/Ansvar-Systems/argentine-law-mcp/actions/workflows/check-updates.yml)
[](https://github.com/Ansvar-Systems/argentine-law-mcp)
Query **Argentine federal legislation** — from Ley 25.326 (protección de datos personales) and the Código Penal to the Código Civil y Comercial, leyes de ciberseguridad, defensa del consumidor, and more — directly from Claude, Cursor, or any MCP-compatible client.
If you're building legal tech, compliance tools, or doing Argentine legal research, this is your verified reference database.
Built by [Ansvar Systems](https://ansvar.eu) -- Stockholm, Sweden
---
## Why This Exists
Argentine legal research is scattered across InfoLEG, SAIJ, the Boletín Oficial, and individual ministerial sites. Whether you're:
- A **lawyer** validating citations in a brief or contract
- A **compliance officer** checking obligations under Ley 25.326 or Ley 27.078
- A **legal tech developer** building tools on Argentine law
- A **researcher** tracing the legislative history of a ley nacional
...you shouldn't need a dozen browser tabs and manual PDF cross-referencing. Ask Claude. Get the exact provision. With context.
This MCP server makes Argentine law **searchable, cross-referenceable, and AI-readable**.
> **Initial release:** The Argentine law database is actively being populated from InfoLEG (servicios.infoleg.gob.ar) and SAIJ (saij.gob.ar). Coverage will expand with each release. See the roadmap below.
---
## Quick Start
### Use Remotely (No Install Needed)
> Connect directly to the hosted version — zero dependencies, nothing to install.
**Endpoint:** `https://argentine-law-mcp.vercel.app/mcp`
| Client | How to Connect |
|--------|---------------|
| **Claude.ai** | Settings > Connectors > Add Integration > paste URL |
| **Claude Code** | `claude mcp add argentine-law --transport http https://argentine-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": {
"argentine-law": {
"type": "url",
"url": "https://argentine-law-mcp.vercel.app/mcp"
}
}
}
```
**GitHub Copilot** — add to VS Code `settings.json`:
```json
{
"github.copilot.chat.mcp.servers": {
"argentine-law": {
"type": "http",
"url": "https://argentine-law-mcp.vercel.app/mcp"
}
}
}
```
### Use Locally (npm)
```bash
npx @ansvar/argentine-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": {
"argentine-law": {
"command": "npx",
"args": ["-y", "@ansvar/argentine-law-mcp"]
}
}
}
```
**Cursor / VS Code:**
```json
{
"mcp.servers": {
"argentine-law": {
"command": "npx",
"args": ["-y", "@ansvar/argentine-law-mcp"]
}
}
}
```
## Example Queries
Once connected, just ask naturally (queries work in Spanish or English):
- *"¿Qué dice el artículo 5 de la Ley 25.326 sobre el consentimiento para el tratamiento de datos personales?"*
- *"Buscar disposiciones sobre protección de datos personales en la legislación argentina"*
- *"¿Está vigente la Ley de Defensa del Consumidor (Ley 24.240)?"*
- *"¿Cuáles son los artículos del Código Penal sobre delitos informáticos?"*
- *"Buscar 'firma digital' en el Código Civil y Comercial"*
- *"¿Qué ley argentina implementa las obligaciones del GDPR para empresas con adecuación UE?"*
- *"Find provisions about cybercrime in Argentine law"*
- *"Validate the citation 'Ley 25.326, art. 4'"*
---
## What's Included
| Category | Count | Details |
|----------|-------|---------|
| **Leyes Nacionales** | Initial release | Database being populated from InfoLEG/SAIJ |
| **Provisions** | In progress | Full-text searchable with FTS5 |
| **Premium: Case law** | 0 (free tier) | Jurisprudencia expansion planned |
| **Premium: Preparatory works**