Server data from the Official MCP Registry
MCP server for Colombian Constitutional Court case law (datos.gov.co), citation verification.
MCP server for Colombian Constitutional Court case law (datos.gov.co), citation verification.
This is a well-architected MCP server for querying Colombian Constitutional Court decisions from a public open-data API. The code demonstrates strong security practices: proper input validation, structured error handling, read-only operations, audit logging, HTTP caching, and retry logic. The server has no authentication requirements (appropriate for public data), minimal dependencies, and all permissions align with its stated purpose of searching and retrieving public legal metadata. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CO_ELI_CACHE_DIR
Environment variable: CO_ELI_AUDIT_DIR
Environment variable: CO_ELI_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-matematicsolutions-co-eli-mcp": {
"env": {
"CO_ELI_BASE_URL": "your-co-eli-base-url-here",
"CO_ELI_AUDIT_DIR": "your-co-eli-audit-dir-here",
"CO_ELI_CACHE_DIR": "your-co-eli-cache-dir-here"
},
"args": [
"co-eli-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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.
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.
| Tool | Purpose |
|---|---|
co_search_sentencias | Free-text search (e.g. by magistrado name or proceso type) |
co_get_sentencia | Exact 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).
pip install co-eli-mcp
| Env var | Default |
|---|---|
CO_ELI_CACHE_DIR | ~/.matematic/cache/co-eli |
CO_ELI_AUDIT_DIR | ~/.matematic/audit |
CO_ELI_BASE_URL | https://www.datos.gov.co/resource/v2k4-2t8s.json |
Apache-2.0 (code). datos.gov.co data is open data (see SOURCES.md).
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.