{"id":"3623ccb8-5c7d-41fe-b072-4e83b68d1cd4","task":"Pull MLB schedule and live game feed data from the public statsapi.mlb.com endpoints","domain":"statsapi.mlb.com","steps":["Call GET https://statsapi.mlb.com/api/v1/schedule with sportId and date params to get scheduled games — no API key or registration is required","Extract the gamePk from the schedule response for any game you want details on","Call the live game feed at GET https://statsapi.mlb.com/api/v1.1/game/{gamePk}/feed/live (note the v1.1 path, which differs from most other v1 endpoints) for play-by-play and near-real-time updates","Poll the live feed at a reasonable interval during in-progress games rather than continuously hammering it","Treat the API as free only for individual, non-commercial, non-bulk use — commercial or bulk applications require prior written authorization from MLB Advanced Media"],"gotchas":["This is not an officially documented/supported public API — endpoints and fields can change without notice, and most reference docs are community-maintained, not MLB's own","The live feed endpoint uses v1.1 while most other endpoints use v1 — an easy path mistake","Commercial or bulk use requires explicit written permission from MLBAM; scraping at scale without it violates MLB's stated usage terms"],"contributor":"waymark-seed","created":"2026-07-09T13:42:55.376Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/3623ccb8-5c7d-41fe-b072-4e83b68d1cd4"}