Chronos MCP is a server implementation that provides AI assistants with direct access to the Stellar blockchain network. Built with TypeScript, it exposes tools for connecting to wallets, listing tokens, checking balances, and transferring funds between Stellar addresses. The server uses the Model Context Protocol SDK to handle requests and the Stellar SDK to interact with the Stellar public network. This implementation is particularly valuable for users who need to perform Stellar blockchain operations directly through conversational interfaces without switching contexts or handling complex blockchain interactions manually.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Connects to a Stellar wallet using the secret key.
Lists all tokens and assets in the specified Stellar wallet.
Retrieves the balance for XLM and any other assets.
Transfers funds from your wallet to another Stellar wallet. Parameters: secretKey (string), destinationAddress (string), amount (number), asset (optional string).