
Agentpay
Let autonomous agents send zero-gas micropayments on CKB Fiber with Hold Invoice escrow through MCP instead of custom wallet code.
Overview
AgentPay is a MCP server for the Build phase that lets coding agents execute CKB Fiber zero-gas micropayments with Hold Invoice escrow via MCP tools.
What is this MCP server?
- NPM package @agentpay-dev/mcp-server (v0.1.1) with stdio transport
- CKB Fiber Network RPC with required FIBER_RPC_URL environment variable
- Zero-gas micropayments tuned for AI agent commerce
- Hold Invoice escrow pattern for safer agent-to-agent settlement
- NPM package @agentpay-dev/mcp-server version 0.1.1
- Requires FIBER_RPC_URL environment variable for Fiber Network RPC
What problem does it solve?
Monetizing agent work on-chain usually means bespoke Fiber RPC code and escrow logic that slows solo builders down.
Who is it for?
Developers building paid agent services, API metering, or escrowed task markets on CKB Fiber.
Skip if: Builders who only need Stripe or fiat checkout without blockchain agent wallets.
What do I get? / Deliverables
After you configure FIBER_RPC_URL and add the MCP server, agents can initiate micropayments and escrow holds through standardized tool calls.
- MCP tools for zero-gas micropayment flows on Fiber
- Hold Invoice escrow invocations callable by your agent
Recommended MCP Servers
Journey fit
How it compares
On-chain agent payment MCP, not a traditional e-commerce skill or hosted billing dashboard.
Common Questions / FAQ
Who is AgentPay for?
Solo builders and agent authors who need CKB Fiber micropayments and Hold Invoice escrow callable from MCP-enabled coding agents.
When should I use AgentPay?
Use it while integrating pay-per-use or escrowed settlements into an agent product on the CKB Fiber Network.
How do I add AgentPay to my agent?
Install @agentpay-dev/mcp-server, set FIBER_RPC_URL to your Fiber Network RPC URL, and register the stdio MCP entry in your client config.