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.4.0.tar.gz (89.1 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.4.0-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: legalis_mcp-0.4.0.tar.gz
  • Upload date:
  • Size: 89.1 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.4.0.tar.gz
Algorithm Hash digest
SHA256 edd3583b84ad0421351f70909b4418c0e9a1c88efca934dda9033f80d7c9bd6e
MD5 e05f32337e5fcdf7853cffbaf9ae5a0d
BLAKE2b-256 9d2ed51f3c8924076f3ddb1def890a329ccb8868b55b9d7e4ab05de31c4f1ad2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: legalis_mcp-0.4.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.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d54da8e131f23425bed9419857ef72b8d6765bf0990c9f59492ed39031eab182
MD5 3cc828d64027d10031d36e0cef38bd65
BLAKE2b-256 e3f56388de949c576335a43394a1c504ac88290e17826939a8129ad6b6fb557b

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