# Invoices

Lawmatics MCP server · 2 tools

## Tools

- [Get Invoice](/integrations/lawmatics/invoices/get-invoice/) — Fetch a single invoice from Lawmatics by ID, including its status, amounts in integer cents, payment terms, billed contact, and a `relationships` envelope of {id,type} pointers to related records (the matter it belongs to, creator, time entries, expenses, adjustments, transactions, and forwarding links).

- [List Invoices](/integrations/lawmatics/invoices/list-invoices/) — List invoices from Lawmatics with optional pagination and sorting. Each invoice includes its status, amounts in integer cents, payment terms, billed contact, and a `relationships` envelope of to-one {id,type} pointers (matter, invoice type, creator, forwarding target); use get-invoice for the full envelope including to-many relationships (time entries, expenses, transactions).
