← Index

io.github.alefnt/agentpay

io.github.alefnt/agentpay·v0.1.1·Finance & Payments
Quality Score
79
/100

AI Agent payment protocol on CKB Fiber Network. Zero-gas micropayments with Hold Invoice escrow.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentpay": {
      "command": "npx",
      "args": [
        "-y",
        "@agentpay-dev/mcp-server"
      ],
      "env": {
        "FIBER_RPC_URL": "<fiber_rpc_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentpay": {
      "command": "npx",
      "args": [
        "-y",
        "@agentpay-dev/mcp-server"
      ],
      "env": {
        "FIBER_RPC_URL": "<fiber_rpc_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @agentpay-dev/mcp-server
§02  Environment variables
FIBER_RPC_URL
required

Fiber Network RPC URL

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments