myersparkathleticzone-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@myersparkathleticzone-mcpWhat's the varsity football schedule?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
myersparkathleticzone-mcp
MCP server for Myers Park High School (Mustangs) athletics — schedules, teams, rosters, coaches, news and game broadcast links.
No credentials. Everything this server reads is public. There is no login, no API key, no browser extension and nothing to configure before it works.
Developed and maintained by AI. Use at your own discretion.
Install
npx myersparkathleticzone-mcpOr in an MCP host's config:
{
"mcpServers": {
"myersparkathleticzone": {
"command": "npx",
"args": ["-y", "myersparkathleticzone-mcp"]
}
}
}Related MCP server: nba-mcp
Tools
Tool | What it does |
| The school's teams for a year, with the ids the other tools need |
| Loose name ("varsity football") → team id |
| Upcoming events across every team |
| One team's full season |
| One team's results, with win/loss/tie from the school's point of view |
| A team's coaching staff and players |
| Recent news posts |
| Games with an NFHS Network broadcast link |
| Published photo galleries |
| Verify the site is reachable and parseable |
Every tool is read-only; the server performs no writes.
Team-scoped tools need a numeric team id and a sport slug, and team ids differ per school year. Resolve them with mpaz_resolve_team rather than guessing — a stale id makes the site serve a Team … Not Found page (with HTTP 200), which the client detects and reports.
Configuration
Both optional:
Variable | Default | Purpose |
|
| Point at another Athletic Zone school site |
|
| GoFan/PlayOn school id, used to tell your teams from opponents |
The site is one tenant of the PlayOn Sports / SportsEngine "Athletic Zone" platform, so setting both points the server at another school on it. Verified against Ballantyne Ridge (https://www.ballantyneridgeathleticzone.com, school id 21785) as well as Myers Park.
Known limits
These are properties of the upstream site, not bugs, and the tools say so in their output rather than guessing:
A missing score is unknown, never zero. Each side's score is stored independently upstream, so half-entered games (
3-null,null-4) are common.resultis derived only when both sides are present.Myers Park records few scores. Every completed game of theirs observed so far has null scores, so a season may return fixtures with no results at all — that is the school's data entry, not a fault.
Past-season coverage is partial and calendar-dependent. Myers Park's
/scheduleis empty for past years even though the per-team pages still serve them, sompaz_list_teamsfalls back to the sport pages' cross-year team selector. That selector is keyed by team, not by sport slug, so it can only be reached through a team that is in season now — meaning off-season sports are unreachable for past years, and which ones are reachable changes through the year. The result carries acoveragenote listing what was searched; an empty list there is not evidence the school fielded no teams.Most teams publish coaches but not players, so an empty roster is normal.
The all-school schedule is a window of upcoming events, not a full season — use
mpaz_get_team_schedulefor that.Broadcast links are NFHS Network links, not hosted clips — durations are always
0.
How it works
The site is a fully server-rendered Next.js app whose own /api/* routes are server-only and reject outside requests. The data ships inside the page's React Server Components flight payload, so this server requests pages with the RSC: 1 header and harvests the entities embedded in them.
docs/ATHLETIC-ZONE-API.md pins the captured request/response shapes, the routes, the failure modes, and what was ruled out.
Development
npm install
npm run build
npm testLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP Server that provides access to NHL (National Hockey League) scores and statistics via the SportsData.io NHL v3 Scores API.Last updated
- AlicenseAqualityBmaintenanceMCP server for NBA live data and stats, providing read-only tools to query live scores, box scores, player info, standings, and more from NBA.com.Last updated15241MIT
- Flicense-qualityDmaintenanceMCP server providing tools to query live scores, schedules, standings, and game stats from the SportRadar API for multiple sports including NFL, NBA, NHL, NCAAMB, soccer, and tennis.Last updated
- Alicense-qualityCmaintenanceRead-only MCP server for the PlayMetrics youth-sports club management platform, enabling AI agents to query clubs, teams, players, schedules, registrations, and payments.Last updated1MIT
Related MCP Connectors
MCP server for Zooza — class scheduling, attendance, and booking for activity businesses.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP server for network documentation, generated by doc2mcp.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/myersparkathleticzone-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server