Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KASPA_NETWORK | No | Network: mainnet, testnet-10, testnet-11. Defaults to mainnet | mainnet |
| KASPA_MNEMONIC | No | BIP39 mnemonic phrase (24 words) | |
| KASPA_PRIVATE_KEY | No | Hex-encoded private key (alternative to mnemonic) | |
| KASPA_ACCOUNT_INDEX | No | BIP44 account index when using mnemonic. Defaults to 0 | 0 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_my_address | Get the Kaspa address derived from the configured private key |
| get_balance | Get balance for a Kaspa address (defaults to your wallet address) |
| get_fee_estimate | Get current fee estimates from the Kaspa network |
| send_kaspa | Send KAS tokens to a recipient address |
| get_transaction | Get transaction status and details |
| generate_mnemonic | Generate a new BIP39 mnemonic phrase and derive the corresponding Kaspa wallet address. Use this to create a new wallet. |
| health_check | Check server health: wallet config, address derivation, and API connectivity |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |