Overview
Clicks Protocol MCP Server
Autonomous yield for AI agent treasuries on Base.
Tools
- clicks_get_agent_info - Agent registration, balance, yield split
- clicks_simulate_split - Preview payment split (liquid vs yield)
- clicks_get_yield_info - Current APY rates (Aave V3 + Morpho)
- clicks_get_referral_stats - Referral network stats and earnings
Install
npm install @clicks-protocol/mcp-server
Links
Server Config
{
"mcpServers": {
"clicks-protocol": {
"command": "npx",
"args": [
"@clicks-protocol/mcp-server"
],
"env": {
"CLICKS_RPC_URL": "https://mainnet.base.org"
}
}
}
}