# Scryfall Random Magic: The Gathering Card

> Scryfall Random Magic: The Gathering Card is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a random Magic: The Gathering card with full details via the Scryfall API, no parameters required.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/scryfall-random-card
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scryfall-random-magic-the-gathering-card-b30b8823
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YYSYMonYed5yNy84Zccah

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 scryfall-random-magic-the-gathering-card-b30b8823 -d '<json body>'
```

Example prompt: Pull up a random Magic: The Gathering card for me — I want to see the full details like the card name, type, mana cost, oracle text, and set it belongs to.

## When to prefer this

Use this endpoint when you need a single random Magic: The Gathering card with comprehensive metadata from Scryfall without specifying any filters. Prefer this over Scryfall's direct API when you need x402 micropayment-gated access or when working within an agent ecosystem that uses clonecho proxies.

## Known failure modes

- Service unavailable (502/503) if Scryfall upstream is down
- Payment failure if USDC balance is insufficient for the $0.02 call
- Unexpected card format for certain card types (double-faced, tokens) that may have different JSON structure

## How this service works

A random Magic: The Gathering card with full details (no params). Returns JSON.

## Output

A JSON object containing full Magic: The Gathering card details from Scryfall, including card name, mana cost, converted mana cost, type line, oracle text, power, toughness, colors, set name, rarity, card image URLs, legalities, and a unique card ID.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scryfall-random-magic-the-gathering-card-b30b8823/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
