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 "Install 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.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP (Model Context Protocol) server for Appwrite
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/juanrave/skemati.ca.mcp.sse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server