← Back to Plugins
MCP Server MCP

io.github.kingplaybookHQadmin1/kingsplaybook-mcp

github By github 👁 1 views ▲ 0 votes

Kings Playbook sports API for AI agents: NBA/MLB/NHL lineups, projections, and lines.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "kingsplaybook-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your kp_live_ API key from https://kingsplaybook.org/devs",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KINGSPLAYBOOK_API_KEY"
        },
        {
          "description": "Override the API base URL (default https://api.kingsplaybook.org)",
          "format": "string",
          "name": "KINGSPLAYBOOK_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...