MCP Server
MCP
io.github.kingplaybookHQadmin1/kingsplaybook-mcp
Kings Playbook sports API for AI agents: NBA/MLB/NHL lineups, projections, and lines.
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
By
Comments
Sign in to leave a comment