Wdk Wallet Liquid
FreeNot checkedEnables AI agents to interact with a Liquid network wallet, including balance checks, transaction history, and sending L-BTC or Liquid assets. Backed by an in-p
About
Enables AI agents to interact with a Liquid network wallet, including balance checks, transaction history, and sending L-BTC or Liquid assets. Backed by an in-process LWK wallet, requiring only a mnemonic, with both stdio and HTTP support.
README
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). |
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 Wdk Wallet Liquid in Claude Desktop, Claude Code & Cursor
unyly install wdk-wallet-liquid-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add wdk-wallet-liquid-mcp -- npx -y github:kaleidoswap/wdk-wallet-liquid-mcpStep-by-step: how to install Wdk Wallet Liquid
FAQ
Is Wdk Wallet Liquid MCP free?
Yes, Wdk Wallet Liquid MCP is free — one-click install via Unyly at no cost.
Does Wdk Wallet Liquid need an API key?
No, Wdk Wallet Liquid runs without API keys or environment variables.
Is Wdk Wallet Liquid hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Wdk Wallet Liquid in Claude Desktop, Claude Code or Cursor?
Open Wdk Wallet Liquid on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Wdk Wallet Liquid with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
