# klymax402 Trust Score Batch Evaluator

> klymax402 Trust Score Batch Evaluator is a paid API for AI agents from klymax402.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Evaluates and ranks 2–5 domains, URLs, or wallet addresses by trust score in a single batch call

## Facts

- Endpoint: GET https://klymax402.com/api/trust-score/api/batch
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/klymax402-trust-score-batch-evaluator-4327b072
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yiroEvu1ibWGbRCGLfKx1

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 klymax402-trust-score-batch-evaluator-4327b072
```

Example prompt: Can you batch evaluate and rank these three for trustworthiness: etherscan.io, uniswap.org, and some-random-defi.xyz — tell me which one scores highest and which is least trusted?

## When to prefer this

Choose this endpoint when you need to compare and rank multiple targets (2–5) simultaneously for trust in a single call, rather than evaluating them one by one. Especially useful when making decisions between competing domains, URLs, or wallet addresses in crypto, DeFi, or web contexts where you need a ranked output with most/least trusted surfaced automatically.

## Known failure modes

- Fewer than 2 or more than 5 targets submitted — validation error
- Malformed or unresolvable domain/URL/wallet address — may return low score or error for that entry
- Unknown or unsupported wallet address format — may fail per-target
- Service unavailable or payment not confirmed — 402 or 5xx error
- Empty or null targets array — request rejected

## How this service works

One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.

## Output

Returns a JSON object with a count of evaluated targets, an array of results with individual trust scores, a timestamp, the identifier of the most trusted target, and the identifier of the least trusted target — enabling direct ranking and comparison.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "targets": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "maxItems": 5,
   "minItems": 2,
   "description": "List of 2-5 domains, URLs, or wallet addresses to evaluate and rank"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "results": [],
  "timestamp": "example",
  "mostTrusted": "example",
  "leastTrusted": "example"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/klymax402-trust-score-batch-evaluator-4327b072/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from klymax402.com](https://www.zero.xyz/host/klymax402.com/llms.txt)
