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
.env.example•557 B
# Kaspa MCP Configuration
# Copy this file to .env and fill in your values
# Required: Either KASPA_MNEMONIC or KASPA_PRIVATE_KEY must be set
# BIP39 mnemonic phrase (24 words)
KASPA_MNEMONIC="your twenty four word mnemonic phrase here"
# Alternative: Hex-encoded private key (if not using mnemonic)
# KASPA_PRIVATE_KEY=your-hex-private-key-here
# Optional: Network selection
# Options: mainnet, testnet-10, testnet-11
# Default: mainnet
KASPA_NETWORK=mainnet
# Optional: BIP44 account index (only used with mnemonic)
# Default: 0
KASPA_ACCOUNT_INDEX=0