Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Abogadoenquilmes

FreeNot checked

Remote MCP server that provides access to over 285K Argentine court rulings and user's own case files via Streamable HTTP transport.

GitHubEmbed

About

Remote MCP server that provides access to over 285K Argentine court rulings and user's own case files via Streamable HTTP transport.

README

Servidor MCP remoto que expone:

  • Jurisprudencia argentina (285K+ fallos: SAIJ, CSJN, JUBA, SCBA, PJN) vía la API en juris.automaticialab.com.
  • Causas judiciales propias del estudio vía causas.abogadoenquilmes.com/api/causas/mcp-list (requiere endpoint con service-token desplegado en siteai-app).

Transport: Streamable HTTP. Auth: Authorization: Bearer $MCP_API_KEY.

Endpoint MCP

POST https://mcp.abogadoenquilmes.com/mcp

Tools

Tool Descripción
search_jurisprudence Full-text search con filtros (jurisdicción, materia, tribunal, fecha, voces, fuente)
get_fallo Trae un fallo por id con texto completo
jurisprudence_stats Stats globales de la base
list_voces Autocomplete de descriptores temáticos
list_jurisprudence_filters Valores distintos para todos los filtros
list_my_cases Causas activas del usuario
get_my_case Detalle + movimientos de una causa

Registrarlo en Claude Code

En cualquier PC:

claude mcp add --transport http abogadoenquilmes https://mcp.abogadoenquilmes.com/mcp \
  --header "Authorization: Bearer TU_MCP_API_KEY"

Run local

cp .env.example .env
# editar .env con MCP_API_KEY real
pip install -r requirements.txt
python server.py

Healthcheck (sin auth): GET http://localhost:8000/health

from github.com/jusdipietro-dotcom/mcp-abogadoenquilmes

Installing Abogadoenquilmes

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/jusdipietro-dotcom/mcp-abogadoenquilmes

FAQ

Is Abogadoenquilmes MCP free?

Yes, Abogadoenquilmes MCP is free — one-click install via Unyly at no cost.

Does Abogadoenquilmes need an API key?

No, Abogadoenquilmes runs without API keys or environment variables.

Is Abogadoenquilmes hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Abogadoenquilmes in Claude Desktop, Claude Code or Cursor?

Open Abogadoenquilmes on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Abogadoenquilmes with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs