Docs/MCP Tools Reference
Reference

MCP Tools Reference

All 22 MCP tools available through klw mcp. Each tool is callable via any MCP-compatible agent.

Card Payments6 tools

ToolDescriptionParameters
kleepay_payAuthorize and execute a card paymentcard_id, amount, currency, merchant, ttl?
kleepay_list_cardsList all virtual cards on the accountstatus?, limit?
kleepay_check_txCheck the status of a transactiontx_id
kleepay_list_txList recent transactions with filterscard_id?, status?, limit?, offset?
kleepay_cancel_txCancel a pending transactiontx_id
kleepay_refund_txRequest a refund for a settled transactiontx_id, amount?

Wallet6 tools

ToolDescriptionParameters
kleepay_wallet_balanceCheck wallet balance (USDT + card balances)none
kleepay_wallet_paySend USDT to an external addressaddress, amount, chain?
kleepay_wallet_deposit_addressGet the deposit address for fundingchain?
kleepay_wallet_historyList wallet transaction historylimit?, offset?
kleepay_wallet_allocateAllocate funds from wallet to a cardcard_id, amount
kleepay_wallet_reclaimReclaim funds from a card back to walletcard_id, amount?

Card Management6 tools

ToolDescriptionParameters
kleepay_create_cardCreate a new virtual Visa cardlabel?, daily_limit?, allowed_merchants?
kleepay_reveal_cardReveal full card number, CVV, and expirycard_id
kleepay_freeze_cardFreeze a card (block all transactions)card_id
kleepay_unfreeze_cardUnfreeze a cardcard_id
kleepay_set_card_limitUpdate spending limits on a cardcard_id, daily_limit?, per_tx_limit?
kleepay_delete_cardPermanently delete a cardcard_id

Account4 tools

ToolDescriptionParameters
kleepay_whoamiGet current account info and statusnone
kleepay_list_policiesList active spending policiescard_id?
kleepay_audit_logView the full audit traillimit?, from?, to?
kleepay_healthCheck daemon and API health statusnone