Skip to main content
Glama

Chronos MCP Server

transfer_funds

Execute fund transfers between Stellar wallets by specifying source secret key, destination address, transfer amount, and optional asset. Part of the Chronos MCP Server for blockchain integration.

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" }
Install Server

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