mcpbeat Sign in

Open Legal Chile MCP Server

by elpabloultron Your server? Claim it
local only

Open Legal Chile runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Suite de Inteligencia Jurídica y 55 herramientas MCP para Chile: BCN, PJUD, doctrina y OCR.

Installs / week
pypi · openlegal-chile
4
Stars
0 open issues
18 Sep 2026
Last commit
no recent releases
Apache-2.0
License
HTML

What the code does

We read the source, 3 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        filepath = os.path.join(self.cache_dir, f"{guia_id}.md")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add open-legal-chile -- uvx openlegal-chile
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "open-legal-chile": {
      "args": [
        "openlegal-chile"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.open-legal-chile]
command = "uvx"
args = ["openlegal-chile"]
.cursor/mcp.json
{
  "mcpServers": {
    "open-legal-chile": {
      "args": [
        "openlegal-chile"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "open-legal-chile": {
      "args": [
        "openlegal-chile"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Open Legal Chile

same job, measured the same way
Optical Context MCP
by chrboebel

Compress OCR-heavy PDFs into dense packed images so agents can work with long visual documents.

154 installs/wk local only
Lucid Apple MCP
by lucid-systems-llc

On-device Apple Intelligence as MCP tools for macOS — OCR, tables, entity detection, generation.

30 installs/wk local only
De Eli MCP
by matematicsolutions

German law MCP: legislation (NeuRIS), case law (RII, Open Legal Data), Bundestag DIP documents.

262 installs/wk local only
Ifg Tax
by aitorgarcia21

International tax research — 213 jurisdictions, 500K+ legal documents.

18 installs/wk local only
Bee by HEOSSI
by heossihq

Bee by HEOSSI: governed multimodal intelligence - chat, code, security, research, documents, memory.

307 installs/wk local only
Legal Document AI MCP
by csoai-org

Legal Document Ai MCP Server by MEOK AI Labs

197 installs/wk local only
PDF Toolkit MCP
by beepboop2025

Legacy PDF Toolkit identity, pinned to its 2.1.1 package; maintained successor: PDF Suite MCP.

55 installs/wk local only
eKYC Suite
by wefi-ai

KYC / eKYC MCP server for face compare, liveness, OCR, and image labeling.

101 installs/wk local only

Open Legal Chile — questions

Answers built from our own checks of this server.

Why is there no uptime for Open Legal Chile?
Open Legal Chile runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package openlegal-chile.
How do I connect Open Legal Chile?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls openlegal-chile straight from pypi; nothing to host, nothing to sign up for.
Is Open Legal Chile open source?
Yes — it is published under the Apache-2.0 licence, written in HTML and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.