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: bjn-uy-mcp
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.
Related MCP Servers
- Flicense-qualityDmaintenanceRemote MCP server that provides access to over 285K Argentine court rulings and user's own case files via Streamable HTTP transport.
- Flicense-qualityCmaintenanceMCP server that enables searching and retrieving judicial decisions from the Uruguayan National Public Jurisprudence Database (BJN).
- Flicense-qualityDmaintenanceMCP server for integrating with the Brazilian PJE judicial system via MNI and BNP, enabling consultation of legal processes, communications, and precedents.
- Alicense-qualityBmaintenancePublic MCP server for querying Brazilian court jurisprudence, processes, and communications without authentication. Supports courts like TJSP, TJRS, TJRJ, TJGO, and more via eSAJ, Datajud, and CNJ systems.1MIT
Related MCP Connectors
MCP server for Brazilian Federal Senate open data (legislative, administrative, e-Cidadania).
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
CourtListener MCP — Free Law Project's CourtListener API (free, no auth required for basic access)
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/blanck1945/zyta-expedientes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server