Skip to main content
Connect to https://mcp.agentcard.sh/mcp with the user’s connection token (or a buy_token for org-owned accounts). Behavior: read-only, idempotent.
Not in the default tools/list. It is still callable by exact name, and appears when the client sends the x-expert-tools: 1 header.

What it does

List transactions across the whole account GROUPED by payment method: wallet (USDC collateral) card spend, legacy saved-card-on-file spend, sandbox/test card spend, and wallet-funding deposits grouped by Apple Pay / Google Pay. Each group carries all-time totals; each transaction row carries its card (id + last4), merchant name + MCC, and — for purchases made through the buy flow — the merchant order behind the charge (merchant, order id, order total). Use this for “what did I spend, and how did I pay” style questions; use list_all_transactions for a flat ungrouped list, or buy_order_history for line-level items of a specific merchant’s orders. limit/offset paginate the underlying newest-first transaction stream (groups repeat across pages); status filters card spend (e.g. SETTLED, DECLINED).

Inputs

Returns

Example call