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
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
- Alicense-quality-maintenanceProvides access to Argentina's official legal database (SAIJ) to search and retrieve judgments, legislation, summaries, and legal doctrine. It allows AI clients to query Argentine legal information and access metadata for various legal documents.Last updated6
- AlicenseAqualityDmaintenanceConnects AI clients to Argentina's official legal database (SAIJ) to search and retrieve court rulings, legislation, summaries, and legal doctrine. It enables users to perform keyword searches and fetch detailed metadata and summaries for Argentinian legal research.Last updated32MIT
- AlicenseAqualityCmaintenanceConnects AI assistants to Brazilian judicial data from DataJud CNJ and 91 courts, enabling process consultation, monitoring, and deadline calculation under the Civil Procedure Code.Last updated91MIT
- Flicense-qualityBmaintenanceUnifies 14 Argentine legal connectors (JUBA, SCBA, CSJN, SAIJ, PJN Jurisprudencia, BORA, BOPBA, InfoLEG, Normativa PBA, PTN, TFN, PJN Consulta, Portal PJN, JusCABA) into a single MCP server for Claude Desktop, enabling local, read-only access to jurisprudencia, legislation, and legal documents.Last updated
Related MCP Connectors
Public lookup of Brazilian court cases (metadata + docket) via the CNJ/DataJud API. Free, no login.
Open-source alternative to Jusbrasil for AI: find lawsuits by name, CPF, CNPJ or case number and bui
Search US court opinions, federal dockets, judges, citations, and oral arguments via CourtListener.
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/inncode-io/bogamatic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server