myersparkathleticzone-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MPAZ_SITE_URL | No | Point at another Athletic Zone school site. | https://www.myersparkathleticzone.com |
| MPAZ_SCHOOL_ID | No | GoFan/PlayOn school id, used to tell your teams from opponents. | 10150 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mpaz_list_teamsA | List this school's athletic teams for a school year, with the team id needed by the schedule, roster and scores tools. Team ids differ per school year — an id from one season fails against another. A past year is answered from the sport pages when the schedule has nothing, which reaches only sports currently in season; the result carries a |
| mpaz_resolve_teamA | Find a team id from a loose name like "varsity football", "girls JV volleyball" or just "field hockey". Use this before mpaz_get_team_schedule / mpaz_get_roster / mpaz_get_scores rather than guessing an id. Returns every candidate when the query is ambiguous. Read-only. |
| mpaz_get_scheduleA | Upcoming events across every team, oldest first. Note this page returns a WINDOW of upcoming events (10 observed), not a whole season — for a team's full season use mpaz_get_team_schedule. Read-only. |
| mpaz_get_team_scheduleA | A single team's complete season, oldest first. Requires BOTH the sport slug and the team id — resolve them with mpaz_list_teams or mpaz_resolve_team first. Read-only. |
| mpaz_get_scoresA | Completed games with results for a single team: |
| mpaz_get_rosterA | Coaching staff and players for one team. Most teams on this site publish coaches but NOT players, so an empty players list is normal, not an error. Requires the sport slug and team id. Read-only. |
| mpaz_list_newsA | Recent news posts from the athletics site homepage, newest first. Read-only. |
| mpaz_list_videosA | Games with a broadcast link. These are NFHS Network links rather than hosted clips, so |
| mpaz_list_photo_galleriesA | Photo galleries published on the site. Images sit on a public CDN and can be fetched directly, no auth. Read-only. |
| mpaz_healthcheckA | Verify the athletics site is reachable and still serving a parseable RSC payload. Reports the configured site and school id. Read-only. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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