← Back to Plugins
MCP Server MCP

io.github.chrischall/maxpreps-mcp

github By github 👁 1 views ▲ 0 votes

MaxPreps MCP — high school schedules, scores, records, rosters and stat leaders

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...