BetaAgentCard is in beta — expect rough edges as we ship.
Platforms / MCP

Let agents create their own cards

Connect to AgentCard via MCP. Create cards, check balances, and pay for things — autonomously.

╭──────────────────────────────────────╮ Claude Code│                                      │/mcp to see available MCP tools╰──────────────────────────────────────╯
> Create a $25 card for buying an API key

Every tool

The full reference for the AgentCard MCP server.

Create a virtual debit card with a spending limit. Cards auto-cancel after one authorized payment and expire after 7 days if unused.

amount_centsSpending limit in cents ($1–$50)(required)
sandboxUse sandbox mode for testing without real charges

List all virtual cards with their IDs, last four digits, expiry, balance, and status.

Decrypt and display full PAN, CVV, and expiry for a card. May require human approval before returning credentials.

card_idCard ID to inspect(required)

Quick balance check without exposing card credentials. Faster than get_card_details when you only need the balance.

card_idCard ID to check(required)

Permanently close a virtual card. Irreversible — the card cannot be reopened. Safe to call on already-closed cards.

card_idCard ID to close(required)

Transaction history for a card — amount, merchant, status, and timestamps.

card_idCard ID to query(required)
limitMax number of transactions to return (default 20)
statusFilter by status (PENDING, SETTLED, DECLINED, REVERSED, EXPIRED, REFUNDED)

Start now

Set up the MCP server and let your agent create cards autonomously.