> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# list_added_cards

> List the user's ADDED cards (their own Visa/Mastercard cards enrolled via create_card's add-card flow — the funding source that charges their own card), with i…

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.

## What it does

List the user's ADDED cards (their own Visa/Mastercard cards enrolled via create\_card's add-card flow — the funding source that charges their own card), with ids, brand, last4, expiry, and status. The row marked isDefault is what create\_card charges when no connected\_card\_id is given — the user's chosen default card (set with update\_settings default\_payment), falling back to the newest active one. Not the same as list\_cards (the virtual cards Agentcard issues).

## Inputs

None.

## Returns

| Field                  | Type   | Description                                                                                                                                                    |
| ---------------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `message` *(required)* | string | Human-readable list (or an empty-state note).                                                                                                                  |
| `count`                | number | Number of non-revoked added cards.                                                                                                                             |
| `attachedCards`        | array  | Added-card enrollments, newest first. The row with isDefault true is the default for new cards; none is marked when the default payment is the wallet balance. |

## Example call

```json theme={null}
{
  "tool": "list_added_cards",
  "arguments": {}
}
```
