Overview
Interlace Agent Card is a payment capability designed specifically for AI agents. It allows users to assign a virtual card to an agent, define spending limits and rules, and enable the agent to autonomously complete online payments within a controlled scope.
Use Cases
- Subscribe to SaaS services.
- Purchase API credits.
- Run online advertising campaigns.
- Pay for other recurring or usage-based digital services.
Key Features
- Agent-Only Access
Card details are delivered exclusively to the agent through MCP (Model Context Protocol) tools. Sensitive card information is not displayed in plaintext on web interfaces.
- Controlled Budget
Each card has a predefined lifecycle spending limit of $20. Transactions outside supported online payment scenarios (e.g., POS or ATM usage) are automatically rejected.
- Instant Activation
Agent Card can be integrated quickly through the MCP protocol. Once connected, the agent can automatically discover and invoke available payment tools.
- On-Chain Funding
Agent Card supports funding via stablecoins, including USDC and USDT. Remaining balances can be converted back into stablecoins and returned to the user's crypto wallet at any time.
Supported Capabilities (MCP Tools)
Agent Card provides the following MCP tools.
| Tool Name | Description |
|---|---|
| issue_card | Creates a new virtual card or retrieves the existing card for the current user. Each user can hold only one active card. Returns the supported funding currency, blockchain network, expected funding amount, deposit address, and deposit QR code URL. |
| get_card | Retrieves the complete payment details of the current card, including card number, CVV, expiration date, and available balance. |
| get_transactions | Retrieves the transaction history of the card, including the authorization result for each transaction (approved or declined) and the corresponding reason. |
| delete_card | Deletes the current card. Any remaining balance will be automatically converted back into stablecoins (USDC or USDT) and returned to the user's crypto wallet. |
| list_topup | Retrieves the on-chain top-up transaction history for the wallet, including transaction hash, blockchain network, and related funding details. |
| refund_topup | Refunds high-risk on-chain top-up funds to a specified blockchain address. |
Updated 2 days ago