Lumify Sports Intelligence
Lumify Sports Intelligence provides comprehensive sports data and AI-driven betting insights across major leagues (NFL, NBA, MLB, NHL, NCAAF, NCAAB, tennis, soccer, and more).
Sports & Seasons
List sports & leagues — Browse all supported sports, their leagues, and current season info
List seasons — Explore historical and current seasons per sport/league
Events & Scores
List events — Browse scheduled, live, and completed events filtered by sport, league, status, date range, team, or season
Search events — Query events using natural language (e.g. "live NFL games today", "college basketball this week")
Get event — Retrieve full details for a single event including participants, venue, scores, odds, and AI intelligence
Batch fetch events — Get details for up to 25 events in one call
Live scores — Get lightweight live score snapshots (status, period, clock, per-period scores)
Odds & Betting Data
Get odds — Retrieve current betting odds from a specific bookmaker or all books
Odds history — View historical line movement snapshots for an event
Betting splits — Get public betting splits showing bets% and handle% per bookmaker
AI Bet Intelligence
Get intelligence — AI-generated confidence scores, signal breakdowns, rationale, recommended bets with tiers, narratives, and analyst takes
Teams & Players
List/search teams — Browse teams filtered by sport, league, conference, division, country, or name
Get team — Full team profile including home venue
Search players — Find players by name, sport, country, ranking, or active status
Get player — Detailed player profile including stats, position, and rankings
Player events — View a player's schedule and results with date/status filtering
Provides access to real-time schedules, live scores, odds, line movement, public betting splits, and AI-powered confidence for FIFA World Cup and other soccer leagues.
Provides access to real-time schedules, live scores, odds, line movement, public betting splits, and AI-powered confidence for MLB games.
Provides access to real-time schedules, live scores, odds, line movement, public betting splits, and AI-powered confidence for NBA games.
Provides access to real-time schedules, live scores, odds, line movement, public betting splits, and AI-powered confidence for NHL games.
Lumify — Client SDKs & MCP
Official client libraries and Model Context Protocol (MCP) integration for Lumify, the agent-ready sports-intelligence API: real-time schedules, live scores, odds, line movement, public betting splits, and explainable AI bet confidence across MLB, NFL, NCAAF, NCAAB, NBA, NHL, tennis, and soccer (FIFA World Cup + MLS, EPL, La Liga, Serie A, Bundesliga, Ligue 1, and UEFA Champions League).
This repository is the public home for the client SDKs, the MCP stdio bridge, and developer docs/examples. Lumify itself is a hosted API at
https://lumify.ai— you don't run a server yourself.
Get an API key
Everything here authenticates with a Lumify API key (lmfy-...).
Fastest — no signup: grab a free instant trial key at https://lumify.ai/docs/ai (click "Get instant trial key"). No account, email, or credit card — 100 credits, 14-day expiry. Paste it and start calling.
Persistent account: create a key at https://lumify.ai/api-keys — free trial with 1,000 credits, no credit card required.
export LUMIFY_API_KEY="lmfy-xxxxxx.yyyyyyyy"Related MCP server: SportIntel MCP Server
Packages
Runtime | Package | Install | Docs |
TypeScript / JavaScript |
| ||
Python |
| ||
MCP stdio bridge |
|
Quick start
TypeScript
import { Lumify } from "@lumifyai/sdk";
const client = new Lumify({ apiKey: process.env.LUMIFY_API_KEY! });
const { sports } = await client.sports.list();
const event = await client.events.get(12345, { includeOdds: true, includeIntelligence: true });
console.log(event.status, event.intelligence?.bets);Python
import os
from lumify import Lumify
client = Lumify(api_key=os.environ["LUMIFY_API_KEY"])
sports = client.sports.list()
event = client.events.get(12345, include_odds=True, include_intelligence=True)
print(event["status"], event.get("intelligence"))curl
curl https://lumify.ai/v1/events?sport=nfl&status=inprogress \
-H "Authorization: Bearer $LUMIFY_API_KEY"Use it from an AI agent (MCP)
Lumify runs a hosted MCP server at https://lumify.ai/mcp (Streamable HTTP,
JSON mode, stateless). Point any MCP-compatible client at it.
Remote (Cursor, VS Code, Claude Desktop with remote support):
{
"mcpServers": {
"lumify": {
"url": "https://lumify.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Local stdio (clients without remote MCP support):
{
"mcpServers": {
"lumify": {
"command": "npx",
"args": ["-y", "@lumifyai/mcp"],
"env": { "LUMIFY_API_KEY": "YOUR_API_KEY" }
}
}
}See the MCP bridge README and the MCP guide for the full tool catalog.
Documentation
API reference: https://lumify.ai/docs/reference
Guides (incl. MCP): https://lumify.ai/docs/guides
Quick start:
docs/getting-started/quick-start.mdAgent cookbook:
docs/agent-cookbook.mdPostman collection:
docs/lumify.postman_collection.json
Support & contributing
Questions and bugs: open an issue
Contribution guidelines:
CONTRIBUTING.md
License
MIT © 2026 Lumify AI
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityCmaintenanceEnables comprehensive Sleeper Fantasy Football integration with Claude, providing real-time player projections, historical performance analytics, league management, and waiver wire analysis. Supports advanced NFL metrics, lineup optimization, and matchup analysis for fantasy football decision-making.Last updated121
- AlicenseAqualityDmaintenanceProvides AI-powered sports analytics for Daily Fantasy Sports (DFS) with real-time player projections, lineup optimization, live odds aggregation from multiple sportsbooks, and SHAP-based explainability to understand recommendation reasoning.Last updated241MIT

PropLineofficial
AlicenseAqualityAmaintenanceLive sports betting odds, cross-book +EV, and graded player-prop resolution across 13 books.Last updated116441MIT- Alicense-qualityCmaintenanceEnables fetching sportsbook odds, live scores, and event information across 70+ books and 30+ leagues, with tools to list sports, get scores, and discover events.Last updated14MIT
Related MCP Connectors
Real-time sports betting data: odds, player props, edges and arbitrage from 35+ books and DFS apps.
Quant sports analytics: 19 read-only tools across 12 leagues, projections, methods, track record.
Real-time tennis scores, players, odds and model win-probability for ATP, WTA, Challenger, ITF.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lumifyai/lumify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server