Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Reference

Complete reference documentation for Keplr Wallet MCP.

Tools Overview

Keplr Wallet MCP provides tools across multiple categories:

CategoryToolsDescription
Account Management10Wallet creation, switching, import, export
Authentication7Biometric auth, TOTP, sessions
Transaction Confirm4Pending actions, confirmation, tx history
Chain Management1Installed adapters
Cosmos Query11Balances, staking, governance, IBC channels
Cosmos Transaction9Send, stake, vote, IBC
Multi-Action7Batch transaction creation & execution
CosmWasm5Smart contract query, execute, instantiate
Cosmos Signing2Arbitrary signing & verification
Unified Portfolio1Cross-chain portfolio overview
Keplr RPC5Keplr API key management & usage
Meta2Tool search & discovery
Osmosis2DEX swap

Prompts

View all prompts - Guided workflows for common operations.

Error Handling

Configuration

Tool Documentation Format

Each tool reference includes:

Parameters

NameTypeRequiredDescription
paramstringYesParameter description

Response

Successful responses return structured JSON via content[0].text:

{
  "result": "...",
  "suggestedActions": [
    { "tool": "next-tool", "reason": "...", "priority": 1 }
  ]
}

Error responses include classification and recovery hints:

{
  "isError": true,
  "category": "validation",
  "message": "...",
  "recoverable": false,
  "suggestion": "..."
}

Examples

Request and response pairs for common use cases.