# Agents Get Paid Kit — unlock_page (x402 Web Unlock)

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

Makes a metered HTTP GET/HEAD/DELETE request to unlock a paywalled or access-restricted web page via x402 USDC micropayment on Base mainnet.

## Facts

- Endpoint: GET https://wren-unlock-mcp.randall-75d.workers.dev/tools/unlock_page
- Price: $0.006/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-unlock-page-x402-web-unlock-39467c28
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zN-EbWzNmNHAdio668h7N

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-unlock-page-x402-web-unlock-39467c28
```

Example prompt: Unlock this paywalled page for me using a USDC micropayment — it's a GET request to the page I need, and I'm okay spending up to $0.006 USDC to access it.

## When to prefer this

Choose this endpoint when an agent needs to access a specific web page or API endpoint that is protected by an x402 HTTP 402 paywall and can be unlocked with a $0.006 USDC micropayment on Base mainnet. Prefer this over general web scraping tools when the target explicitly returns HTTP 402 and supports the x402 protocol. Best for single-page or single-resource unlocks with read-only HTTP methods (GET, HEAD, DELETE).

## Known failure modes

- Spend cap exceeded — agent has hit its configured USDC spending limit and unlock is blocked
- AUP violation — requested URL or content type fails purpose gate check
- Insufficient USDC balance — wallet does not have enough USDC on Base mainnet to settle payment
- Invalid HTTP method — only GET, HEAD, DELETE are accepted; POST/PUT/PATCH will fail
- Target URL unreachable — downstream server timeout or DNS failure
- x402 handshake failure — target server does not correctly implement x402 payment protocol
- Method not matching type — input type 'http' with incompatible method configuration

## 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

Returns a JSON object with an 'ok: true' field confirming the page was successfully unlocked and the HTTP request completed after x402 USDC payment 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-unlock-page-x402-web-unlock-39467c28/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)
