Data Collection
lumify.ai
Provides sports data including schedules, live scores, participants, and venues.
ENDPOINT 1
https://lumify.ai/mcp
MCP server metadata
- Name
- lumify-mcp
- Version
- 1.0.1
Lumify sports intelligence. Read the lumify://docs/quickstart resource to get started (including the zero-signup instant-key auth path). Authenticate with a Lumify API key (Bearer lmfy-...) before tools/call. Use tools/list, resources/list, and prompts/list to discover capabilities.
Known tools 23
batch_get_eventsGet multiple events by id in one call — for agents that already have a list of ids and want full detail for each without one call per event.
Inferred read-onlyquery_eventsSearch events with a natural-language query instead of structured filters — e.
Inferred read-onlyget_live_scoreGet a lightweight live score snapshot for an event: status, period, clock, per-participant score and period-by-period scores, and last-updated time.
Inferred read-onlyget_oddsGet current betting odds for an event: per-bookmaker lines and last-updated time.
Inferred read-onlyget_odds_historyGet line-movement history for an event: a list of past odds snapshots (movements), each with its own timestamp, up to limit entries.
Inferred read-onlyget_statsGet raw, deterministic team/match statistics for a soccer, MLB, tennis, NFL, NCAAF, NBA, NCAAB, or NHL event — no odds (use get_odds) and no scoring (use get_intelligence).
Inferred read-onlyget_player_propsGet player-prop lines and live progress for an NFL, NCAAF, NBA, NCAAB, NHL, or MLB event.
Inferred read-onlyget_team_propsGet team-total lines and live progress for an NFL, NCAAF, MLB, or soccer event.
Inferred read-onlyget_period_oddsGet first-half / first-five / first-set lines and live progress for an NFL, NCAAF, NBA, NCAAB, MLB, soccer, or tennis event.
Inferred read-onlyget_splitsGet public betting splits (bets% and handle%) for an event: a consensus split plus a per-bookmaker breakdown (bookmakers[].
Inferred read-onlyget_intelligenceGet predictive bet intelligence for an event: vig-stripped probability, fair_price, Price overlay, main-line ev (Beta), and forecasts[] — forecasted wagers from the model (same objects as list_forecasts): player props plus tennis moneyline.
Inferred read-onlylist_forecastsDaily board of forecasted wagers from Lumify's model — a prediction, not a beat-the-market claim (no OOS/independence gate; see list_ev for the gated main-line +EV claim).
Inferred read-onlysearch_playersSearch players by name, sport, country, ranking, or active status, paginated by id (after_id).
Inferred read-onlyget_playerGet a single player identity profile: name, sport, country, position/handedness, physical stats, current team, rankings (tennis {singles, points}; null on every other sport), and image_url (Lumify media URL, null until the sport's headshot/enrichment job).
Inferred read-onlyget_player_eventsList a player's events (schedule/results), paginated by id (after_id).
Inferred read-onlyestimate_costEstimate the credit cost of one or more planned tool calls before making them — no credits are spent.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lumify-mcp]
url = "https://lumify.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lumify-mcp": {
"type": "http",
"url": "https://lumify.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lumify-mcp
Remote MCP URL: https://lumify.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lumify-mcp": {
"url": "https://lumify.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lumify-mcp": {
"type": "http",
"url": "https://lumify.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lumify-mcp",
"transport": "streamable-http",
"url": "https://lumify.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for lumify.ai was fetched 2026-08-24T06:17:31.360Z.
lumify.ai is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.