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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 13 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add clicksprotocol-mcp-server -- npx -y @clicks-protocol/mcp-server
codex mcp add clicksprotocol-mcp-server -- npx -y @clicks-protocol/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"clicksprotocol-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@clicks-protocol/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add clicksprotocol-mcp-server --command npx --arg -y --arg @clicks-protocol/mcp-server
mcp_servers:
clicksprotocol-mcp-server:
command: "npx"
args: ["-y", "@clicks-protocol/mcp-server"] {
"mcpServers": {
"clicksprotocol-mcp-server": {
"command": "npx",
"args": [
"-y",
"@clicks-protocol/mcp-server"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| audience | string | — | Who 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_address | string | yes | Ethereum 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_address | string | yes | Ethereum 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_address | string | yes | Ethereum address of the AI agent |
| amount | string | yes | First 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_address | string | yes | Ethereum address of the AI agent |
| amount | string | yes | Payment 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_address | string | yes | Ethereum 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_address | string | yes | Ethereum address of the agent being attributed |
| deadline | string | yes | Approval expiry as unix timestamp in seconds |
| referrer_address | string | yes | Ethereum address of the referrer to attribute |
| signature | string | yes | EIP-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.
| Name | Type | Req | Description |
|---|---|---|---|
| pct | integer | yes | Yield 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_address | string | yes | Ethereum address of the AI agent |
| amount | string | yes | Payment 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_address | string | yes | Ethereum address of the AI agent |
| amount | string | — | Amount to withdraw in USDC. Omit to withdraw everything. |
No output schema declared.
No examples provided.