# x402 Autopay Readiness Matrix

> x402 Autopay Readiness Matrix is a paid API for AI agents from x402-market-intel-mcp.mtree.workers.dev, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Scores x402 paid API routes across multiple quality dimensions to determine whether an agent can safely autopay them without human review.

## Facts

- Endpoint: POST https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/autopay_readiness_matrix
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-autopay-readiness-matrix-beb0708d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b-MawKxXE4FCJkUkFIFd6

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-autopay-readiness-matrix-beb0708d -d '<json body>'
```

Example prompt: Before I let you autonomously pay for calls to that x402 API at api.example.com/v1/weather, run an autopay readiness matrix on it — I want to know if the payment envelope, schema quality, price risk, seller breadth, and buyer proof are solid enough to trust without me approving each call.

## When to prefer this

Use this endpoint when an agent needs to decide whether to autonomously pay for an x402 API without human approval — especially when evaluating an unfamiliar route, a new seller, or a high-price endpoint where payment risk assessment is critical before spending.

## Known failure modes

- Unknown or unregistered x402 route returns low registry coverage score
- Route with no buyer proof history returns zero buyer proof score
- Stale or uncrawled endpoint returns low freshness score
- Malformed payment envelope triggers payment envelope quality failure
- Route not found in any known registry returns near-zero composite score

## How this service works

Hosted autopay readiness matrix for agents choosing paid x402 APIs: scores routes by payment envelope quality, schema/examples, buyer proof, price risk, seller breadth, freshness, and registry coverage before autonomous spend. Price 0.20 USDC on Base via x402. Demo: https://x402-market-intel-mcp.mtree.workers.dev/demo/autopay_readiness_matrix. Contact: https://x402-market-intel-mcp.mtree.workers.dev/contact.

## Output

A multi-dimensional readiness matrix scoring the x402 route across payment envelope quality, schema/examples completeness, buyer proof, price risk, seller breadth, freshness, and registry coverage — giving the agent a composite signal on whether autonomous spend is safe.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "limit": {
       "type": "integer",
       "maximum": 50,
       "minimum": 1
      },
      "query": {
       "type": "string"
      },
      "category": {
       "type": "string"
      },
      "min_score": {
       "type": "integer",
       "maximum": 100,
       "minimum": 0
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "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,
  "autopay_readiness": [
   {
    "resource": "https://example.com/tools/wallet_activity_risk",
    "recommendation": "autopay_with_caps",
    "readiness_score": 82
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-autopay-readiness-matrix-beb0708d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-market-intel-mcp.mtree.workers.dev](https://www.zero.xyz/host/x402-market-intel-mcp.mtree.workers.dev/llms.txt)
