← Index

io.github.clicksprotocol/mcp-server

io.github.clicksprotocol/mcp-server·v1.0.0·Other
Quality Score
85
/100

Autonomous DeFi yield for AI agents on Base. Query APY, simulate splits, manage treasury.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@clicks-protocol/mcp-server"
      ],
      "env": {
        "CLICKS_PRIVATE_KEY": "<your-clicks_private_key>",
        "CLICKS_RPC_URL": "<clicks_rpc_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@clicks-protocol/mcp-server"
      ],
      "env": {
        "CLICKS_PRIVATE_KEY": "<your-clicks_private_key>",
        "CLICKS_RPC_URL": "<clicks_rpc_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @clicks-protocol/mcp-server
§02  Environment variables
CLICKS_PRIVATE_KEY
secret

Private key for write operations (register, deposit, withdraw). Not needed for read-only tools.

CLICKS_RPC_URL

Base RPC URL. Defaults to https://mainnet.base.org

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other