MCP server for Colombian Constitutional Court case law (datos.gov.co), citation verification.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-matematicsolutions-co-eli-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Colombian Constitutional Court case law (datos.gov.co), citation verification.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)
Belgian legislation via MCP — full-text search across statutes and provisions
MCP Security Weekly
Get CVE alerts and security updates for io.github.matematicsolutions/co-eli-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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).