generate_mnemonic
Create a new BIP-39 seed phrase offline, choosing 12 to 24 words. Use it only for testing or non-custodial setups, not for real funds.
Instructions
Generate a new BIP-39 seed phrase. Works offline.
Requires MCP_BITCOIN_ALLOW_MNEMONIC=true, because the generated phrase is returned into the conversation and therefore into your client's transcript. Never use a phrase generated this way for real funds — use a hardware wallet or an offline generator.
Args: word_count: 12, 15, 18, 21 or 24. Defaults to 24.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word_count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |