Kaspa MCP
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_addressB | Get the Kaspa address derived from the configured private key |
| get_balanceB | Get balance for a Kaspa address (defaults to your wallet address) |
| get_fee_estimateB | Get current fee estimates from the Kaspa network |
| send_kaspaC | Send KAS tokens to a recipient address |
| get_transactionC | Get transaction status and details |
| generate_mnemonicA | Generate a new BIP39 mnemonic phrase and derive the corresponding Kaspa wallet address. Use this to create a new wallet. |
| health_checkB | 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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kasanova-io/kaspa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server