Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.clicksprotocol/mcp-server

NPM · @CLICKS-PROTOCOL/MCP-SERVER · SCANNED AUG 3

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

+19 this week 63 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability45
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 677 tokens (~56/item across 12 items; 11 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @clicks-protocol/mcp-server

# add to Claude Code
claude mcp add clicksprotocol-mcp-server -- npx -y @clicks-protocol/mcp-server
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add clicksprotocol-mcp-server --command npx --arg -y --arg @clicks-protocol/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  clicksprotocol-mcp-server:
    command: "npx"
    args: ["-y", "@clicks-protocol/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "clicksprotocol-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@clicks-protocol/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +25
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 0 → unverified functional
    • Security disclosure: fail → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 +11
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −36
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 0 → unverified functional
    • Dependency health: unverified → partial functional
  • 27 Jul 26 44

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@clicks-protocol/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 103 packages

103 packages in the resolved dependency tree · 101 deprecated · 30 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 11 exposed · ~672 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
clicks_explain ~83

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.

NameTypeReqDescription
audiencestringWho you are explaining to. agent = other AI agent, developer = human integrator, treasury = finance/treasury persona. Default: agent.

No output schema declared.

No examples provided.

clicks_get_agent_info ~47

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

NameTypeReqDescription
agent_addressstringyesEthereum address of the AI agent

No output schema declared.

No examples provided.

clicks_get_referral_stats ~48

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

NameTypeReqDescription
agent_addressstringyesEthereum address of the AI agent

No output schema declared.

No examples provided.

clicks_get_yield_info ~39

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

clicks_quick_start ~72

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

NameTypeReqDescription
agent_addressstringyesEthereum address of the AI agent
amountstringyesFirst payment amount in USDC (e.g. "100")

No output schema declared.

No examples provided.

clicks_receive_payment ~66

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

NameTypeReqDescription
agent_addressstringyesEthereum address of the AI agent
amountstringyesPayment amount in USDC (e.g. "100")

No output schema declared.

No examples provided.

clicks_register_agent ~42

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

NameTypeReqDescription
agent_addressstringyesEthereum address of the AI agent to register

No output schema declared.

No examples provided.

clicks_register_referral ~95

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

NameTypeReqDescription
agent_addressstringyesEthereum address of the agent being attributed
deadlinestringyesApproval expiry as unix timestamp in seconds
referrer_addressstringyesEthereum address of the referrer to attribute
signaturestringyesEIP-712 signature by the agent approving the referral attribution

No output schema declared.

No examples provided.

clicks_set_yield_pct ~51

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

NameTypeReqDescription
pctintegeryesYield percentage (5-50, integer). Default is 20.

No output schema declared.

No examples provided.

clicks_simulate_split ~67

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

NameTypeReqDescription
agent_addressstringyesEthereum address of the AI agent
amountstringyesPayment amount in USDC (e.g. "100" for 100 USDC)

No output schema declared.

No examples provided.

clicks_withdraw_yield ~62

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

NameTypeReqDescription
agent_addressstringyesEthereum address of the AI agent
amountstringAmount to withdraw in USDC. Omit to withdraw everything.

No output schema declared.

No examples provided.