Odel
AgentPay

AgentPay

Local
@alefntTypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@agentpay-dev/mcp-serverv0.1.1

Run

npx -y @agentpay-dev/mcp-server

MCP client config

{
  "mcpServers": {
    "agentpay": {
      "command": "npx",
      "args": [
        "-y",
        "@agentpay-dev/mcp-server"
      ]
    }
  }
}