🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

co-eli-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-eli-mcp

MCP server for Colombian Constitutional Court decisions (datos.gov.co) - citation verification and metadata.

pipPyPI
Version
0.2.1
Weekly downloads
31
-80%
Maintainers
1
Weekly downloads
 

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 ze Smart App Control

Smart App Control blokuje niepodpisane pliki wykonywalne, a uvx.exe, pip.exe i generowany przy instalacji co-eli-mcp.exe podpisane nie sa. python.exe z python.org jest podpisany przez Python Software Foundation, wiec uruchomienie przez modul omija blokade:

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

Nie wylaczaj Smart App Control, zeby to obejsc - wylaczenia nie da sie cofnac bez ponownej instalacji systemu.

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).

Keywords

colombia

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts