connect_wallet
Connect to a Stellar wallet securely by providing the secret key, enabling access to blockchain features like balance queries and fund transfers via the Chronos MCP Server.
Instructions
Connect to a Stellar wallet using secret key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
secretKey | Yes | Stellar wallet secret key |
Input Schema (JSON Schema)
{
"properties": {
"secretKey": {
"description": "Stellar wallet secret key",
"type": "string"
}
},
"required": [
"secretKey"
],
"type": "object"
}