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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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).