# Scryfall Magic: The Gathering Sets Catalog

> Scryfall Magic: The Gathering Sets Catalog 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-15).

Returns a complete list of all Magic: The Gathering sets including each set's code, type, and card count

## Facts

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

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-magic-the-gathering-sets-catalog-fdedfbc9 -d '<json body>'
```

Example prompt: Give me the full list of all Magic: The Gathering sets — I need each set's code, type (like expansion or commander), and how many cards are in it.

## When to prefer this

Use this endpoint when you need a comprehensive, up-to-date catalog of all MTG sets with their codes, types, and card counts in a single call. Ideal for building set pickers, enriching card data with set metadata, or answering questions about MTG set composition. Prefer this over scraping Scryfall directly, as it provides a clean structured JSON response at a fixed cost.

## Known failure modes

- Payment not sent or insufficient — 402 Payment Required
- Network timeout from upstream Scryfall data source
- Malformed JSON response if upstream data changes structure

## How this service works

All Magic: The Gathering sets with code, type and card count (no params). Returns JSON.

## Output

A JSON array of all Magic: The Gathering sets, each containing the set's short code (e.g. 'MOM'), set name, set type classification (e.g. expansion, commander, core, masters), and total card count.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scryfall-magic-the-gathering-sets-catalog-fdedfbc9/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)
