{
  "markdown": "# co-eli-mcp\n\n<!-- mcp-name: io.github.matematicsolutions/co-eli-mcp -->\n\nMCP server for the datos.gov.co open-data record of decisions (sentencias) by\nthe Colombian Constitutional Court (Corte Constitucional). Verifies whether a\ncitation exists and returns its metadata.\n\n## What this is not\n\nThis dataset (`v2k4-2t8s`, \"Sentencias proferidas por la Corte Constitucional\")\nhas no full-text field - only metadata: proceso, expediente, magistrado\nponente, sala, and date. `source_url` points to the public relatoria page\nwhere the full decision text lives, but this connector does not fetch it.\n\n## Tools\n\n| Tool | Purpose |\n|---|---|\n| `co_search_sentencias` | Free-text search (e.g. by magistrado name or proceso type) |\n| `co_get_sentencia` | Exact lookup by citation, e.g. `\"T-012/92\"` - verifies it exists |\n| `co_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` (the public\ncorteconstitucional.gov.co relatoria page) and `human_readable_citation`\n(the citation itself, e.g. `\"T-012/92\"` - already the form used in practice,\nso no separate identifier scheme is needed here).\n\n## Install\n\n```bash\npip install co-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 `co-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 co-eli-mcp\npython -m co_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 co_eli_mcp`.\n\n```json\n{ \"mcpServers\": { \"co-eli-mcp\": { \"command\": \"python\", \"args\": [\"-m\", \"co_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| `CO_ELI_CACHE_DIR` | `~/.matematic/cache/co-eli` |\n| `CO_ELI_AUDIT_DIR` | `~/.matematic/audit` |\n| `CO_ELI_BASE_URL` | `https://www.datos.gov.co/resource/v2k4-2t8s.json` |\n\n## License\n\nApache-2.0 (code). datos.gov.co data is open data (see [SOURCES.md](SOURCES.md)).\n",
  "bytes": 2404,
  "sha": "1306b2fbddc9b891d4c5ff9c94f4d34a777c6b820ba17ac2d02199e89fb43cb1",
  "repo_slug": "matematicsolutions/co-eli-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_matematicsolutions_co_eli_mcp_8167f3e4/readme"
}