Legal MCP Server

// Resultado: Lista de contratos con snippets relevantes ```

Local serverstdio

What is the Legal MCP server?

// Resultado: Lista de contratos con snippets relevantes ```. The legal mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 11 defined tools rather than through you.

Its toolset

Everything the assistant can do here goes through one of these:

  • Capacidad — 100,000+ documentos
  • Concurrencia — 50+ consultas simultáneas
  • IssuesGitHub Issues
  • ComunidadDiscussions
  • Herramienta — Descripción
  • search_legal_documents — Buscar documentos por contenido, área, autor
  • get_document_by_id — Obtener contenido completo de un documento
  • list_practice_areas — Listar áreas de práctica disponibles
  • get_statistics — Estadísticas de la biblioteca legal
  • Prerrequisitos — The Prerrequisitos tool exposed by this server
  • Benchmarks — The Benchmarks tool exposed by this server

Adding it to your client

legal-mcp-server-argentina on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Configuration

You will need 3 environment variables: LEGAL_DB_PATH, LOG_LEVEL, CACHE_SIZE. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Legal's toolset — Capacidad, Concurrencia, Issues and 8 more — is a fair guide to whether it matches your workflow. It is maintained by Psflores; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Legal.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the legal mcp server does with a few real requests.

Available tools

ToolWhat it does
Capacidad100,000+ documentos
Concurrencia50+ consultas simultáneas
Issues[GitHub Issues](https://github.com/tu-usuario/legal-mcp-server-argentina/issues)
Comunidad[Discussions](https://github.com/tu-usuario/legal-mcp-server-argentina/discussions)
HerramientaDescripción
search_legal_documentsBuscar documentos por contenido, área, autor
get_document_by_idObtener contenido completo de un documento
list_practice_areasListar áreas de práctica disponibles
get_statisticsEstadísticas de la biblioteca legal
PrerrequisitosThe Prerrequisitos tool exposed by this server.
BenchmarksThe Benchmarks tool exposed by this server.

How to install the Legal MCP server

{
  "mcpServers": {
    "legal-argentina": {
      "command": "node",
      "args": ["/ruta/a/legal-mcp-server-argentina/server.js"],
      "env": {
        "LEGAL_DB_PATH": "/ruta/a/legal_mcp.db"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
LEGAL_DB_PATHFilesystem location the server is allowed to use.Optional
LOG_LEVELConfiguration value read at startup.Optional
CACHE_SIZEConfiguration value read at startup.Optional

Example prompts to try

  • Use Legal to Capacidad.
  • Use Legal to Concurrencia.
  • Use Legal to Issues.

Frequently asked questions

It connects Legal to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (Capacidad, Concurrencia, Issues, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Legal directly.