Back to Browse

Clicks Protocol MCP Server

Developer ToolsLow Risk9.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.2
Low Risk9.2Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 1 known CVE in dependencies ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

14 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Private key for write operations (register, deposit, withdraw). Not needed for read-only tools.Required

Environment variable: CLICKS_PRIVATE_KEY

Base RPC URL. Defaults to https://mainnet.base.orgOptional

Environment variable: CLICKS_RPC_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-clicksprotocol-mcp-server": {
      "env": {
        "CLICKS_RPC_URL": "your-clicks-rpc-url-here",
        "CLICKS_PRIVATE_KEY": "your-clicks-private-key-here"
      },
      "args": [
        "-y",
        "@clicks-protocol/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!