Skip to main content
Glama
205,128 tools. Last updated 2026-06-15 15:37

"WalletConnect" matching MCP tools:

  • Connect wallets via QR code scanning to approve blockchain transactions while keeping private keys secure on the user's device. Enables multi-step bridge and swap operations through automated transaction and signature handling.
    MIT
  • Terminate the active WalletConnect session. Initiate a new pairing to reconnect.
    MIT
  • Check the status of a WalletConnect session. Retrieve session info including peer wallet, chain, and expiry, or identify if no active session exists.
    MIT
  • Start WalletConnect pairing to connect external wallets. Outputs a URI that the user shares with their wallet app for connection.
    MIT
  • Pin nonce, EIP-1559 fees, and gas limit for a prepared EVM transaction; compute and return the Ledger blind-sign hash for user confirmation before calling send_transaction.
  • Pin nonce, EIP-1559 fees, and gas limit to compute a deterministic pre-sign RLP hash for Ledger blind-sign. Returns the hash block for user confirmation before sending the transaction.

Matching MCP Servers

  • Pair a directly-connected Ledger device for Bitcoin signing. Enumerates all four address types (legacy, P2SH-segwit, native segwit, taproot) for a given account index, with BIP44 gap-limit scanning.
  • Forward a prepared transaction to a Ledger device for user signing. EVM transactions require a prior preview and confirmation; TRON uses direct USB connection. Blocks until user approves or rejects on the device.
  • Pair a Ledger device connected via USB for TRON signing. Reads the address at m/44'/195'/<accountIndex>'/0/0 and caches it for use with other TRON tools. Call once per account index before preparing transactions.
  • Check WalletConnect session status and cached Ledger pairings to resolve wallet references (e.g., 'my wallet', 'account 2') to concrete addresses before executing transactions or portfolio queries.
  • Initiate a WalletConnect v2 pairing with Ledger Live. Returns a URI and QR code to paste into Ledger Live's WalletConnect screen to complete pairing. Works with EVM chains.
  • Report active WalletConnect session with Ledger Live and cached USB pairings for TRON/Solana to map user wallet references to addresses.
  • Propose a Safe multisig transaction: wrap an inner action into a SafeTx, compute EIP-712 hash, return unsigned tx for on-chain approveHash, preserving WalletConnect anti-phishing scope.
  • Pairs a directly-connected Ledger with the TRON app open to enable TRON signing. Reads the device address at the specified account index and caches it for subsequent use.
  • Pair a directly-connected Ledger device for Litecoin signing. Enumerates four BIP-44 address types for a given account index, tolerating individual type failures.
  • Enumerate Bitcoin addresses (legacy, segwit, native segwit, taproot) from a connected Ledger device via USB, scanning receive and change chains with BIP44 gap-limit logic.
  • Pair a connected Ledger device to enable Solana signing via USB. Reads the Solana account address from the device for transaction preparation.