Skip to main content
Glama
kaleidoswap

wdk-wallet-liquid-mcp

Official
by kaleidoswap

wdk-wallet-liquid-mcp

MCP server exposing a Liquid network wallet to AI agents, backed by @kaleidorg/wdk-wallet-liquid (an in-process LWK wallet). No external daemon is required.

Tools

Tool

Description

liquid_get_node_info

Network, policy asset, receive address, chain tip.

liquid_get_address

A confidential (CT) receive address.

liquid_get_balance

Spendable L-BTC balance (satoshis).

liquid_get_asset_balance

Balance of a specific Liquid asset.

liquid_list_assets

All assets held with balances.

liquid_list_transactions

Transaction history.

liquid_list_unspents

Wallet UTXOs.

liquid_send_btc

Send L-BTC to a CT address.

liquid_send_asset

Send a Liquid asset (e.g. USDt-Liquid).

liquid_get_fee_rates

Suggested fee rates (sat/vB).

Related MCP server: AgentBTC MCP Server

Configuration

Env var

Default

Description

LIQUID_MNEMONIC

— (required)

BIP-39 mnemonic for the wallet.

LIQUID_NETWORK

testnet

mainnet, testnet or regtest.

LIQUID_ESPLORA_URL

network default

Esplora API base URL.

PORT

If set, serve over StreamableHTTP instead of stdio.

MCP_AUTH_TOKEN

Optional bearer token for HTTP mode.

Run

npm install
npm run build

# stdio (Claude Desktop, kaleidoagent, …)
LIQUID_MNEMONIC="word word ..." node dist/index.js

# HTTP
PORT=3013 LIQUID_MNEMONIC="word word ..." node dist/index.js

License

Apache-2.0

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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