# MoneyMaker x402 Worker – GBP Checklist

> MoneyMaker x402 Worker – GBP Checklist is a paid API for AI agents from moneymaker-x402.monie98-8b9.workers.dev, paid per call via x402, $1/call, status unknown (last checked 2026-09-13).

Returns a GBP (Google Business Profile) checklist via a paid x402 micro-payment GET endpoint on Base USDC

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/gbp-checklist
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moneymaker-x402-worker-gbp-checklist-1629cdac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tAXX88QZ5v1Xgf1TjVci7

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 moneymaker-x402-worker-gbp-checklist-1629cdac
```

Example prompt: Pull up the GBP checklist from MoneyMaker — I want to audit my Google Business Profile and make sure everything is properly set up. Pay the $1 USDC fee automatically if needed.

## When to prefer this

Use this endpoint when you need a ready-made Google Business Profile checklist delivered instantly as a paid API call via the x402 micropayment protocol on Base. Prefer it over manual research when you want structured, machine-readable GBP audit data for $1 USDC with no subscription or API key required.

## Known failure modes

- 402 Payment Required — agent must authorize exact USDC amount to payTo address via x402 facilitator, then retry
- Network timeout or Cloudflare Worker cold start delay
- Malformed payment header causes repeated 402 loop
- Insufficient USDC balance on Base to complete micropayment
- Server returns unexpected schema or empty body if content is unavailable

## How this service works

Public x402 storefront on Base. Call paid GET routes; on 402 authorize Exact USDC to payTo via facilitator, then retry. Tip jar: GET|POST /tip ($0.10 Exact USDC). Paid email: moneymakerx402@email35.com via Email35 ($0.01) — docs at GET /paid-email.

## Output

A structured checklist object covering best practices, required fields, and optimization steps for a Google Business Profile listing. The response is an open JSON object (additionalProperties: true) whose exact keys depend on the server implementation, but is expected to contain actionable checklist items for GBP setup and optimization.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json",
    "raw"
   ],
   "type": "string",
   "description": "Optional response format hint (ignored by server; present for agent input schema)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/moneymaker-x402-worker-gbp-checklist-1629cdac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from moneymaker-x402.monie98-8b9.workers.dev](https://www.zero.xyz/host/moneymaker-x402.monie98-8b9.workers.dev/llms.txt)
