# LEAP Legal MCP for AI Agents AI Agent Connect

> LEAP Legal connects your legal practice software to your AI agent. It lets you manage matters, contact cards, and legal documents using natural language. Instead of clicking through menus, you can ask your agent to pull up a specific case or update a client's info directly from your chat interface.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_XQkrSIlUfij9DhrvOfsqe3KjRaKWeghEpnhc4Oda/ai-agent-connect
- **Tags:** legal-matters, contact-management, case-tracking, legal-operations, practice-management

## Description

Running a law firm usually means jumping between tabs to find the right case file or update a client's contact details. This Connector changes that by letting your AI agent talk directly to your LEAP Legal account. You can ask about a specific matter, see what documents are attached to a case, or find out who the linked contacts are without leaving your workspace. It handles the heavy lifting of navigating your legal database so you can focus on the actual law. When you find this Connector in the Vinkius catalog, you're getting a way to turn your practice management software into an interactive knowledge base. You don't have to worry about manual data entry for every new person or organization because your agent handles the card creation for you. It's about getting the right information at the right time, whether you're checking a matter status or looking for a specific email from a client.

## Tools

### get_matter_details
Get the specific details for a legal matter. Use this to see the status and numbers for any case in your firm.

### create_new_card
Create a new person or organization card using a JSON body. Use this to add new clients or partners to your system quickly.

### update_existing_card
Update the details for an existing card. Use this to keep your contact information current without creating duplicates.

### list_cards
View a list of all your person and organization cards. This helps you see every contact in your database at once.

### get_card_details
Get the full details for a specific contact card. This is useful for pulling up a client's complete profile in one go.

### get_matter_linked_cards
List all contacts linked to a specific matter. This shows you every person associated with a particular legal case.

### get_matter_correspondence
List all correspondence for a specific matter. This retrieves all emails, documents, and appointments for a case.

### get_matter_documents_only
List only the documents associated with a matter. This lets you filter out emails and appointments to see just the files.

### list_legal_matter_types
List all legal matter types for a specific country code. Use this to check valid categories for the US, UK, AU, CA, or NZ.

### list_matters
List all legal matters in your account. This helps you identify specific matter IDs for further inspection.

## Prompt Examples

**Prompt:** 
```
List all matters in my LEAP account.
```

**Response:** 
```
I've retrieved your matters. You have 15 active cases, including:

| Matter ID | Case Name | Status |
| :--- | :--- | :--- |
| M-101 | Smith vs. Jones | Active |
| M-102 | Corporate Merger | Pending |
| M-103 | Estate Planning | Closed |

Which one would you like to explore?
```

**Prompt:** 
```
Show correspondence for matter ID 'MAT-12345'.
```

**Response:** 
```
For matter **MAT-12345**, I found 8 correspondence items:

*   **Documents:** 5 files (including *Contract_Draft.pdf*)
*   **Emails:** 2 messages from the client
*   **Appointments:** 1 upcoming court date

Would you like me to open any of these for you?
```

**Prompt:** 
```
Create a new organization card named 'Legal Tech Solutions'.
```

**Response:** 
```
Successfully created the organization card **Legal Tech Solutions** in your LEAP database. The new card ID is `CARD-98765`. Would you like to link it to a specific matter?
```

## Capabilities

### Pull up specific legal matters
Retrieve the status and specific details of any case in your legal database.

### Create new person and organization cards
Add new clients or partners to your system using natural language instructions.

### View all correspondence for a case
See every email, document, and appointment linked to a specific matter in one place.

### See all documents linked to a matter
Filter your view to see only the files attached to a case, skipping the noise.

### List legal matter types by country
Identify the correct legal categories for jurisdictions like the US, UK, AU, CA, and NZ.

### Update existing contact information
Keep your contact database current by updating details on existing cards.

## Use Cases

### Creating a new client profile
A legal assistant asks the agent to create a new organization card for a new corporate client, instantly populating the database.

### Checking case history
A solicitor asks the agent to show all emails and documents for a specific matter ID to prepare for a hearing.

### Matter auditing
A firm admin asks the agent to list all matter types available in the UK jurisdiction to ensure compliance with local types.

### Contact management
A lawyer asks the agent to find all contacts linked to a specific case to see who needs to be included in a mailing list.

## Benefits

- Faster matter lookups: Use `list_matters` to find IDs and `get_matter_details` to see case statuses instantly.
- Cleaner data entry: Use `create_new_card` and `update_existing_card` to keep your contact database accurate without manual clicking.
- Better correspondence tracking: Use `get_matter_correspondence` to see emails and documents in one view.
- Quick document filtering: Use `get_matter_documents_only` to skip the noise and see just the files you need.
- Jurisdictional awareness: Use `list_legal_matter_types` to see correct matter types for AU, UK, US, CA, and NZ.
- Better contact mapping: Use `get_matter_linked_cards` to see every person involved in a specific legal case.

## How It Works

The bottom line is you get a natural language interface for your entire LEAP Legal practice.

1. Subscribe to the LEAP Legal MCP on Vinkius.
2. Add your API keys, Client ID, and Client Secret to your configuration.
3. Ask your agent to find matters or update cards in your legal database.

## Frequently Asked Questions

**Can the LEAP Legal MCP help me manage my law firm's cases?**
Yes, it lets your agent pull up specific matter details and statuses instantly. You can ask about any case in your database to get a quick summary of its current status.

**How does the LEAP Legal MCP handle client contacts?**
It can list, create, and update 'Cards' for both people and organizations in your database. This keeps your contact info current without you having to do the manual data entry.

**Can I use the LEAP Legal MCP to see my emails and documents?**
Yes, you can ask your agent to pull up all correspondence for any specific matter. It retrieves emails, documents, and appointments in one view.

**Does the LEAP Legal MCP work for different countries?**
It can list matter types for the US, UK, AU, CA, and NZ jurisdictions. This helps you see the correct categories for your specific region.

**How do I get my LEAP Legal account connected?**
You just need to provide your API keys and secrets in your AI client's configuration. Once connected, your agent can interact with your practice data directly.

**Can the LEAP Legal MCP help me find everyone involved in a case?**
Yes, it can list all contact cards linked to a specific legal matter. This makes it easy to see every person associated with a particular case.

**How do I find my Client ID and Secret?**
Register your application on the [LEAP Developer Portal](https://developer.leap.software/) to obtain your unique Client ID and Secret.

**Can I see all documents for a specific legal case?**
Yes, the `get_matter_correspondence` tool retrieves all documents, emails, and appointments linked to a target matter ID.

**Does this server support different countries?**
Absolutely. LEAP is regionalized. Use the `list_legal_matter_types` tool with country codes like AU, UK, US, CA, or NZ to see relevant legal schemas.