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
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.
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.
Quick balance check without exposing card credentials. Faster than get_card_details when you only need the balance.
Permanently close a virtual card. Irreversible — the card cannot be reopened. Safe to call on already-closed cards.
Transaction history for a card — amount, merchant, status, and timestamps.
Set up the MCP server and let your agent create cards autonomously.