Install
openclaw skills install gpcaManage GPCA bank cards, USDT wallet, KYC verification, and automate shopping on Amazon/Taobao with browser.
openclaw skills install gpcaManage GPCA Mastercard/Visa bank cards, USDT crypto wallet, and automate shopping on e-commerce platforms.
This skill needs the GPCA MCP server for API tools (gpca_auth_status, gpca_list_cards, etc.). When the user first uses this skill, check if the MCP tools are available. If not, run the setup steps below automatically. Do NOT ask the user to run them manually.
Try calling gpca_auth_status. If the tool exists and returns a response (even authenticated: false), the MCP server is already configured — skip setup.
git clone https://github.com/gpcaclaw/gpca-mcp-server.git ~/.gpca/mcp-server
cd ~/.gpca/mcp-server && npm install && npm run build
mcporter config add gpca-card-manager --command node --arg ~/.gpca/mcp-server/dist/index.js
mcporter list gpca-card-manager
If the server appears with 46 tools listed, setup is complete. Tell the user: "✅ GPCA MCP Server 安装完成,可以开始使用了。"
To update the MCP server to the latest version:
cd ~/.gpca/mcp-server && git pull && npm install && npm run build
No need to re-register with mcporter — the existing config will use the updated build.
Always call gpca_auth_status first. If not authenticated, ask: "Do you have a GPCA account, or would you like to register?" Then follow {baseDir}/references/user-flows.md.
gpca_check_kyc) -> list card types (gpca_supported_cards) -> order (gpca_order_virtual_card)gpca_wallet_balance (USDT), gpca_list_cards (card balances)gpca_card_transactions, gpca_wallet_transactions (default last 7 days)gpca_supported_chains -> gpca_deposit_address -> warn about correct chaingpca_deposit_to_cardgpca_request_kyc (Mastercard) or gpca_request_kyc_visa (Visa) -> upload docs -> submitDetails: {baseDir}/references/card-manager.md | API: {baseDir}/references/api-reference.md
Shopping uses OpenClaw's built-in browser automation. Use browser open, browser snapshot, browser click, browser type, browser screenshot, browser wait commands.
gpca_get_spending_limits)**** XXXX) with user -> Add to cartgpca_record_spendingTaobao/Tmall: Payment via Alipay with pre-bound GPCA card. Agent never enters payment passwords.
Details: {baseDir}/references/shopping-assistant.md | Sites: {baseDir}/references/shopping-flows.md
**** **** **** XXXX, CVV only at Step 5$1,234.56 (USD), 1,234.56 USDT (crypto)Security: {baseDir}/references/security-notes.md | Domains: {baseDir}/references/shopping-flows.md