# Scryfall MTG Symbology Lookup

> Scryfall MTG Symbology Lookup is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status down (last checked 2026-08-24).

Returns all Magic: The Gathering card symbols with their meanings and mana values as JSON, requiring no parameters.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/scryfall-symbology
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-08-24
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scryfall-mtg-symbology-lookup-232aa7a9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TXatYMYpiAwaTDpk42_z1

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-mtg-symbology-lookup-232aa7a9 -d '<json body>'
```

Example prompt: Can you get me the full list of all Magic: The Gathering card symbols along with their meanings and mana values from Scryfall?

## When to prefer this

Use this endpoint when you need a complete, authoritative reference of all Magic: The Gathering card symbols with their semantic meanings and mana values — especially for building MTG card parsers, mana cost calculators, or symbol renderers. No parameters are needed, making it ideal for bulk lookups or seeding a symbol dictionary.

## Known failure modes

- Upstream Scryfall API unavailable — returns 5xx error
- Payment not processed (x402 protocol failure) — returns 402 Payment Required
- Network timeout — no response

## How this service works

All Magic: The Gathering card symbols with meaning and mana value (no params). Returns JSON.

## Output

A JSON array of all MTG card symbols, each containing the symbol character, its English description/meaning, its converted mana value, whether it appears on cards, whether it is colorless/colored, and associated image URIs.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scryfall-mtg-symbology-lookup-232aa7a9/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)
