# CIEL M2M API Marketplace – Proxy Scan

> CIEL M2M API Marketplace – Proxy Scan is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-18).

Runs a proxy/security scan on a target via the CIEL M2M micro-service marketplace, returning scan results as JSON.

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/proxy-scan
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-api-marketplace-proxy-scan-dfa0d1ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AGpV5VcjKhBHxcfZ6KZZP

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 ciel-m2m-api-marketplace-proxy-scan-dfa0d1ee
```

Example prompt: Can you run a proxy scan on the server at 203.0.113.42 and tell me if it's exposing any proxy misconfigurations or security issues?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call proxy or security scan without committing to a subscription — especially suited for AI agents that need on-demand security checks as part of an automated workflow, and want to pay micro-amounts per scan via USDC on Base.

## Known failure modes

- Missing or malformed 'properties' input returns an error or empty result
- Target host unreachable results in a timeout or connection-refused error
- Invalid target format (non-IP, non-hostname) may return a validation error
- Payment failure via x402/USDC blocks the request before scanning begins
- Rate limiting may occur for repeated scans of the same target

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON object with a 'result' field containing the proxy scan findings, which may include proxy detection status, identified misconfigurations, security flags, or raw scan data about the target host.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-api-marketplace-proxy-scan-dfa0d1ee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
