Back to Home
tamago-labs icon

kaia-mcp

Verified Safe

by tamago-labs

Overview

Enables AI agents to interact directly with DeFi protocols like lending (KiloLend) and decentralized exchange (DragonSwap V3) on the KAIA blockchain.

Installation

Run Command
npx -y @tamago-labs/kaia-mcp

Environment Variables

  • KAIA_RPC_URL
  • KAIA_PRIVATE_KEY
  • KAIA_AGENT_MODE
  • KAIA_NETWORK

Security Notes

The server demonstrates high security awareness through its agent modes (read-only vs. transaction) and explicit handling of sensitive data. `KAIA_PRIVATE_KEY` is expected as an environment variable, which is good practice. Transaction-heavy operations explicitly check `isTransactionMode()`. Input validation (`zod`, `validateTransactionParams`) is used to sanitize inputs. The server communicates via standard I/O (`StdioServerTransport`), which limits direct network exposure compared to a traditional HTTP server. Reliance on external price APIs and a KILO points API introduces standard third-party risks, but the code handles API errors. No `eval` or obfuscation detected. Overall, well-architected for security within its domain.

Similar Servers

Stats

Interest Score23
Security Score9
Cost ClassMedium
Avg Tokens700
Stars1
Forks0
Last Update2026-01-05

Tags

DeFiAI AgentBlockchainLendingDEX