Skip to main content
Glama
kaleidoswap

wdk-wallet-liquid-mcp

Official
by kaleidoswap

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoIf set, serve over StreamableHTTP instead of stdio.
LIQUID_NETWORKNomainnet, testnet or regtest.testnet
MCP_AUTH_TOKENNoOptional bearer token for HTTP mode.
LIQUID_MNEMONICYesBIP-39 mnemonic for the wallet.
LIQUID_ESPLORA_URLNoEsplora API base URL.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
liquid_get_node_infoA

Get the Liquid wallet network summary: network name, policy (L-BTC) asset id, current receive address, and the chain tip height. Call this first to confirm the wallet is reachable.

liquid_get_addressA

Get a Liquid confidential (CT) receive address for depositing L-BTC or Liquid assets.

liquid_get_balanceA

Get the spendable L-BTC balance of the Liquid wallet, in satoshis. Syncs with the chain before returning.

liquid_get_asset_balanceA

Get the balance of a specific Liquid asset (e.g. USDt-Liquid) by its asset id, in the asset smallest unit.

liquid_list_assetsA

List every Liquid asset held by the wallet with its satoshi balance.

liquid_list_transactionsA

List the wallet transaction history (newest first): txid, type, fee, block height and timestamp.

liquid_list_unspentsA

List the wallet unspent transaction outputs (UTXOs): txid, vout, asset id, value and confirmation height.

liquid_send_btcA

Send L-BTC on the Liquid network to a confidential address. Returns the broadcast txid and fee.

liquid_send_assetA

Send a non-L-BTC Liquid asset (e.g. USDt-Liquid) to a confidential address. Returns the broadcast txid and fee.

liquid_get_fee_ratesA

Get suggested Liquid fee rates in sat/vB. Liquid fees are low and stable — the network minimum is almost always sufficient.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kaleidoswap/wdk-wallet-liquid-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server