# MTG Sets Search by Name

> MTG Sets Search by Name 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).

Search Magic: The Gathering card sets by name and return matching set metadata as JSON

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mtg-sets
- 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/mtg-sets-search-by-name-a6d04801
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lRyMBG7O-EzrSdUGjDHr3

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 mtg-sets-search-by-name-a6d04801 -d '<json body>'
```

Example prompt: Can you search for Magic: The Gathering card sets with 'Ravnica' in the name and show me what comes back?

## When to prefer this

Use this endpoint when you need to search or filter Magic: The Gathering card sets by name, such as finding a specific expansion, set series, or sets matching a keyword. Prefer this over a full card search endpoint when the user is interested in set-level data rather than individual card data.

## Known failure modes

- No sets found matching the name query — returns empty result or empty array
- Missing or empty name parameter — may return error or all sets
- Network timeout or service unavailability — HTTP 5xx error
- Payment not processed — HTTP 402 Payment Required before content is served

## How this service works

Search Magic: The Gathering card sets by name (param name). Query: ?name= Returns JSON.

## Output

A JSON array or object containing Magic: The Gathering card sets whose names match the provided query string, including set metadata such as set name, code, and other relevant details.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mtg-sets-search-by-name-a6d04801/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)
