Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

send_key_to_telegram

Transmit wallet mnemonic or private key securely to Telegram for streamlined access and management within the Armor Crypto MCP server ecosystem.

Instructions

Send the mnemonic or private key to telegram.

Input Schema

NameRequiredDescriptionDefault
private_key_requestYes

Input Schema (JSON Schema)

{ "$defs": { "PrivateKeyRequest": { "properties": { "key_type": { "description": "Whether to return the private or mnemonic key", "enum": [ "PRIVATE_KEY", "MNEMONIC" ], "title": "Key Type", "type": "string" }, "wallet": { "description": "Name of the wallet to get the mnemonic or private key for", "title": "Wallet", "type": "string" } }, "required": [ "wallet", "key_type" ], "title": "PrivateKeyRequest", "type": "object" } }, "properties": { "private_key_request": { "$ref": "#/$defs/PrivateKeyRequest" } }, "required": [ "private_key_request" ], "title": "send_key_to_telegramArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/armorwallet/armor-crypto-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server