← Back to Plugins
MCP Server MCP

io.github.clicksprotocol/mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @clicks-protocol/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@clicks-protocol/mcp-server",
      "version": "0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key for write operations (register, deposit, withdraw). Not needed for read-only tools.",
          "format": "string",
          "isSecret": true,
          "name": "CLICKS_PRIVATE_KEY"
        },
        {
          "description": "Base RPC URL. Defaults to https://mainnet.base.org",
          "format": "string",
          "name": "CLICKS_RPC_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...