Skip to main content
Glama
Scottcjn

RustChain + BoTTube MCP Server

by Scottcjn

rustchain_transfer_signed

Transfer RTC tokens between blockchain wallets using Ed25519 signatures for secure transactions. Requires source/destination addresses, amount, signature, and public key.

Instructions

Transfer RTC tokens between wallets (requires Ed25519 signature).

Args: from_address: Source wallet address (RTC address) to_address: Destination wallet address amount_rtc: Amount to transfer in RTC signature: Ed25519 hex signature of the transaction public_key: Ed25519 hex public key of the sender memo: Optional memo/note for the transaction

Returns transfer result with transaction ID and new balance. Transfers require valid Ed25519 signatures for security.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
from_addressYes
to_addressYes
amount_rtcYes
signatureYes
public_keyYes
memoNo

Latest Blog Posts

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/Scottcjn/rustchain-mcp'

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