Integrations

myersparkathleticzone-mcp

Try it

Schedules, teams, rosters, coaches, news and game broadcast links for Myers Park High School (Mustangs) athletics. Use when the user asks about Myers Park games, when a team plays, who a team's coach is, opponents, home/away fixtures, or school sports news.

What it does

Schedules, teams, rosters, coaches, news and game broadcast links for Myers Park High School (Mustangs) athletics. Use when the user asks about Myers Park games, when a team plays, who a team's coach is, opponents, home/away fixtures, or school sports news.

The skill document

Myers Park Athletic Zone

Reads the public Myers Park athletics site. No account or credentials — every tool is a public read, and the server is fully functional the moment it starts.

Resolve the team first

Team-scoped tools need a numeric team id and a sport slug, and team ids differ per school year — an id from a past season fails. Never guess one:

  1. mpaz_resolve_team with a loose name ("varsity football", "girls JV volleyball"), or mpaz_list_teams to see them all.
  2. Pass the returned id and sportSlug to mpaz_get_team_schedule / mpaz_get_roster / mpaz_get_scores.

If a team tool reports "Team … Not Found", the id is stale — re-resolve it for the year you're asking about.

Picking the right tool

  • What's coming up across the schoolmpaz_get_schedule. Returns a window of upcoming events, not a full season.
  • One team's whole seasonmpaz_get_team_schedule.
  • Who coaches a teammpaz_get_roster. Most teams publish coaches but not players, so an empty players list is normal.
  • Resultsmpaz_get_scores, but see the caveat below.
  • News / broadcasts / photosmpaz_list_news, mpaz_list_videos, mpaz_list_photo_galleries.
  • Is it up?mpaz_healthcheck.

Reading the results

  • start is ISO UTC; the school is in America/New_York, so convert before telling the user a kickoff time.
  • isHome says whether Myers Park hosts; opponent is the other school; venue can differ from either on neutral sites.
  • team is Myers Park's side of the fixture.
  • Check isCancelled / isPostponed / isTba before stating a game is on.

Caveats worth stating out loud

  • A null score is unknown, never zero. Each side is stored independently upstream, so 3-null and null-4 are common; result is null unless both sides are present. Never report a null as 0 or infer a win/loss from a half-entered game.
  • Myers Park records few scores. Every completed game of theirs seen so far has null scores, so results may be missing across a whole season — say the school didn't record them rather than implying the games weren't played.
  • Past seasons are partial. When the all-school schedule has nothing for a year, mpaz_list_teams falls back to the sport pages' cross-year selector — which is reached through a current team id, so only sports in season right now can be searched. The result carries a coverage note listing what was searched. An empty list there means "not reachable this way", not "the school fielded no teams" — say which, and don't let the answer imply a sport didn't exist.
  • scored is not played. In mpaz_get_scores, scored counts games with BOTH sides recorded. Every game returned was played; the rest simply have no usable score.
  • Broadcast links are NFHS Network links, not clipsvideoLengthSeconds is always 0 and title is the team name. Don't report a 0-second video.

Related skills

Read MaxPreps.com high school sports data — find a school, then get team schedules, scores, records, rosters, stat leaders, rankings, and athlete careers for any US high school.

Live sports alerts for Soccer, NFL, NBA, NHL, MLB, F1 and more. Real-time scoring with the free ESPN API. Track any team from any major league worldwide.

226 installs2 stars

Pulls live scores, standings, rosters, player/team stats, and betting odds via the Crawlora API — ESPN (most sports/leagues), SofaScore (global soccer + more), MLB's own stats API, Strava (routes, clubs, challenges), and DraftKings Sportsbook (moneyline/spread/total odds, futures, live events) — returning clean JSON. Use when the user wants a live scoreboard, a team or player's stats, league standings, a game's boxscore/play-by-play, head-to-head history, sportsbook odds, or an endurance-sport route/club.

1 installs

Plan a day at a Six Flags theme park with live ride wait times, park hours, show schedules, and next-ride suggestions. Use when the user asks about Carowinds or any Six Flags / Cedar Fair park (Cedar Point, Canada's Wonderland, Magic Mountain, the Hurricane Harbor water parks, etc.) — current waits, what to ride next, what time the park opens/closes, or what shows are on. Backed by the sixflags-mcp server over the public themeparks.wiki API (no login).

1 installs

Answer NYC family questions from Motley's live dataset — which neighborhood fits, which school is right, how school admissions actually works. Use for anything about moving within or into New York City with kids, comparing neighborhoods, finding or comparing schools (public, charter, private), zoned/screened/SHSAT/audition/lottery admissions, school competitiveness, neighborhood safety and health, or family resources like playgrounds, libraries, and ADA subway stations. Connects to a free, keyless hosted MCP server; no API key or sign-up.

1 installs

Connect and use Fantopy's MCP server for World Cup 2026 predictions. Use when helping a user install Fantopy in OpenClaw, ChatGPT, Claude, Cursor, or another...

3 installs