{
  "markdown": "# cl-eli-mcp\n\n<!-- mcp-name: io.github.matematicsolutions/cl-eli-mcp -->\n\nMCP server for Chilean legislation via the BCN (Biblioteca del Congreso\nNacional de Chile) Linked Open Data SPARQL endpoint. Searches and fetches\nlaws, decrees, and resolutions by their persistent resource URI.\n\n## What this is not\n\nBCN's resource URIs are not formally called ELI, but they carry the same\nidea: jurisdiction, type, issuing body, date, number, all in one\ndereferenceable URI. This connector returns metadata (title, number, dates,\nissuing body) - not the operative text of the law. Following `source_url`\n(the same URI, content-negotiated) takes you to the human-readable page.\n\n## Tools\n\n| Tool | Purpose |\n|---|---|\n| `cl_search_norms` | Full-text search over norm titles |\n| `cl_get_norm` | Full detail for one norm by its BCN resource URI |\n| `cl_coverage` | Declare what this connector covers, when each family was captured, and - explicitly - what it does NOT cover. Every gap carries a fallback. |\n\nEvery response carries `lex_uri` and `source_url` (both the BCN resource\nURI) and `human_readable_citation` (e.g. `\"Ley 18290, de 1984-01-23\"`).\n\n## Install\n\n```bash\npip install cl-eli-mcp\n```\n\n\n### Windows 11 with Smart App Control\n\nSmart App Control blocks unsigned executables, which covers `uvx.exe`, `pip.exe`\nand the `cl-eli-mcp.exe` launcher that pip writes at install time. The `python.exe` and\n`py.exe` from the python.org installer are signed by the Python Software\nFoundation, so running the module through the interpreter works:\n\n```bash\npython -m pip install cl-eli-mcp\npython -m cl_eli_mcp\n```\n\n`pip.exe` is blocked for the same reason, so install with `python -m pip`, not\n`pip install`. If `python` is not on PATH, use the Windows launcher: `py -3 -m cl_eli_mcp`.\n\n```json\n{ \"mcpServers\": { \"cl-eli-mcp\": { \"command\": \"python\", \"args\": [\"-m\", \"cl_eli_mcp\"] } } }\n```\n\nDo not turn Smart App Control off to work around this - it cannot be re-enabled\nwithout reinstalling Windows.\n\n## Configuration\n\n| Env var | Default |\n|---|---|\n| `CL_ELI_CACHE_DIR` | `~/.matematic/cache/cl-eli` |\n| `CL_ELI_AUDIT_DIR` | `~/.matematic/audit` |\n| `CL_ELI_BASE_URL` | `https://datos.bcn.cl/sparql` |\n\n## License\n\nApache-2.0 (code). BCN Linked Open Data is a public government dataset (see\n[SOURCES.md](SOURCES.md)).\n",
  "bytes": 2310,
  "sha": "05d728973da1d8dd52575d36859bbaf3441dbdabfd24444e3a0e6b9744b0d82e",
  "repo_slug": "matematicsolutions/cl-eli-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_matematicsolutions_cl_eli_mcp_aaf65a61/readme"
}