← Registry

Data Collection

lumify.ai

Provides sports data including schedules, live scores, participants, and venues.

1 endpoint23 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://lumify.ai/mcp

No auth detected

MCP server metadata

Name
lumify-mcp
Version
1.0.1
Capabilities
toolsresourcesprompts
Server instructions

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

list_sports

List supported sports with their leagues and current season.

Inferred read-only
list_events

List events (schedules and live scores), paginated by id (after_id).

Inferred read-only
get_event

Get a single event with participants and venue.

Inferred read-only
batch_get_events

Get 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-only
query_events

Search events with a natural-language query instead of structured filters — e.

Inferred read-only
get_live_score

Get 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-only
get_odds

Get current betting odds for an event: per-bookmaker lines and last-updated time.

Inferred read-only
get_odds_history

Get line-movement history for an event: a list of past odds snapshots (movements), each with its own timestamp, up to limit entries.

Inferred read-only
get_stats

Get 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-only
get_player_props

Get player-prop lines and live progress for an NFL, NCAAF, NBA, NCAAB, NHL, or MLB event.

Inferred read-only
get_team_props

Get team-total lines and live progress for an NFL, NCAAF, MLB, or soccer event.

Inferred read-only
get_period_odds

Get first-half / first-five / first-set lines and live progress for an NFL, NCAAF, NBA, NCAAB, MLB, soccer, or tennis event.

Inferred read-only
get_splits

Get public betting splits (bets% and handle%) for an event: a consensus split plus a per-bookmaker breakdown (bookmakers[].

Inferred read-only
get_intelligence

Get 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-only
list_ev

Beta.

Inferred read-only
list_forecasts

Daily 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-only
list_teams

List teams, paginated by id (after_id).

Inferred read-only
search_players

Search players by name, sport, country, ranking, or active status, paginated by id (after_id).

Inferred read-only
get_team

Get a single team profile with its home venue.

Inferred read-only
get_player

Get 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-only
get_player_events

List a player's events (schedule/results), paginated by id (after_id).

Inferred read-only
list_seasons

List seasons per sport/league.

Inferred read-only
estimate_cost

Estimate the credit cost of one or more planned tool calls before making them — no credits are spent.

Inferred read-only

CONNECT 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.

Trust status RestrictedContent

lumify.ai is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.