Skemati.ca MCP SSE Server
Uses FastAPI to create the HTTP server that handles the Server-Sent Events (SSE) transport for the MCP protocol.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Skemati.ca MCP SSE Serverlook up the judicial case for radicación number 11001310302520230012300"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
skemati.ca.mcp.sse
Servidor MCP (Model Context Protocol) con soporte para Server-Sent Events (SSE) y consulta de procesos judiciales en Colombia.
Descripción
Este proyecto implementa un servidor MCP usando Starlette y FastAPI, permitiendo la consulta de procesos judiciales por número de radicación o por nombre/razón social, integrando la API pública de la Rama Judicial de Colombia. Además, soporta streaming de eventos en tiempo real mediante SSE y expone herramientas MCP para integración con clientes LLM y flujos de IA.
Related MCP server: Xava Labs MCP Template
Características
Exposición de endpoints SSE para comunicación en tiempo real.
Herramientas MCP para consulta de procesos judiciales:
Por número de radicación.
Por nombre de persona natural.
Por nombre de persona jurídica.
Integración con la API oficial de la Rama Judicial de Colombia.
Ejecución de comandos CLI para consulta judicial.
Código compatible con Python 3.10+.
Instalación
Clona el repositorio:
git clone https://github.com/juanrave/skemati.ca.mcp.sse.git cd skemati.ca.mcp.sseCrea y activa un entorno virtual:
python3.10 -m venv .venv source .venv/bin/activateInstala las dependencias:
pip install -r requirements.txtO, si usas uv:
pip install uv uv pip install fastapi uvicorn httpx "mcp[cli]"Nota: El paquete
mcppuede ser privado. Consulta a tu equipo si no está disponible en PyPI.
Ejecución
Inicia el servidor:
python server.pyEl servidor se ejecutará por defecto en el puerto 2055.
Endpoints disponibles:
GET /sse— Endpoint SSE para comunicación en tiempo real.POST /messages/— Endpoint para mensajes MCP.
Uso de las herramientas MCP
Consulta por número de radicación:
await get_radicacion_por_numero("11001310302520230012300")Consulta por nombre de persona natural:
await get_radicacion_por_nombre_persona_natural("JUAN PEREZ")Consulta por nombre de persona jurídica:
await get_radicacion_por_nombre_persona_juridica("BANCOLOMBIA")
Requisitos
Python 3.10 o superior.
Acceso a la API de la Rama Judicial de Colombia.
Dependencias listadas en
pyproject.tomlorequirements.txt.
Notas adicionales
Si usas el cliente MCP remoto:
npx -p mcp-remote@latest mcp-remote-client http://localhost:2055/ssePuedes cambiar el puerto modificando la variable
portenserver.py.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
A Model Context Protocol server for Wix AI tools
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA server for Model Context Protocol (MCP) that uses Server-Sent Events (SSE) for streaming communication, enabling tools like the HackerNews API to be accessed through a secure HTTP+SSE transport.29-
- AlicenseNot gradedqualityCmaintenanceA template repository for building Model Context Protocol (MCP) servers that enables developers to create interactive AI agents with real-time bidirectional communication capabilities through WebSocket and SSE endpoints.MIT
- AlicenseNot gradedqualityDmaintenanceA high-performance Model Context Protocol (MCP) server designed for large language models, enabling real-time communication between AI models and applications with support for session management and intelligent tool registration.2MIT
- FlicenseNot gradedqualityDmaintenanceAn all-in-one Model Context Protocol (MCP) server that connects your coding AI to numerous databases, data warehouses, data pipelines, and cloud services, streamlining development workflow through seamless integrations.4-