# io.github.clicksprotocol/mcp-server (npm · @clicks-protocol/mcp-server)

Agent commerce settlement tools on Base: treasury setup, payment splits, yield and attribution.

- Trust score: 63/100 (medium)
- Change this week: +19
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@clicks-protocol/mcp-server`: 63/100 (this document), [markdown](https://verifymcp.io/servers/clicksprotocol-mcp-server/clicks-protocol-mcp-server.md), [page](https://verifymcp.io/servers/clicksprotocol-mcp-server/clicks-protocol-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@clicks-protocol/mcp-server`
- Version: `0.3.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 13 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 45/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 677 tokens (~56/item across 12 items; 11 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add clicksprotocol-mcp-server -- npx -y @clicks-protocol/mcp-server
```

### Codex

```bash
codex mcp add clicksprotocol-mcp-server -- npx -y @clicks-protocol/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "clicksprotocol-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@clicks-protocol/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add clicksprotocol-mcp-server --command npx --arg -y --arg @clicks-protocol/mcp-server
```

### Hermes

```yaml
mcp_servers:
  clicksprotocol-mcp-server:
    command: "npx"
    args: ["-y", "@clicks-protocol/mcp-server"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 59, +25)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 0 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 34, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 19, +11)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 8, −36)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 0 → unverified
- [functional improvement] Dependency health: unverified → partial

### 2026-07-27 (score 44)

First indexed and scored.

## MCP tools (11)

### `clicks_get_agent_info` (~47 tokens)

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

Input parameters:

- `agent_address` (string, required): Ethereum address of the AI agent

### `clicks_simulate_split` (~67 tokens)

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

Input parameters:

- `agent_address` (string, required): Ethereum address of the AI agent
- `amount` (string, required): Payment amount in USDC (e.g. "100" for 100 USDC)

### `clicks_get_yield_info` (~39 tokens)

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

### `clicks_get_referral_stats` (~48 tokens)

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

Input parameters:

- `agent_address` (string, required): Ethereum address of the AI agent

### `clicks_quick_start` (~72 tokens)

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

Input parameters:

- `agent_address` (string, required): Ethereum address of the AI agent
- `amount` (string, required): First payment amount in USDC (e.g. "100")

### `clicks_register_referral` (~95 tokens)

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

Input parameters:

- `agent_address` (string, required): Ethereum address of the agent being attributed
- `deadline` (string, required): Approval expiry as unix timestamp in seconds
- `referrer_address` (string, required): Ethereum address of the referrer to attribute
- `signature` (string, required): EIP-712 signature by the agent approving the referral attribution

### `clicks_receive_payment` (~66 tokens)

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

Input parameters:

- `agent_address` (string, required): Ethereum address of the AI agent
- `amount` (string, required): Payment amount in USDC (e.g. "100")

### `clicks_withdraw_yield` (~62 tokens)

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

Input parameters:

- `agent_address` (string, required): Ethereum address of the AI agent
- `amount` (string): Amount to withdraw in USDC. Omit to withdraw everything.

### `clicks_register_agent` (~42 tokens)

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

Input parameters:

- `agent_address` (string, required): Ethereum address of the AI agent to register

### `clicks_set_yield_pct` (~51 tokens)

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

Input parameters:

- `pct` (integer, required): Yield percentage (5-50, integer). Default is 20.

### `clicks_explain` (~83 tokens)

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.

Input parameters:

- `audience` (string): Who you are explaining to. agent = other AI agent, developer = human integrator, treasury = finance/treasury persona. Default: agent.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/clicksprotocol-mcp-server/clicks-protocol-mcp-server#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 59
- 2026-08-01: 34
- 2026-07-31: 19
- 2026-07-30: 8
- 2026-07-28: 44
- 2026-07-27: 44

## Links

- npm package: https://www.npmjs.com/package/@clicks-protocol/mcp-server
- Socket report: https://socket.dev/npm/package/@clicks-protocol/mcp-server
- Repository: https://github.com/clicks-protocol/clicks-protocol
- Changelog RSS feed: https://verifymcp.io/servers/clicksprotocol-mcp-server/clicks-protocol-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/clicksprotocol-mcp-server/clicks-protocol-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/clicksprotocol-mcp-server/clicks-protocol-mcp-server
