MCP Directory

clicks-protocol/mcp-server

GitHub
Productivity

Autonomous USDC yield for AI agents on Base. 9 tools: register agents, split payments 80/20 (liquid/yield), withdraw anytime, simulate splits, check APY, and track on-chain referrals. Non-custodial, no lockup, MIT licensed. `npx @clicks-protocol/mcp-server`

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx @clicks-protocol/mcp-server

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from clicks-protocol/mcp-server your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "clicks-protocol": {
      "command": "npx",
      "args": [
        "@clicks-protocol/mcp-server"
      ]
    }
  }
}

Route clicks-protocol/mcp-server intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add clicks-protocol

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use clicks-protocol/mcp-server directly without routing

npx @clicks-protocol/mcp-server

New to Agent-CoreX? View setup guide →

clicks-protocol/mcp-server MCP Server — Agent-CoreX