KAIA-MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KAIA_NETWORK | No | Network (only kaia supported currently) | kaia |
| KAIA_RPC_URL | No | KAIA Mainnet RPC URL | https://public-en.node.kaia.io |
| KAIA_AGENT_MODE | No | Agent mode: 'readonly' for safe exploration and data analysis, or 'transaction' for full DeFi operations with transaction capabilities | readonly |
| KAIA_PRIVATE_KEY | No | Wallet private key (required for transaction mode, must be 64 hex characters with or without 0x prefix) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kaia_get_wallet_info | Get comprehensive wallet information including all token balances |
| kilolend_get_account_liquidity | Check account liquidity, health factor, and borrowing capacity on KiloLend |
| kilolend_get_lending_markets | Get all lending markets KiloLend with their current rates and statistics |
| kilolend_get_lending_stats | Get overall KiloLend protocol statistics and TVL information |
| kilolend_get_kilo_points | Get user KILO points balance |
| dragonswap_get_quote | Get a quote for swapping tokens on DragonSwap V3 DEX. Note: USDT uses 6 decimals, most other tokens use 18 decimals. For stKAIA, you can use either 'stKAIA' or 'STAKED_KAIA'. |
| dragonswap_get_pool_info | Get detailed information about a DragonSwap V3 pool |
| dragonswap_get_route | Get the best routing path for swapping tokens (supports multi-hop for better prices) on DragonSwap V3 DEX |
| get_all_prices | Get comprehensive market data including prices, market capitalization, 24h trading volume, and 24h price changes for all available tokens from the KiloLend price API (KAIA ecosystem tokens and major cryptocurrencies) |
| get_token_prices | Get comprehensive market data including prices, market capitalization, 24h trading volume, and 24h price changes for specific token symbols (e.g., 'KAIA', 'BTC', 'ETH', 'BORA') |
| get_kaia_ecosystem_prices | Get comprehensive market data including prices, market capitalization, 24h trading volume, and 24h price changes for KAIA ecosystem tokens only (KAIA, BORA, MBX, SIX, stKAIA) |
| get_major_crypto_prices | Get comprehensive market data including prices, market capitalization, 24h trading volume, and 24h price changes for major cryptocurrencies (BTC, ETH) |
| get_quick_prices | Get quick comprehensive market overview including prices, market capitalization, 24h trading volume, and 24h price changes for KAIA, BTC, and ETH |
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/tamago-labs/kaia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server