Skip to main content
All tools are prefixed mcp__agent-cards__* in your client. Amounts are in cents (e.g. $25 = 2500); always display them back as dollars.

Getting started

ToolPurpose
get_instructionsReturn the current usage guide — call this first.
submit_user_infoSubmit one-time KYC (name, DOB, phone, terms_accepted) required before the first card.
approve_requestApprove or deny a pending approval request.

Cards

ToolPurpose
list_cardsList all cards with IDs, last four, expiry, balance, and status.
create_cardCreate a new virtual Visa card (amount_cents; needs a saved payment method).
check_balanceCheck a card’s live balance without exposing credentials.
get_card_detailsGet decrypted PAN, CVV, and expiry (may require approval).
close_cardPermanently close a card (irreversible).
list_transactionsList a card’s transactions with amount, merchant, status, and timestamps.

Payment methods

ToolPurpose
setup_payment_methodSave a payment method via Stripe for future card creation.
list_payment_methodsList saved methods (id, brand, last4, expiry); marks the default.
set_default_payment_methodChoose which saved method funds new cards.
remove_payment_methodRemove a saved payment method.

Plans & mode

ToolPurpose
get_planShow current plan, per-card cap, monthly usage, and upgrade options.
upgrade_planStart a Stripe Checkout to upgrade (Basic or Pro).
cancel_planCancel the active paid subscription (revert to Free).
get_modeShow the issuing mode (test = sandbox, prod = live cards).
set_modeSwitch issuing mode between test and prod.

Checkout autofill

Requires the AgentCard Pay Chrome extension.
ToolPurpose
detect_checkoutCheck if the current browser tab is a checkout page.
fill_cardFill an existing card into a checkout form.
pay_checkoutCreate a new card and fill the checkout form in one step.

Shopping (buy)

The conversational buy tool runs the whole shop-and-checkout flow; the granular buy_* tools back it. See the Shopping guide.
ToolPurpose
buyNatural-language shopping: describe a purchase and it runs the flow.
buy_list_merchantsList merchants and link status.
buy_link_merchant / buy_confirm_merchant / buy_unlink_merchantLink, confirm, or disconnect a merchant.
buy_search_stores / buy_select_storeFind and scope to a store within a multi-store merchant.
buy_search_productsSearch a linked merchant for products.
buy_add_to_cart / buy_set_item_quantity / buy_remove_from_cart / buy_view_cart / buy_clear_cartBuild and inspect the cart.
buy_set_budgetSet a spend budget.
buy_checkoutPlace and pay for the cart.
buy_order_history / buy_reorder / buy_track_order / buy_set_substitutionReview, re-create, track orders, and set out-of-stock preferences.
buy_addresses / buy_set_default_addressList and set delivery addresses.

Support

ToolPurpose
start_support_chatOpen a new support conversation.
send_support_messageSend a message in a conversation.
read_support_chatRead a conversation’s message history.

Connected apps

ToolPurpose
list_connectionsList third-party apps connected to your account.