# clonecho Manga Search (MyAnimeList)

> clonecho Manga Search (MyAnimeList) 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).

Searches manga titles on MyAnimeList and returns score, rank, chapter count, authors, and synopsis for matching results.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/manga-search
- 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/clonecho-manga-search-myanimelist-58c6ab67
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nS0hK0-hiEWFfJhpKZRv-

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 clonecho-manga-search-myanimelist-58c6ab67 -d '<json body>'
```

Example prompt: Can you look up the manga Berserk for me and tell me its MyAnimeList score, rank, how many chapters it has, who the authors are, and give me a quick synopsis?

## When to prefer this

Use this endpoint when you need structured manga metadata (score, rank, chapters, authors, synopsis) sourced from MyAnimeList for a specific title. Prefer this over general web search when you need clean, structured JSON data about a manga series by name.

## Known failure modes

- Missing required ?q= parameter returns an error or empty result
- Manga title not found on MyAnimeList returns empty or null results
- Ambiguous query may return results for wrong title
- Payment required (x402) — agent must handle 402 response and pay 0.02 USDC before retrying

## How this service works

MEDIA: manga — score, rank, chapters, authors, synopsis from MyAnimeList (?q=berserk, required). Returns JSON.

## Output

Returns a JSON object with manga metadata sourced from MyAnimeList, including the title's score, rank, total chapter count, author names, and a synopsis of the story.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-manga-search-myanimelist-58c6ab67/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)
