Back to Browse

Co Eli MCP Server

Developer ToolsLow Risk9.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for Colombian Constitutional Court case law (datos.gov.co), citation verification.

About

MCP server for Colombian Constitutional Court case law (datos.gov.co), citation verification.

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (0 strong, 4 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

12 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-matematicsolutions-co-eli-mcp": {
      "args": [
        "co-eli-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

co-eli-mcp

MCP server for the datos.gov.co open-data record of decisions (sentencias) by the Colombian Constitutional Court (Corte Constitucional). Verifies whether a citation exists and returns its metadata.

What this is not

This dataset (v2k4-2t8s, "Sentencias proferidas por la Corte Constitucional") has no full-text field - only metadata: proceso, expediente, magistrado ponente, sala, and date. source_url points to the public relatoria page where the full decision text lives, but this connector does not fetch it.

Tools

ToolPurpose
co_search_sentenciasFree-text search (e.g. by magistrado name or proceso type)
co_get_sentenciaExact lookup by citation, e.g. "T-012/92" - verifies it exists

Every response carries lex_uri and source_url (the public corteconstitucional.gov.co relatoria page) and human_readable_citation (the citation itself, e.g. "T-012/92" - already the form used in practice, so no separate identifier scheme is needed here).

Install

pip install co-eli-mcp

Windows 11 with Smart App Control

Smart App Control blocks unsigned executables, which covers uvx.exe, pip.exe and the co-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 co-eli-mcp
python -m co_eli_mcp

pip.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 co_eli_mcp.

{ "mcpServers": { "co-eli-mcp": { "command": "python", "args": ["-m", "co_eli_mcp"] } } }

Do not turn Smart App Control off to work around this - it cannot be re-enabled without reinstalling Windows.

Configuration

Env varDefault
CO_ELI_CACHE_DIR~/.matematic/cache/co-eli
CO_ELI_AUDIT_DIR~/.matematic/audit
CO_ELI_BASE_URLhttps://www.datos.gov.co/resource/v2k4-2t8s.json

License

Apache-2.0 (code). datos.gov.co data is open data (see SOURCES.md).

Reviews

No reviews yet

Be the first to review this server!