wdk-mcp

dieselftw/wdk-mcp

3.4

If you are the rightful owner of wdk-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

WDK MCP is a local-first MCP server designed for wallet development, focusing on seed and wallet management, balance reads, and transaction sending, all while ensuring privacy by keeping seed phrases on your machine.

Tools

Functions exposed to the LLM to take actions

create_seed

Create a new seed entry.

list_seeds

List all seeds.

get_seed

Fetch a seed by id.

update_seed

Update seed metadata/phrase.

delete_seed

Remove a seed.

create_wallet

Create a wallet linked to a seed.

list_wallets

List all wallets.

get_wallet

Fetch a wallet by id.

add_wallet_address

Attach an address to a wallet.

update_wallet

Update wallet metadata.

delete_wallet

Remove a wallet.

get_balance

Get balance for a specific address.

send_transaction

Send a transaction from a wallet.

set_api_key

Store an API key locally.

get_api_key

Retrieve a stored API key.

list_api_keys

List stored API keys.

delete_api_key

Delete an API key.

get_database_stats

Basic counts and config path.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources