Chronos MCP ServerServer

grandmastr
GitHub
BlockchainAI IntegrationWallet Management

Loading subscription status...

💡 Description

Chronos is a Model Context Protocol (MCP) server customized for the Stellar blockchain, designed specifically for integration with AI applications such as Claude Desktop. It enables efficient interaction with the Stellar network by providing on-chain tools for AI assistants, including wallet connection, token listing, balance querying, and fund transfers.

📝 JSON Entries

{
  "mcpServers": [
    {
      "stellar": {
        "env": {
          "STELLAR_NETWORK": "mainnet",
          "STELLAR_SECRET_KEY": "your_stellar_secret_key"
        },
        "args": [
          "chronos-mcp@latest"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

Node.jsDocker

Features

  • Stellar wallet connection
  • Token listing for Stellar wallets
  • Real-time balance queries for XLM and other assets
  • Easy fund transfers between Stellar wallets

💬 Example Queries

  • Connect wallet using secret key _____
  • List tokens in the wallet
  • What is the current XLM balance?
  • Transfer 0.5 XLM to [destination wallet address]