Chronos MCP Server
by grandmastr
Chronos is a Model Context Protocol (MCP) server tailored for the Stellar blockchain, designed for integration with Claude Desktop and similar AI applications. It empowers your AI assistant with on-chain tools, enabling streamlined interactions with the Stellar network.
Last updated: N/A
What is Chronos MCP Server?
Chronos MCP is a Model Context Protocol server that allows AI applications like Claude Desktop to interact with the Stellar blockchain. It provides tools to connect to Stellar wallets, list tokens, query balances, and transfer funds.
How to use Chronos MCP Server?
Chronos can be installed via npm or from source. After installation, configure your AI application (e.g., Claude Desktop) to use Chronos as an MCP server. You can then use natural language commands within the AI application to interact with your Stellar wallet.
Key features of Chronos MCP Server
Stellar Integration
Easy Deployment
Claude Desktop Compatibility
Extensible Architecture
Use cases of Chronos MCP Server
Connecting to Stellar Wallets
Listing Wallet Tokens
Querying Balances
Transferring Funds
FAQ from Chronos MCP Server
How do I connect my wallet?
How do I connect my wallet?
Use the connect_wallet
tool with your secret key.
How do I list my tokens?
How do I list my tokens?
Use the list_tokens
tool.
How do I check my XLM balance?
How do I check my XLM balance?
Use the get_balances
tool.
How do I transfer funds?
How do I transfer funds?
Use the transfer_funds
tool, providing the destination address and amount.
Can I extend Chronos with new tools?
Can I extend Chronos with new tools?
Yes, Chronos is built to be extensible. You can add new tools by creating a new directory in the src/tools
folder and following the provided guidelines.