# MLB Amateur Draft Results Lookup

> MLB Amateur Draft Results Lookup 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 first-round MLB amateur draft data for a given year, including player name, school, pick number, and signing bonus

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mlb-draft
- 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/mlb-amateur-draft-results-lookup-aba3d9f0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IueMmqB-IvexMBqfe2Zdg

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 mlb-amateur-draft-results-lookup-aba3d9f0 -d '<json body>'
```

Example prompt: Can you pull up the first-round picks from the 2022 MLB amateur draft — I want to see each player, their school, pick number, and signing bonus?

## When to prefer this

Use this endpoint when you need structured, historical first-round MLB draft data including signing bonuses and school affiliations for a specific year. Prefer this over scraping MLB.com or third-party sports sites when you need clean, queryable JSON output per draft year.

## Known failure modes

- Invalid or missing year query returns empty or error JSON
- Year outside available MLB StatsAPI data range returns no results
- Malformed query parameter causes API error
- Network or upstream MLB StatsAPI unavailability returns 5xx error
- Payment not completed results in 402 response

## How this service works

MLB StatsAPI: first round of the amateur draft for a year - player, school, pick number, signing bonus. Query: ?q= Returns JSON.

## Output

A JSON array of first-round MLB draft picks for the queried year, each entry containing the player's name, school/organization, pick number, and signing bonus amount.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mlb-amateur-draft-results-lookup-aba3d9f0/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)
