cl-eli-mcp
The cl-eli-mcp server lets you search and retrieve metadata for Chilean legislation (laws, decrees, resolutions) from the BCN (Biblioteca del Congreso Nacional de Chile) Linked Open Data SPARQL endpoint.
Tools available:
cl_search_norms: Full-text search over Chilean legislation titles (e.g.,"ley de tránsito"), with a configurable result limit (default: 20). Returns matching norms with title, number, dates, issuing body, and a human-readable citation.cl_get_norm: Fetch detailed metadata for a specific norm by providing its BCN resource URI (e.g.,http://datos.bcn.cl/recurso/cl/ley/.../18290). Returns the same metadata fields as the search tool.
Each result includes:
lex_uri— the BCN resource URIsource_url— a content-negotiated URI linking to the human-readable BCN web pagehuman_readable_citation— e.g.,"Ley 18290, de 1984-01-23"
Note: This server provides metadata only (title, number, dates, issuing body) — not the full operative text of the legislation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cl-eli-mcpsearch for laws about education"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cl-eli-mcp
MCP server for Chilean legislation via the BCN (Biblioteca del Congreso Nacional de Chile) Linked Open Data SPARQL endpoint. Searches and fetches laws, decrees, and resolutions by their persistent resource URI.
What this is not
BCN's resource URIs are not formally called ELI, but they carry the same
idea: jurisdiction, type, issuing body, date, number, all in one
dereferenceable URI. This connector returns metadata (title, number, dates,
issuing body) - not the operative text of the law. Following source_url
(the same URI, content-negotiated) takes you to the human-readable page.
Related MCP server: LeyChile MCP
Tools
Tool | Purpose |
| Full-text search over norm titles |
| Full detail for one norm by its BCN resource URI |
Every response carries lex_uri and source_url (both the BCN resource
URI) and human_readable_citation (e.g. "Ley 18290, de 1984-01-23").
Install
pip install cl-eli-mcpWindows 11 with Smart App Control
Smart App Control blocks unsigned executables, which covers uvx.exe, pip.exe
and the cl-eli-mcp.exe launcher that pip writes at install time. The python.exe and
py.exe from the python.org installer are signed by the Python Software
Foundation, so running the module through the interpreter works:
python -m pip install cl-eli-mcp
python -m cl_eli_mcppip.exe is blocked for the same reason, so install with python -m pip, not
pip install. If python is not on PATH, use the Windows launcher: py -3 -m cl_eli_mcp.
{ "mcpServers": { "cl-eli-mcp": { "command": "python", "args": ["-m", "cl_eli_mcp"] } } }Do not turn Smart App Control off to work around this - it cannot be re-enabled without reinstalling Windows.
Configuration
Env var | Default |
|
|
|
|
|
|
License
Apache-2.0 (code). BCN Linked Open Data is a public government dataset (see SOURCES.md).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityCmaintenanceMCP server that enables searching and retrieving judicial decisions from the Uruguayan National Public Jurisprudence Database (BJN).Last updated
- AlicenseAqualityCmaintenanceMCP server that connects AI to the Chilean legislation system (Ley Chile) for retrieving legal norms, citations, and intertemporal analysis.Last updated2281MIT
- Alicense-qualityCmaintenanceMCP server providing access to Canadian legal information metadata (case law and legislation) from CanLII.Last updated292MIT
- AlicenseAqualityAmaintenanceMCP server for the Brazilian Chamber of Deputies open-data API, enabling search and retrieval of federal legislative bills and their status.Last updated14Apache 2.0
Related MCP Connectors
MCP server for Brazilian Federal Senate open data (legislative, administrative, e-Cidadania).
MCP for CanLII: Canadian case law and legislation metadata (federal, provincial, territorial).
Chile Government Procurement MCP — Mercado Público / ChileCompra (keyless-ish).
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/matematicsolutions/cl-eli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server