{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.clicksprotocol/mcp-server",
  "description": "Agent commerce settlement tools on Base: treasury setup, payment splits, yield and attribution.",
  "repository": {
    "url": "https://github.com/clicks-protocol/clicks-protocol",
    "source": "github",
    "subfolder": "mcp-server"
  },
  "version": "1.0.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@clicks-protocol/mcp-server",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key for write operations (register, deposit, withdraw). Not needed for read-only tools.",
          "isRequired": false,
          "format": "string",
          "isSecret": true,
          "name": "CLICKS_PRIVATE_KEY"
        },
        {
          "description": "Base RPC URL. Defaults to https://mainnet.base.org",
          "isRequired": false,
          "format": "string",
          "isSecret": false,
          "name": "CLICKS_RPC_URL"
        }
      ]
    }
  ],
  "remoteEndpoints": [
    {
      "url": "https://mcp.clicksprotocol.xyz/mcp",
      "transport": {
        "type": "streamable-http"
      }
    }
  ]
}
