MCP.so
Sign In

Clicks Protocol

@clicks-protocol

About Clicks Protocol

Autonomous DeFi yield for AI agents on Base. Auto-splits USDC 80/20: 80% liquid, 20% earning via Morpho (~13% APY) or Aave V3. No lockup. 9 MCP tools, SDK, HTTP API.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "clicks-protocol": {
      "command": "npx",
      "args": [
        "@clicks-protocol/mcp-server"
      ],
      "env": {
        "CLICKS_RPC_URL": "https://mainnet.base.org"
      }
    }
  }
}

Tools

11

Inspect an agent settlement account. Returns registration status, operator, deposited USDC, settlement split, and wallet balance.

Preview how an incoming USDC revenue event will be split between liquid operations and routed treasury capital.

Inspect the treasury routing layer. Returns active yield route, Aave and Morpho rates, total routed balance, deposits, and protocol fees.

Inspect explicit referral attribution for an agent. Returns direct referrals, claimable rewards, referral chain, and team bonus.

Execute initial settlement setup in one command. Registers agent, approves USDC, and routes the first payment. Referral attribution remains a separate explicit step.

Register referral attribution as an explicit separate step. Requires an agent-signed approval and an authorized caller.

Route an incoming USDC revenue event through Clicks settlement policy. Splits liquidity and treasury routing according to the agent configuration.

Withdraw routed treasury capital and any earned yield back to the agent wallet. No lockups.

Register an AI agent for Clicks settlement routing. Required before the first routed payment.

Set the treasury routing percentage for future settlement events. Controls how much stays liquid vs routes to yield.

Explain Clicks Protocol to another agent or developer. Returns a concise self-contained summary with integration instructions and links. Use when another agent asks what Clicks does or how agent-commerce settlement works.

Overview

What is Clicks Protocol?

Clicks Protocol is an MCP server that provides autonomous yield for AI agent treasuries on the Base blockchain. It offers tools to query agent information, simulate yield splits, fetch current APY rates from Aave V3 and Morpho, and retrieve referral network statistics.

How to use Clicks Protocol?

Install the package via npm (npm install @clicks-protocol/mcp-server), then configure your MCP client to use the server and its tools.

Key features of Clicks Protocol

  • Agent registration, balance, and yield split queries
  • Simulate payment splits between liquid and yield portions
  • Current APY rates from Aave V3 and Morpho
  • Referral network stats and earnings

Use cases of Clicks Protocol

  • AI agents managing treasury yields on Base
  • Optimizing yield distribution between liquid and staked assets
  • Monitoring referral rewards from a referral network
  • Integrating real-time DeFi yield data into agent workflows

FAQ from Clicks Protocol

What blockchain does Clicks Protocol operate on?

It operates on the Base blockchain.

What yield sources does it use?

It queries APY rates from Aave V3 and Morpho.

How do I install Clicks Protocol?

Install via npm: npm install @clicks-protocol/mcp-server.

What tools does Clicks Protocol provide?

It provides four tools: clicks_get_agent_info, clicks_simulate_split, clicks_get_yield_info, and clicks_get_referral_stats.

Where can I find more information?

Visit the website at https://clicksprotocol.xyz or the npm package page at https://www.npmjs.com/package/@clicks-protocol/mcp-server.

Frequently asked questions

What blockchain does Clicks Protocol operate on?

It operates on the Base blockchain.

What yield sources does it use?

It queries APY rates from Aave V3 and Morpho.

How do I install Clicks Protocol?

Install via npm: `npm install @clicks-protocol/mcp-server`.

What tools does Clicks Protocol provide?

It provides four tools: `clicks_get_agent_info`, `clicks_simulate_split`, `clicks_get_yield_info`, and `clicks_get_referral_stats`.

Where can I find more information?

Visit the website at https://clicksprotocol.xyz or the npm package page at https://www.npmjs.com/package/@clicks-protocol/mcp-server.

Comments

More Developer Tools MCP servers