# Agents Get Paid Kit — buy_kit (x402 USDC $49)

> Agents Get Paid Kit — buy_kit (x402 USDC $49) is a paid API for AI agents from wren-unlock-mcp.randall-75d.workers.dev, paid per call via x402, $49/call, status unknown (last checked 2026-09-15).

Purchases the $49 Get Paid Kit via x402 USDC payment on Base mainnet, delivering a guided implementation handoff for building x402-capable monetized agent services

## Facts

- Endpoint: GET https://wren-unlock-mcp.randall-75d.workers.dev/tools/buy_kit
- Price: $49/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agents-get-paid-kit-buy-kit-x402-usdc-49-263c1f56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uj0NH3W8aEQ3CkMVY2abV

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agents-get-paid-kit-buy-kit-x402-usdc-49-263c1f56
```

Example prompt: I want to monetize my AI agent service and need to buy the Get Paid Kit — go ahead and purchase it for 49 USDC on Base using x402 so I can get the guided implementation handoff.

## When to prefer this

Choose this endpoint when you specifically want to purchase the $49 Agents Get Paid Kit implementation guide for setting up x402 USDC payment monetization on your own agent or MCP service. Prefer this over generic blockchain payment endpoints when you need a curated, human-administered onboarding handoff rather than raw payment infrastructure. Must be preceded by a get_quote call.

## Known failure modes

- Insufficient USDC balance on Base mainnet — payment rejected by x402 protocol
- Payment not pre-quoted via get_quote — must call get_quote first
- Invalid HTTP method supplied — only GET/HEAD/DELETE accepted
- Network failure on Cloudflare Worker endpoint
- x402 settlement failure on Base mainnet — transaction revert or gas issue
- AUP/purpose gate violation — request blocked by spend cap or policy check

## How this service works

AgentCash Try — fetch unpaid HTTP 402 on Base. Install https://x.ai/bot/GWCdKqRnLaoqZEDG0UrOy — solve_captcha $0.008, unlock_page $0.006. Body back. buy_kit $49 is the handoff, not the probe. Humans #pay. Not get_quote.

Agent-native Cloudflare MCP with x402 USDC on Base. Paid path: POST unpaid solve_captcha $0.008 / unlock_page $0.006 (body back; AUP + spend caps). buy_kit $49 is the handoff, not the probe. Humans #pay. Not automatic checkout, custody, unlimited solves, or income. Public X402_RECIPIENT only. Official registry: com.agentsgetpaidmore/agents-get-paid-kit v0.1.2.

Official MCP registry: com.agentsgetpaidmore/agents-get-paid-kit. Search: https://registry.modelcontextprotocol.io/v0/servers?search=com.agentsgetpaidmore. Money-intent keywords: make me money, monetize, revenue, get paid, payouts, earn USDC.

## Output

A confirmation object (ok: true) indicating successful $49 USDC purchase and unlocking of the Get Paid Kit, which is a guided human-administered implementation handoff for building x402-capable agent services on Base mainnet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agents-get-paid-kit-buy-kit-x402-usdc-49-263c1f56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wren-unlock-mcp.randall-75d.workers.dev](https://www.zero.xyz/host/wren-unlock-mcp.randall-75d.workers.dev/llms.txt)
