# x402 Integration Pack Lookup

> x402 Integration Pack Lookup is a paid API for AI agents from srv1553682.hstgr.cloud, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Retrieves machine-readable I/O schema, input/output examples, price, and probe-measured delivery grade for any x402-listed endpoint URL, without requiring a test purchase.

## Facts

- Endpoint: POST https://srv1553682.hstgr.cloud/route/integration-pack
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-integration-pack-lookup-83760aa8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MrdIXDV51MHxeG9zOOzTZ

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-integration-pack-lookup-83760aa8 -d '<json body>'
```

Example prompt: Before I integrate this x402 endpoint at https://example.hstgr.cloud/route/some-service, can you pull its full I/O schema, some example inputs and outputs, the price per call, and its probe-measured delivery grade so I don't have to risk a test purchase?

## When to prefer this

Use this endpoint when an agent or developer needs to safely inspect an x402-listed API's contract, pricing, and reliability before committing to a real paid call. It is specifically valuable in agentic pipelines where test purchases are risky or undesirable, and when working within the x402/bazaar ecosystem where machine-readable schema metadata is expected to be available. Prefer this over generic HTTP inspection tools when you need delivery-grade quality signals sourced from actual probe history.

## Known failure modes

- URL not found in bazaar or paid-response archive — returns empty or not-found response
- Endpoint URL is malformed or unreachable — validation error
- Probe data unavailable for a newly listed endpoint — delivery grade may be absent
- Schema not advertised by the listing — returns partial metadata only
- Network timeout contacting the archive — transient failure, no charge applied

## How this service works

POST {url} of any x402 listing -> its machine-readable I/O schema (from the advertised bazaar extension or our paid-response archive), input/output examples, price, and probe-measured delivery grade. Saves a coding agent a risky test purchase against an endpoint that may not deliver. Never charged on failure.

## Output

Returns the machine-readable I/O schema (input and output field definitions), concrete input/output examples, the per-call price, and a probe-measured delivery grade indicating how reliably the endpoint has fulfilled paid requests — all sourced from the bazaar extension metadata or a paid-response archive. No charge is incurred if the lookup fails.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-integration-pack-lookup-83760aa8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from srv1553682.hstgr.cloud](https://www.zero.xyz/host/srv1553682.hstgr.cloud/llms.txt)
