Skip to main content
Glama
sanjibani

practicepanther-mcp

by sanjibani

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRACTICEPANTHER_CLIENT_IDYesOAuth client ID for PracticePanther
PRACTICEPANTHER_ACCESS_TOKENYesAccess token for PracticePanther OAuth
PRACTICEPANTHER_CLIENT_SECRETYesOAuth client secret for PracticePanther
PRACTICEPANTHER_REFRESH_TOKENYesRefresh token for PracticePanther OAuth

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_mattersB

Search matters (cases). Optional OData orderby, filter, select let you write rich queries (e.g. orderby="openDate desc", odata_filter="contains(displayName,'Smith')").

get_matterA

Fetch a single matter with full detail (parties, practice area, status, etc.).

create_matterA

Open a new matter. matter_json is a JSON object string. Minimum required fields: displayName, accountId, practiceAreaId, responsibleAttorneyId, openDate.

update_matterB

Patch fields on a matter. updates_json is a JSON object with only the fields you want to change (e.g. '{"status":"closed"}').

find_accountsC

Search client accounts by name or email.

get_accountA

Fetch a single client account with full detail.

create_accountA

Create a new client account. account_json is a JSON object string. Minimum required: displayName.

find_contactsC

List contacts associated with accounts (e.g. co-counsel, witnesses).

create_contactC

Create a new contact. contact_json is a JSON object string.

find_time_entriesA

List time entries (billable hours). Use start_date + end_date for a date range (ISO-8601, e.g. "2026-01-01"), matter_id for a single case, user_id for a single attorney, billable to filter.

get_time_entryB

Fetch a single time entry.

create_time_entryA

Log a billable or non-billable time entry. entry_json is a JSON object string. Required: matterId, userId, date (YYYY-MM-DD), hours, description. For billable entries also include rate and billable: true.

update_time_entryB

Patch fields on a time entry (e.g. add narrative, adjust hours, mark billed).

find_invoicesB

List invoices. Filter by status (draft, sent, paid, partially_paid, void, overdue) or by matter/account/date range.

get_invoiceB

Fetch a single invoice with line items.

create_invoiceC

Create a new invoice. invoice_json is a JSON object string.

find_activitiesC

List activities (calls, emails, meetings) on matters/accounts.

create_activityC

Log a new activity (call, email, meeting) against a matter.

find_tasksC

List tasks (to-dos) on matters.

create_taskC

Create a new task. task_json is a JSON object string.

find_eventsC

List calendar events (hearings, deadlines, meetings).

create_eventC

Create a new calendar event. event_json is a JSON object string.

list_usersA

List firm users (attorneys, paralegals, staff). Use to look up IDs for responsible_attorney_id, user_id, assignee_id in other tools.

list_practice_areasA

List practice areas defined for the firm (e.g. Family Law, Personal Injury).

list_expense_categoriesA

List expense categories (Filing Fees, Travel, Copying, etc.).

health_checkA

Verify credentials by listing firm users. If this works, all other tools should work too.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sanjibani/practicepanther-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server