zyta-expedientes-mcp
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., "@zyta-expedientes-mcplist my expedientes from PJN"
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.
zyta-expedientes-mcp (Clio)
Servidor MCP (stdio) para Clio (Expedientes): portales judiciales (PJN, MEV, CABA) y causas sin portal.
Arquitectura
Componente | Rol |
Zyta-be | Login JWT, device flow OAuth, perfil usuario |
expedientes-api | Portales, listado, sync, CRUD causas sin portal, actuaciones cursor |
Zyta-expedientes (web) | Página |
El MCP autentica contra Zyta-be y consulta expedientes-api con el mismo Bearer JWT.
Related MCP server: Argentina Legal Law MCP Server
Configuración en Cursor
{
"mcpServers": {
"zyta-expedientes": {
"command": "npx",
"args": ["-y", "zyta-expedientes-mcp@latest"],
"env": {
"ZYTA_API_BASE_URL": "http://localhost:3333",
"EXPEDIENTES_API_BASE_URL": "http://localhost:8788",
"ZYTA_EXPEDIENTES_APP_URL": "http://localhost:8892"
}
}
}
}En producción:
ZYTA_API_BASE_URL=https://zyta-be-production.up.railway.app
EXPEDIENTES_API_BASE_URL=https://zyta-expedientes-api-production.up.railway.app
ZYTA_EXPEDIENTES_APP_URL=https://dashboard.zyta.appOpcional en Railway (Zyta-be): MCP_DEVICE_VERIFICATION_BASE_URL=https://dashboard.zyta.app
Herramientas
Tool | Descripción |
| Device flow / email / token manual |
| Cierra sesión del agente |
| Usuario actual |
| Estado + URLs |
| PJN / MEV / CABA / INPI conectados |
| Listar expedientes (filtro por portal) |
| Leer detalle + actuaciones |
| Crear causa sin portal |
| Editar causa sin portal (+ seguimiento opcional) |
| Borrar causa sin portal |
| Sincronizar portales (sin credenciales) |
| Actuación en causa sin portal |
| Honorarios del expediente |
| Alta de honorarios |
| Actualizar honorario |
| Borrar honorario |
| Vencimientos/tareas |
| Nueva tarea |
| Actualizar tarea |
| Borrar tarea |
| Alarmas |
| Nueva alarma |
| Actualizar alarma |
| Borrar alarma |
Token persistido en ~/.zyta-expedientes-mcp/token.
Desarrollo local
cd Zyta/zyta-expedientes-mcp
npm install
npm run build
npm run devSmoke test:
Levantá Zyta-be, expedientes-api y Zyta-expedientes
En Cursor:
zyta_expedientes_login→ autorizá en http://localhost:8892/mcp-devicezyta_expedientes_auth_status→hasToken: truezyta_expedientes_portales_status
Probar el stack completo
Sí, hay que probar los tres servicios juntos:
# Terminal 1 — monolito (auth)
cd BE/Zyta-be && npm run start:dev
# Terminal 2 — microservicio expedientes
cd Zyta/expedientes-api && npm run dev
# Terminal 3 — front
cd Zyta/Zyta-expedientes && npm run dev
# Terminal 4 — MCP (via Cursor o)
cd Zyta/zyta-expedientes-mcp && npm run devSin proxy en Zyta-be todavía, el front y el MCP apuntan directo a cada API por URL.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/blanck1945/zyta-expedientes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server