MCP Server
MCP
io.github.chrischall/maxpreps-mcp
MaxPreps MCP — high school schedules, scores, records, rosters and stat leaders
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "maxpreps-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional override for the User-Agent sent to MaxPreps.",
"format": "string",
"name": "MAXPREPS_USER_AGENT"
},
{
"description": "Seconds to cache a page response. Default 300; 0 disables caching.",
"format": "string",
"name": "MAXPREPS_CACHE_TTL"
},
{
"description": "Minimum spacing between requests, in ms. Default 250.",
"format": "string",
"name": "MAXPREPS_MIN_INTERVAL_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment