eu.ansvar/ecuadorian-law-mcp
Ecuador legislation via MCP -- full-text search across statutes and provisions
★ 1NOASSERTIONsearch
Install
Config snippet generator goes here (5 client tabs)
README
# Ecuadorian Law MCP Server
**The Lexis Finder alternative for the AI age.**
[](https://www.npmjs.com/package/@ansvar/ecuadorian-law-mcp)
[](https://registry.modelcontextprotocol.io)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/Ansvar-Systems/Ecuadorian-law-mcp)
[](https://github.com/Ansvar-Systems/Ecuadorian-law-mcp/actions/workflows/ci.yml)
[](https://github.com/Ansvar-Systems/Ecuadorian-law-mcp/actions/workflows/check-updates.yml)
[](https://github.com/Ansvar-Systems/Ecuadorian-law-mcp)
[](https://github.com/Ansvar-Systems/Ecuadorian-law-mcp)
Query Ecuadorian law -- from the Ley Orgánica de Protección de Datos Personales (LOPDP) and the Código Orgánico Integral Penal (COIP) 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 Ecuadorian legal research, this is your verified reference database.
Built by [Ansvar Systems](https://ansvar.eu) -- Stockholm, Sweden
---
## Why This Exists
Ecuadorian legal research means navigating lexis.com.ec (Ecuador's official legal database), the Registro Oficial (registroficial.gob.ec), and scattered PDF publications from the Asamblea Nacional. Whether you're:
- A **lawyer** validating citations in a brief or contract
- A **compliance officer** checking obligations under the LOPDP or the COIP
- A **legal tech developer** building tools on Ecuadorian law
- A **researcher** tracing legislative provisions across codigos organicos and leyes organicas
...you shouldn't need dozens of browser tabs and manual PDF cross-referencing. Ask Claude. Get the exact provision. With context.
This MCP server makes Ecuadorian 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://ecuadorian-law-mcp.vercel.app/mcp`
| Client | How to Connect |
|--------|---------------|
| **Claude.ai** | Settings > Connectors > Add Integration > paste URL |
| **Claude Code** | `claude mcp add ecuadorian-law --transport http https://ecuadorian-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": {
"ecuadorian-law": {
"type": "url",
"url": "https://ecuadorian-law-mcp.vercel.app/mcp"
}
}
}
```
**GitHub Copilot** -- add to VS Code `settings.json`:
```json
{
"github.copilot.chat.mcp.servers": {
"ecuadorian-law": {
"type": "http",
"url": "https://ecuadorian-law-mcp.vercel.app/mcp"
}
}
}
```
### Use Locally (npm)
```bash
npx @ansvar/ecuadorian-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": {
"ecuadorian-law": {
"command": "npx",
"args": ["-y", "@ansvar/ecuadorian-law-mcp"]
}
}
}
```
**Cursor / VS Code:**
```json
{
"mcp.servers": {
"ecuadorian-law": {
"command": "npx",
"args": ["-y", "@ansvar/ecuadorian-law-mcp"]
}
}
}
```
---
## Example Queries
Once connected, just ask naturally (in Spanish):
- *"Buscar disposiciones sobre protección de datos personales en la LOPDP"*
- *"¿Qué dice el Código Orgánico Integral Penal (COIP) sobre delitos informáticos?"*
- *"Encontrar artículos del Código Civil sobre contratos y obligaciones"*
- *"¿Qué requisitos establece la LOPDP para el tratamiento de datos sensibles?"*
- *"Buscar disposiciones sobre derecho laboral en el Código del Trabajo"*
- *"¿Está vigente la Ley de Comercio Electrónico, Firmas Electrónicas y Mensajes de Datos?"*
- *"Construir una posición legal sobre responsabilidad empresarial en Ecuador"*
- *"Validar la cita 'Art. 5 LOPDP'"*
---
## What's Included
> **Note:** This server is currently in initial ingestion. The infrastructure, tools, and deployment are live and operational. Legislation content is being added progressively from the Registro Oficial and lexis.com.ec. The database will be populated and this notice updated as ingestion completes.