chilean-legal-mcp
chilean-legal-mcp
Servidor MCP de investigación legal chilena — 77 herramientas, fuentes oficiales verificables, sin registro ni créditos. Local, ilimitado, con cuerpo FTS, semántica híbrida, export Word/PDF y corpus JPL opcional.
Qué hace (77 tools: 68 base + 9 JPL)
Herramienta | Fuente | Qué devuelve |
| BCN SPARQL 748k + FTS local + body | Leyes con filtros |
| BCN | Cita texto y JSON |
|
| Texto completo 14k |
| local | Word |
| Híbrido FTS + embeddings MiniLM + sinónimos |
|
| CGR Domino + BCN + FTS | Dictámenes con URL |
| BCN + CGR + PJUD público | Jurisprudencia + links |
| BCN Articulo 30k + fallback | Artículos |
| BCN | Vigencia y relaciones |
| SciELO, DT, Diario Oficial | Doctrina y normativa sectorial |
| Paralelo real | Multi-fuente en 1 llamada |
| Corpus JPL local (53 leyes + ordenanzas 344 comunas) | Leyes JPL, artículos exactos, búsqueda global |
| Ordenanzas municipales JPL | Ordenanzas por comuna/materia |
| Corpus JPL + plantillas tribunal | Sentencias, resoluciones, oficios, comparendos |
| local | Estado del corpus JPL |
| — | Links oficiales |
Todas las respuestas incluyen cita y enlace a la fuente oficial. Fechas chilenas DD-MM-AAAA en entrada y salida. JPL auto-activo si data/jpl/corpus.db.zlib está instalado (ver SETUP.md + scripts/install_jpl.py).
Related MCP server: MCP Taiwan Judgment Search
Instalación
git clone <repo>
cd chilean-legal-mcp
pip install -e . # base: httpx, mcp, python-docx, reportlab
pip install -e ".[semantic]" # opcional: sentence-transformers para embeddings reales
pip install -e ".[pdf]" # opcional: weasyprint (requiere libgobject)
python -m chilean_legal_mcp.ingest # 545 normas iniciales
python -m chilean_legal_mcp.ingest --bulk # 360k completo (~2h, 150MB)Uso — cualquier cliente MCP (stdio)
python -m chilean_legal_mcp.server # stdio (default)
python -m chilean_legal_mcp.server --http # HTTP streamable :8000Claude Code: claude mcp add chilean-legal -- python -m chilean_legal_mcp.server
Claude Desktop / OpenCode / Cursor / VS Code / Antigravity: mcpServers: {"chilean-legal": {"command":"python","args":["-m","chilean_legal_mcp.server"]}}
Estructura
src/chilean_legal_mcp/
sparql_client.py # BCN SPARQL + filtros fecha/tipo
db.py # SQLite FTS5 (normas, textos, dictamenes)
jpl/db.py # Corpus JPL (53 leyes + 5939 ordenanzas 344 comunas) — auto-activo
jpl/generator.py # Generador de documentos JPL
texto.py # LeyChile obtxml XML
contraloria.py # CGR Domino POST
fuentes_externas.py # SciELO, DT, Diario Oficial
exportar.py # docx/pdf
ingest.py # incremental + bulk OFFSET
server.py # FastMCP 77 tools (68 base + 9 JPL)
workflow.py # Prompt multi-etapa
semantico.py # Embeddings locales
scripts/
install_jpl.py # Instalador JPL (descarga corpus privado a data/jpl/)
data/
normas.db # 29k normas (se genera / se descarga)
jpl/
corpus.db.zlib # 15 MB comprimido JPL (no va a git, se instala)
corpus.db # 58 MB descomprimido + FTS (se genera al primer jpl_*)Fuentes (100% públicas, sin registro)
BCN
datos.bcn.cl/sparql(Virtuoso)LeyChile
leychile.cl/Consulta/obtxml?opt=7&idNorma=...CGR
contraloria.cl/appinf/...+ BCN OficioPJUD
pjud.cl/portal-unificado-sentencias(Playwright verificado, sin api.pjud.cl)SciELO, DT, Diario Oficial — buscadores públicos
Licencia
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Taiwan legal research MCP: 判決書、全國法規、釋字/憲判與立法歷程查詢,12 個工具,回應均附官方出處 URL。
LawOracle — 20 legal AI tools: case law search, contracts, EU regulations, citation graph.
Brazilian legal stack in one MCP: lawsuits, court publications, case law, tenders, certificates.
Resolve, search and verify legal citations against the official sources, with provenance.
Related MCP Servers
- AlicenseCqualityCmaintenanceEnables searching, comparing, and analyzing Korean laws and public institution regulations through natural language, integrating 110 MCP tools covering statutes, precedents, and internal rules.1002015MIT
- AlicenseAqualityDmaintenanceEnables searching and retrieving Taiwan judicial judgments, including full-text search, document details, PDF download, and legal term lookup via MCP tools.4MIT
- AlicenseAqualityCmaintenanceMCP server that connects AI to the Chilean legislation system (Ley Chile) for retrieving legal norms, citations, and intertemporal analysis.282MIT
- AlicenseBqualityFmaintenanceConnects AI assistants to Chilean legal sources, enabling citation of official legal texts, search of doctrine, jurisprudence, and rulings.18MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zkak0/k-LegalChile'
If you have feedback or need assistance with the MCP directory API, please join our Discord server