chronos-mcp
If you are the rightful owner of chronos-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Chronos MCP Server is a Model Context Protocol server designed for integration with the Stellar blockchain, enabling AI applications like Claude Desktop to interact with the Stellar network.
Chronos MCP Server is a specialized Model Context Protocol server that facilitates seamless interaction with the Stellar blockchain. It is designed to integrate with AI applications such as Claude Desktop, providing on-chain tools for managing Stellar wallets. Chronos allows users to connect to Stellar wallets, list tokens, query balances, and transfer funds. Built as a Node.js package, it is easily deployable and extensible, supporting future enhancements and tool integrations. The server interacts with the Stellar mainnet via the Horizon API and can be installed using npm or run through Docker, making it versatile for various deployment environments.
Features
- Stellar Integration: Fully interacts with the Stellar mainnet via the Horizon API.
- Easy Deployment: Publish and install Chronos using npm.
- Claude Desktop Compatibility: Seamlessly integrate with Claude Desktop by updating MCP server configuration.
- Extensible Architecture: Designed for future enhancements and new tool integrations.
Tools
connect_wallet
Connects to a Stellar wallet using the secret key.
list_tokens
Lists all tokens and assets in the specified Stellar wallet.
get_balances
Retrieves the balance for XLM and any other assets.
transfer_funds
Transfers funds from your wallet to another Stellar wallet.