# MLB StatsAPI Team Profile Lookup

> MLB StatsAPI Team Profile 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 MLB team profile data (name, venue, and season info) for a given team ID using the MLB StatsAPI.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mlb-team-info
- 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-statsapi-team-profile-lookup-9ccb9d0b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rwz9Gj3ZHR9EcTiqM6G2z

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-statsapi-team-profile-lookup-9ccb9d0b -d '<json body>'
```

Example prompt: Can you pull up the MLB team profile for the Boston Red Sox — I need their official team name, home stadium, and current season info? Their team ID is 111.

## When to prefer this

Use this endpoint when you need structured MLB team profile data (name, venue, season) by team ID and want a simple, pay-per-call lookup without managing your own MLB StatsAPI integration. Prefer this over general web search when you need clean structured JSON output for a specific team.

## Known failure modes

- Invalid or missing team ID returns an error or empty result
- Non-existent team ID returns no data
- Malformed query parameter causes a bad request response
- Upstream MLB StatsAPI outage causes failure

## How this service works

MLB StatsAPI team profile by team id: name, venue and season Query: ?q= Returns JSON.

## Output

A JSON object containing the MLB team's profile including the team name, home venue/stadium, and season information for the specified team ID.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mlb-statsapi-team-profile-lookup-9ccb9d0b/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)
