Skip to main content
Glama

Chronos MCP Server

transfer_funds

Initiate fund transfers between Stellar wallets by specifying the source wallet secret key, destination wallet address, and transfer amount. Supports custom assets or defaults to XLM.

Instructions

Transfer funds to another Stellar wallet

Input Schema

NameRequiredDescriptionDefault
amountYesAmount to transfer
assetNoAsset to transfer (defaults to XLM)
destinationAddressYesDestination wallet public key
secretKeyYesSource wallet secret key

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount to transfer", "type": "string" }, "asset": { "description": "Asset to transfer (defaults to XLM)", "type": "string" }, "destinationAddress": { "description": "Destination wallet public key", "type": "string" }, "secretKey": { "description": "Source wallet secret key", "type": "string" } }, "required": [ "secretKey", "destinationAddress", "amount" ], "type": "object" }

Other Tools from Chronos MCP Server

Related Tools

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/grandmastr/chronos-mcp'

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