kaia-mcp
Verified Safeby 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
npx -y @tamago-labs/kaia-mcpEnvironment 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
stock-mcp
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.
trade-it-mcp
Enables natural-language interaction with stock, crypto, and options brokerages for trading, portfolio queries, and market insights.
MonteWalk
Provides institutional-grade quantitative trading tools and analytics for AI agents, enabling real-time market data access, risk management, and strategy backtesting through the Model Context Protocol (MCP).
Equity-Traders
An AI-powered trading assistant designed for market analysis, automated trade execution, and financial decision support.