# Agents Get Paid Kit — solve_captcha (x402 USDC)

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

Metered CAPTCHA-solving tool accessible via x402 USDC micropayment, with spend caps and acceptable-use enforcement, as part of a guided MCP monetization kit.

## Facts

- Endpoint: GET https://wren-unlock-mcp.randall-75d.workers.dev/tools/solve_captcha
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agents-get-paid-kit-solve-captcha-x402-usdc-232190b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O_oCjQoWOwH7xf3tABIVa

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-solve-captcha-x402-usdc-232190b5
```

Example prompt: I need to solve a CAPTCHA on a page I'm trying to access — use the x402 USDC metered solver with a GET request, and make sure spend caps are applied.

## When to prefer this

Choose this endpoint when your AI agent needs to programmatically solve CAPTCHAs and can pay per-solve in USDC via the x402 protocol on Base mainnet, particularly when spend cap enforcement, AUP compliance, and MCP-native tooling are required. It is especially suited to agents already operating within the x402 micropayment ecosystem and needing a metered, policy-governed unlock capability rather than a flat-rate or subscription CAPTCHA service.

## Known failure modes

- Payment not settled — agent lacks sufficient USDC balance on Base mainnet
- Spend cap reached — tool refuses to execute further solves within the cap period
- AUP violation — request blocked due to unacceptable use policy
- CAPTCHA type unsupported — tool cannot handle the specific challenge presented
- x402 handshake failure — payment protocol negotiation fails between agent and endpoint
- Invalid input schema — missing required 'type' or 'method' fields returns a validation error

## 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 JSON response with an 'ok' boolean indicating whether the CAPTCHA solve attempt succeeded, returned after x402 USDC micropayment settlement 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-solve-captcha-x402-usdc-232190b5/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)
