MCP Server
MCP
io.github.clicksprotocol/mcp-server
Agent commerce settlement tools on Base: treasury setup, payment splits, yield and attribution.
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
By
Comments
Sign in to leave a comment