Skip to main content

MCP server for Legalis — Brazilian legal document AI for attorneys

Project description

Legalis MCP Server

Assistente jurídico com IA para advogados brasileiros

Leia em Português

MCP (Model Context Protocol) server for Legalis — Brazilian legal document AI for attorneys.

Connect Claude (or any MCP-compatible client) to your Legalis account and interact with cases, generate legal documents, search legislation, and more using natural language.


Quick start

1. Install

pip install legalis-mcp
# or with uv:
uv tool install legalis-mcp

2. Authenticate

legalis-mcp auth

This opens your browser. Log in to Legalis normally — tokens are saved to ~/.legalis/credentials.json (owner-readable only).

3. Configure Claude

Add to your Claude configuration (~/.claude/claude_desktop_config.json for Claude Desktop, or claude_code_config.json for Claude Code):

{
  "mcpServers": {
    "legalis": {
      "command": "legalis-mcp",
      "args": ["serve"]
    }
  }
}

4. Use

In Claude, try:

  • "Liste meus casos no Legalis"
  • "Crie um caso de rescisão indireta para João Silva"
  • "Gere a seção de fundamentos jurídicos da peça X do caso Y"
  • "Pesquise legislação trabalhista sobre justa causa"
  • "Quantas gerações ainda tenho disponíveis este mês?"

Available tools

Cases

Tool Description
list_cases List cases (paginated, filterable by status)
get_case Get case details by ID
create_case Create a new case
update_case Update case fields
search_cases Full-text search across cases
delete_case Delete a case permanently

Legal documents

Tool Description
list_legal_documents List peças processuais for a case
get_legal_document Get a document with all sections
create_legal_document Create a new legal document
generate_section AI-generate a document section (fatos, fundamentos, pedidos…)
update_section_text Manually edit a document section
get_case_context Get case context (facts, parties, evidence)
update_case_context Update case context
delete_legal_document Delete a legal document
export_legal_document_docx Export a document as DOCX

Events & Tasks

Tool Description
create_case_event Create an event on a case (internal or client-visible)
list_case_events List events for a case
delete_case_event Delete a case event
create_case_task Create a task with due date and priority
list_case_tasks List tasks for a case
update_case_task Update a task's fields
complete_case_task Mark a task as complete
delete_case_task Delete a task
list_upcoming_tasks List upcoming tasks across all cases
list_overdue_tasks List all overdue tasks

Other

Tool Description
run_interview AI-guided case intake interview
list_templates List available document templates
get_template Get template details and sections
search_legislation Search Brazilian legislation (LexML)
get_my_usage Check AI quota and billing period usage

CLI commands

legalis-mcp auth      # Authenticate via browser
legalis-mcp serve     # Start MCP server (stdio)
legalis-mcp status    # Verify authentication
legalis-mcp logout    # Remove stored credentials

Development

git clone <repo>
cd mcp
pip install -e ".[test]"

# Run unit tests (no external services needed)
pytest tests/unit/ -v

# Run integration tests (requires Docker)
cd ../integration && docker-compose up -d
cd ../mcp
LEGALIS_API_URL=http://localhost:8000 \
LEGALIS_ACCESS_TOKEN=<token> \
LEGALIS_REFRESH_TOKEN=<refresh> \
pytest tests/integration/ -v

Environment variables

Variable Default Description
LEGALIS_API_URL https://hai-production-612f.up.railway.app Backend URL
LEGALIS_ACCESS_TOKEN Pre-issued token (CI/test only)
LEGALIS_REFRESH_TOKEN Refresh token (CI/test only)
LEGALIS_CREDENTIALS_FILE ~/.legalis/credentials.json Credentials file path
LEGALIS_OAUTH_PORT 3742 Local OAuth callback port

Security

  • Credentials are stored in ~/.legalis/credentials.json with 600 permissions (owner read/write only).
  • The OAuth redirect is restricted to http://localhost — open-redirect attacks are blocked at the backend.
  • Tokens are never stored in the MCP configuration file.
  • All API calls go through the existing Legalis backend — RBAC, rate limiting, and quotas apply normally.

Publishing

# PyPI
pip install build twine
python -m build
twine upload dist/*

# Then register at:
# - smithery.ai (MCP marketplace)
# - mcp.so (community directory)
# - github.com/modelcontextprotocol/servers (official list)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

legalis_mcp-0.3.0.tar.gz (86.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

legalis_mcp-0.3.0-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file legalis_mcp-0.3.0.tar.gz.

File metadata

  • Download URL: legalis_mcp-0.3.0.tar.gz
  • Upload date:
  • Size: 86.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for legalis_mcp-0.3.0.tar.gz
Algorithm Hash digest
SHA256 d8e75e416b0102e13d7f46e119a985d121712c14181d80a91ef84656a8090a6c
MD5 b15d6fd4d606a50be6fd6b6adf035170
BLAKE2b-256 2e3140e650b8f67796e541ceca49252cee5ac4f66f22aedd50216a945366c80e

See more details on using hashes here.

File details

Details for the file legalis_mcp-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: legalis_mcp-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for legalis_mcp-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 20baf4d0f26ea79999c5ee4795ca58f9e5ecfdb616d10c8436f3281a4ee7311e
MD5 450b2c4b1dee7dc0ccfb3d125e474969
BLAKE2b-256 6abd9e8ca0d0059a82e5de1eeb13c47a9deb8181dd1c0351731f845d7d43cfcd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page