Lumify Sports Intelligence MCP Server

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 (MLS, EPL, La Liga, Serie A, Bundesliga, Ligue 1, and UEFA Champions League). It is available as a remote MCP endpoint.

Teams that work with Lumify and want a hosted endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-03 · ★ 5 · #232 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Lumify Sports Intelligence

before you install - you'll need

LUMIFY_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add lumifyai-lumify --transport http https://lumify.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "lumifyai-lumify": {
      "url": "https://lumify.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://lumify.ai/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to lumify.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace ai.lumify - domain-verified with the official MCP registry

03 · Who maintains Lumify Sports Intelligence

Lumify Sports Intelligence is maintained by lumifyai. It's the only MCP server we track from this author; the repo dates to Jul 2026.

04 · Facts

category
API integration - ranked #232 of 278 actively-maintained API integration servers as of 2026-09-18.
registry
ai.lumify/sports-intelligence (active, first published 2026-07-12 · 2 versions)

05 · Lumify Sports Intelligence FAQ

What is Lumify Sports Intelligence?

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 (MLS, EPL, La Liga, Serie A, Bundesliga, Ligue 1, and UEFA Champions League). It is available as a remote MCP endpoint.

Is Lumify Sports Intelligence still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-03. We re-verify nightly.

How do I install Lumify Sports Intelligence?

Run `claude mcp add lumifyai-lumify --transport http https://lumify.ai/mcp`. The README documents one environment variable (LUMIFY_API_KEY) to set first. You can also paste the ready-made client config above.

Does Lumify Sports Intelligence require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

06 · Alternatives to Lumify Sports Intelligence