lumify-statslisted
Install: claude install-skill lumifyai/sports-intelligence-skills
# Lumify Sports Stats
Connect an agent to Lumify's hosted, read-only stats API via MCP or REST — raw, deterministic team/player and match statistics for a specific event. This is the **Data** half of Lumify's Data/Intelligence split: no market/odds data and no scoring, weighting, confidence, or narrative attached. For that judgment layer, see the sibling `lumify-bet-intelligence` skill.
This skill installs no code and runs nothing locally. It teaches the agent how to get a key, connect an MCP client (or call REST directly), and pull sport-specific stats for an event it already has an id for.
## When to Use This Skill
- The user wants **box-score or match statistics** for a specific game — not a prediction, not a confidence score
- The sport is one of: **soccer, MLB, tennis, NFL, NCAAF, NBA, NCAAB, or NHL** — `get_stats` returns HTTP 400 outside this set (route to `lumify-bet-intelligence`'s `get_intelligence` instead for other sports)
- The user does **not** need odds, betting splits, or AI-generated confidence/probability — see `lumify-odds` and `lumify-bet-intelligence` for those
## How to Use
### 1. Get an API key
Ask before setting up a metered MCP or persisting a key. **Never ask the user to paste an API key into chat.**
- Instant trial (no signup, no email, no card): https://lumify.ai/docs/ai — 100 free credits, 14-day expiry
- Persistent account (1,000 free credits): https://lumify.ai/register then https://lumify.ai/api-keys
- Set `LUMIFY_API_KEY` in the enviro