mercury_list_cards
Retrieve all physical and virtual cards linked to a Mercury account for spend auditing, card freeze review, or cardholder identification.
Instructions
List physical and virtual cards attached to a Mercury account.
USE WHEN: enumerating cards (debit, virtual debit, IO Credit) issued against an account — for spend audits, freezing review, or cardholder lookups.
DO NOT USE: to list IO Credit transactions (use mercury_list_credit_transactions). Card creation, freezing, and PIN ops are not exposed by this MCP — the Mercury API does not currently support them.
RETURNS: { cards: [{ id, last4, type, status, holderName, expiry, ... }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The Mercury account ID |