Agent MCP (New)
Background
Installation
npm install
npm run buildConfiguration
# Required: network (mainnet only for now)
export TYDRO_NETWORK=mainnet
# Optional: only needed for write operations (supply/borrow/repay/withdraw)
export PRIVATE_KEY=0x...Usage with Claude Desktop
{
"mcpServers": {
"tydro": {
"command": "node",
"args": ["/path/to/tydro-mcp/build/index.js"],
"env": {
"TYDRO_NETWORK": "mainnet",
"PRIVATE_KEY": "0x..."
}
}
}
}Tools
get_reserve_data
get_reserve_dataget_user_account
get_user_accountget_user_reserve
get_user_reservesupply
supplyborrow
borrowrepay
repaywithdraw
withdrawNotes
Last updated
