KaspaCom DeFi MCP
KaspaCom DeFi MCP exposes KaspaCom DeFi through a single MCP server and CLI.
Supports
- DEX: pairs, prices, swaps, add/remove liquidity
- Lending: markets, positions, supply, borrow, repay
- LFG Launchpad: active launches, buy/sell launch tokens
- Networks:
igra,igra-testnet,kasplex,kasplex-testnet
Install
npm i -g @kaspacom/defi-mcp
Start MCP server
MCP_NETWORK=igra node dist/mcp/index.js
With wallet:
MCP_WALLET_KEY="0x..." MCP_NETWORK=igra node dist/mcp/index.js
CLI
kaspacom-defi --help
Good use cases
- "Show me all KaspaCom DEX pairs on Kasplex"
- "Get my lending health factor on IGRA"
- "List active LFG launches"
- "Buy a launch token with 100 KAS"
- "Get protocol info across networks"
Notes
- Read-only tools work without a wallet.
- Write actions require
MCP_WALLET_KEY. - Use
igra-testnetorkasplex-testnetfor safe testing first.