
Kingsplaybook Mcp
Pull NBA, MLB, and NHL lineups, projections, and betting lines into your agent while you build sports dashboards or fantasy copilots.
Overview
Kings Playbook MCP is an MCP server for the Build phase that connects agents to NBA, MLB, and NHL lineups, projections, and lines via the Kings Playbook API.
What is this MCP server?
- Kings Playbook sports API tailored for AI agents
- Coverage called out for NBA, MLB, and NHL lineups, projections, and lines
- stdio npm package kingsplaybook-mcp with required KINGSPLAYBOOK_API_KEY (kp_live_)
- Optional KINGSPLAYBOOK_API_URL override defaulting to https://api.kingsplaybook.org
- Developer keys issued from https://kingsplaybook.org/devs
- Server version 0.1.0
- Leagues referenced: NBA, MLB, NHL
- Default API base https://api.kingsplaybook.org
What problem does it solve?
Sports side projects stall when every lineup and odds question forces you to maintain fragile REST clients and parse inconsistent payloads.
Who is it for?
Indie developers building MCP-driven fantasy, betting research, or sports content products that need multi-league lineup and line data.
Skip if: Builders outside licensed sports use cases, or teams that require on-device stats with zero third-party API dependency.
What do I get? / Deliverables
Your agent invokes Kings Playbook tools with an API key to retrieve league lineups, projections, and lines inside the build integration loop.
- Agent tool access to NBA, MLB, and NHL lineup and projection payloads
- Line and sports API responses suitable for app prototypes and content automation
Recommended MCP Servers
Journey fit
Sports data plumbing is integration work during build—your product needs authoritative lineups and odds feeds before launch polish. Integrations subphase is where MCP servers replace bespoke REST clients for third-party sports APIs.
How it compares
Sports data MCP integration with API key auth, not a static CSV import skill.
Common Questions / FAQ
Who is kingsplaybook-mcp for?
Solo builders and small teams wiring AI agents into NBA, MLB, and NHL data products via Kings Playbook.
When should I use kingsplaybook-mcp?
While building integrations for dashboards, bots, or apps that need current lineups, projections, or lines from a single sports API.
How do I add kingsplaybook-mcp to my agent?
Obtain a kp_live_ key at kingsplaybook.org/devs, set KINGSPLAYBOOK_API_KEY, install kingsplaybook-mcp from npm, and register stdio MCP in your client config.