bogamatic-sac-mcp
Allows sending WhatsApp notifications about case updates from the Argentine judiciary system.
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., "@bogamatic-sac-mcpsearch for expedientes with caratula containing 'Perez'"
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.
bogamatic-sac-mcp
MCP server for interacting with the Argentine judiciary system (SAC - Justicia Cordoba) via Claude Desktop.
Installation
Requires Claude Desktop and uv.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"bogamatic-sac": {
"command": "uvx",
"args": ["--refresh", "bogamatic-sac-mcp"],
"env": {
"SAC_MATRICULA": "1-XXXXX",
"SAC_USERNAME": "tu usuario de login al SAC",
"SAC_PASSWORD": "tu contraseña del SAC"
}
}
}
}Variables de entorno
SAC_MATRICULA— tu matrícula (formato1-XXXXX). Es la que identifica al abogado en el SAC y en la base de Bogamatic.SAC_USERNAME— tu usuario para ingresar al SAC. Puede ser tu matrícula, tu CUIT o un alias — depende de cómo te registraste.SAC_PASSWORD— tu contraseña del SAC.SAC_DOWNLOAD_DIR(opcional) — directorio donde se guardan los adjuntos descargados pordownload_adjunto. Si no se setea, se usa el primerrootque exponga el cliente MCP (Cowork, Claude Code), o~/Downloads/bogamatic-sac/como fallback.
Actualizaciones automáticas
El flag --refresh en args hace que uvx re-resuelva contra PyPI en cada arranque de Claude Desktop. Así siempre tenés la última versión sin tocar el config. Trade-off: ~1-2 segundos extra al abrir Claude Desktop.
Si preferís pinear una versión específica (más rápido, sin auto-update), reemplazá:
"args": ["--refresh", "bogamatic-sac-mcp"]por:
"args": ["bogamatic-sac-mcp==<version>"](por ejemplo "bogamatic-sac-mcp==0.4.1"). Después tenés que actualizar manualmente cada release.
Restart Claude Desktop.
Related MCP server: saij-mcp
Available tools
get_novedades_cedulas— list cedula notifications (NEW/SEEN)get_detalle_cedula— full cedula detailsget_resumen_cedula— cedula details + deadline calculationget_expediente— entry point for a chat: expediente metadata +partesblock (actores, demandados, abogados grouped by side, withesUsuarioandladoUsuario).get_expedientes— search casesget_novedades_expedientes— recent case activityget_operaciones_expediente— case operations/movementsget_adjuntos_expediente— case attachmentsget_texto_operacion_expediente— operation text (Markdown)download_adjunto— download an attachment. Destination cascade: MCP client root →SAC_DOWNLOAD_DIRenv var →~/Downloads/bogamatic-sac/.calcular_plazo— calculate procedural deadlinessend_whatsapp_notification— send WhatsApp alerts
This server cannot be installed
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/inncode-io/bogamatic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server