# x402 Crawler Monetization Kit Generator (GET)

> x402 Crawler Monetization Kit Generator (GET) is a paid API for AI agents from gpt55.558686.xyz, paid per call via x402, $0.019/call, status unknown (last checked 2026-09-14).

Generates a deterministic x402 monetization kit for content, documentation, API, and MCP sites that want AI crawlers or buyer agents to pay before accessing premium routes.

## Facts

- Endpoint: GET https://gpt55.558686.xyz/v1/tools/x402-crawler-monetization-kit
- Price: $0.019/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-crawler-monetization-kit-generator-get-4e741c68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Sc__3jbzDndmqvdzcamgj

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 x402-crawler-monetization-kit-generator-get-4e741c68
```

Example prompt: Generate an x402 monetization kit for my documentation site at docs.myapi.io — call it 'MyAPI Docs', set the premium paths to /reference and /guides, keep /changelog free, price first access at $0.01, include the MCP payment flow and a Cloudflare worker config, and use Base network.

## When to prefer this

Use this endpoint when you need to scaffold an x402 payment-gating strategy for a content, docs, API, or MCP site without executing real payments or needing private keys. Prefer this GET variant when calling from an AI agent, crawler, or wallet that handles query parameters more naturally than a JSON request body. It is the right choice when you want a complete, ready-to-deploy monetization blueprint including edge configuration, MCP flow, and discovery assets in a single deterministic response.

## Known failure modes

- Missing required 'site_url' or 'site_type' query parameter returns a validation error
- Invalid price values outside allowed range (0.000001–1000) cause schema rejection
- Malformed URL in 'site_url' may result in an unparseable input error
- Network or gateway timeout returns a 5xx error with no kit generated
- Boolean flags passed as strings instead of true/false may cause parameter parsing failures

## How this service works

Generate a deterministic x402 monetization kit for content sites, documentation sites, API publishers, and MCP services that want AI crawlers or buyer agents to pay before accessing premium routes. Includes protected route tiers, discovery assets, robots/llms copy, Cloudflare-style edge notes, MCP/agent payment flow, spend caps, launch checklist, and conversion metrics without using private keys or making payments. GET variant for agents, crawlers, and wallets that prefer query parameters over a JSON body. Pay up to $0.019 per request with x402 USDC on Base.

## Output

A deterministic, structured monetization kit containing protected route tier definitions, discovery assets (robots.txt/llms.txt copy), Cloudflare-style edge worker notes, MCP/agent payment flow configuration, spend cap recommendations, a launch checklist, and conversion metrics — all scoped to the provided site and pricing parameters, returned as a JSON object without requiring private keys or live payments.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "url": {
       "type": "string",
       "maxLength": 2048,
       "minLength": 1
      },
      "buyer": {
       "type": "string",
       "maxLength": 160
      },
      "pay_to": {
       "type": "string",
       "maxLength": 80
      },
      "network": {
       "type": "string",
       "maxLength": 80
      },
      "site_url": {
       "type": "string",
       "maxLength": 2048,
       "minLength": 1
      },
      "site_type": {
       "type": "string",
       "maxLength": 80
      },
      "free_paths": {
       "type": "array",
       "items": {
        "type": "string"
       }
      },
      "include_mcp": {
       "type": "boolean"
      },
      "service_name": {
       "type": "string",
       "maxLength": 160
      },
      "premium_paths": {
       "type": "array",
       "items": {
        "type": "string"
       }
      },
      "first_price_usd": {
       "type": "number",
       "maximum": 1000,
       "minimum": 0.000001
      },
      "max_usdc_per_call": {
       "type": "number",
       "maximum": 1000,
       "minimum": 0.000001
      },
      "include_cloudflare_worker": {
       "type": "boolean"
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "ok": {
       "type": "boolean"
      },
      "tool": {
       "type": "string"
      },
      "fetchedAt": {
       "type": "string"
      }
     },
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-crawler-monetization-kit-generator-get-4e741c68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gpt55.558686.xyz](https://www.zero.xyz/host/gpt55.558686.xyz/llms.txt)
