MCP documentation | MCP docs for agents
ark_list_carrier_settlements
ark.list_carrier_settlements
List visible ARK carrier settlement groups with AP recipient, due date, paid date, amount, and NACHA metadata.
- Availability
- Expanded preview
- Scopes
loads:readbilling:read- ARK permissions
canViewLoadscanViewBilling- Team visibility
- Required and enforced
- Approval policy
none- ARK approval request
- Not required
- Idempotency
- Not required
- Read-only
- Yes
- Destructive
- No
- External side effect
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
statusstringOptional carrier settlement status filter.
one of: PENDING, PAID
carrierIdstringOptional carrier ID filter.
format: uuid
customerIdstringOptional customer ID filter across settlement payment rows.
format: uuid
factoringIdstringOptional factoring company ID filter.
format: uuid
paymentMethodstringOptional payment method filter, such as ACH or Check.
max length: 50
dueDateFromstringdueDateTostringpaidDateFromstringpaidDateTostringnachaFileIdstringOptional NACHA file ID filter.
format: uuid
nachaBatchNumberintegerOptional NACHA batch number filter.
min: 1
searchstringOptional search across settlement number, load number, carrier, customer, factoring company, invoice, reference, vendor invoice, document number, and NACHA batch.
min length: 1; max length: 100
limitintegerdefault: 25; min: 1; max: 100
offsetintegerdefault: 0; min: 0
Result
The tool returns the canonical ark.list_carrier_settlements operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.