Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.useveil.co/llms.txt

Use this file to discover all available pages before exploring further.

The Veil MCP server exposes 28 tools. They are grouped into six categories below. Click a category to see full input/output documentation and examples.

Session (5 tools)

Manage login state and switch modes.
ToolWhat it does
veil_get_session_statusCheck whether you are logged in
veil_request_otpSend a login code to your email
veil_verify_otpComplete login with the code
veil_logoutRevoke the current session
veil_set_modeSwitch between sandbox and live
Session tools →

Onboarding (6 tools)

KYC identity verification and bank account management.
ToolWhat it does
veil_get_account_statusSnapshot of KYC + bank account readiness
veil_kyc_startStart a KYC session and get a verification link
veil_kyc_check_statusPoll KYC status after completing the form
veil_bank_account_getFetch a bank account by ID, or the primary account
veil_bank_accounts_listList all active bank accounts
veil_bank_account_get_form_urlGet a link to the bank account entry form
Onboarding tools →

Wallets (6 tools)

Create wallets, inspect balances, and configure auto-settle rules.
ToolWhat it does
veil_wallets_listList wallets with balances and bank pointers
veil_wallet_createCreate a new wallet on a specific chain
veil_wallet_getGet wallet details and recent transactions
veil_wallet_set_primary_bankReassign a wallet’s default payout bank
veil_wallet_set_source_addressEnable auto-settle for incoming deposits
veil_wallet_disable_auto_settleDisable auto-settle on a wallet
Wallet tools →

Offramp (5 tools)

Quote, execute, confirm, and track offramp transactions.
ToolWhat it does
veil_offramp_quoteGet an exchange rate and fee estimate
veil_offramp_executeCreate a pending transaction and send a confirmation code
veil_offramp_confirmRelease funds by submitting the confirmation code
veil_offramp_get_transactionGet the status of a specific transaction
veil_transactions_listList transactions with pagination and filtering
Offramp tools →

Usernames (4 tools)

Claim and manage your @handle, and preview recipients before sending.
ToolWhat it does
veil_username_checkCheck whether a handle is available
veil_username_claimClaim a permanent @handle
veil_username_renameRename your @handle
veil_username_beneficiary_previewVerify a recipient handle before sending
Username tools →

Rules and health (2 tools)

Inspect auto-settle rules and check service status.
ToolWhat it does
veil_rules_listList active auto-settle rules
veil_healthCheck whether the Veil API is reachable
Rules and health →