The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the AgentPay listing page.
Agent-to-Agent micropayments via x402 + MCP — let AI agents autonomously pay for API access with USDC on Base.
在 Cursor / Claude / 任意支持 Streamable HTTP 的客户端添加:
https://agentpay-xhs-production.up.railway.app/mcp
官方 Registry 条目:io.github.yyxqqq777/agentpay
uvx / PyPI)只需填付款钱包私钥(需有 USDC)。网关地址已内置,一般不用改。
或永久安装:
| Tool | Description | Cost |
|---|---|---|
xhs_get_note_detail | Xiaohongshu note detail | 0.01 USDC/call |
xhs_get_user_notes | Xiaohongshu user posted notes list | 0.01 USDC/call |
china_wholesale_pricing_query | Factory-direct wholesale pricing (1688/Yiwu) | 0.01 USDC/call |
agentpay_payment_status | View payment config, wallet, and spending limits | Free |
| Variable | Required | Description |
|---|---|---|
AGENT_PRIVATE_KEY | Yes(付费工具) | 付款钱包私钥 |
MAX_SPEND_PER_CALL | No | 单次上限(默认 0.10) |
GATEWAY_BASE_URL | No | 网关地址(默认已指向公网 Gateway) |
402 Payment Required with USDC payment detailsIf you operate the paid API, deploy the gateway separately:
| Mode | Behavior |
|---|---|
PAYMENT_MODE=demo | Local fake pay (dev only) |
PAYMENT_MODE=production | Official Facilitator verify + settle on-chain |
Testnet (Base Sepolia) — use https://x402.org/facilitator, network eip155:84532.
Mainnet — set PAYMENT_NETWORK=eip155:8453 and a mainnet facilitator
(https://api.cdp.coinbase.com/platform/v2/x402 or PayAI). USDC goes to WALLET_RECIPIENT_ADDRESS.
See .env.example.
This package is designed for the official MCP Registry.
Or create a GitHub Release (v0.1.0) — Actions uses Trusted Publishing to PyPI then updates the Registry.
Before publishing, update server.json and README mcp-name with your GitHub namespace (io.github.<username>/agentpay).
MIT