Documentation

Getting started

An NFL fantasy and betting intelligence layer for AI agents: a functional free base and a Pro plan that unlocks every NFL MCP tool. This guide covers connecting a client, running your first query, and understanding plans, daily limits, and scope. For the full per-tool API, see the Tool Reference.

What is NFL MCP

NFL MCP is a hosted Model Context Protocol server. It exposes NFL data as structured tools an AI assistant can call directly — so answers are grounded in real player, team, fantasy, injury, schedule, and advanced data instead of model memory. You connect it once to a supported client, then ask questions in natural language.

Connect a client

  1. 01

    Create an account

    Sign up free at nflmcp.com — no card required.

  2. 02

    Add the MCP server

    Point your client at the endpoint below and sign in through your browser with OAuth 2.1 — no secret to copy or store. The dashboard quickstart has exact, copy-paste config per client.

  3. 03

    Create an API key (optional)

    Only for scripts, CI, or clients that cannot do remote OAuth. Generate a key in the dashboard — the raw value is shown once at creation, so copy it somewhere safe.

MCP endpoint

https://mcp.nflmcp.com/mcp
Open the dashboard quickstart

Your first query

Once the server is connected, just ask your assistant an NFL question. The client picks the right structured tool, calls it, and answers from the result. For example:

How did Patrick Mahomes perform in 2024?

Compare Justin Jefferson and Ja'Marr Chase this season.

Which running backs are trending up in snap share?

Show me every Bills touchdown from week 1.

Browse every tool

Plans and limits

Free

50 requests/day

Core NFL stats, schedules, rosters, injuries, snap counts, and play search.

Pro

1,500 requests/day

Every NFL MCP tool for lineup, matchup, market, and custom analysis.

Daily usage is counted per account across every client and credential you use, and resets at midnight UTC. Status checks and Sleeper identity sync do not consume daily quota, but both still require authentication.

Compare pricing

Scope

  • NFL MCP is for NFL analysis only.
  • It does not provide live odds or guarantee fantasy or betting outcomes.
  • Coverage and refresh timing vary by dataset and are reported by the MCP server.
  • Betting-related analysis is informational and intended for adults 21 and older.

Frequently asked

What is NFL MCP?

NFL MCP is a hosted Model Context Protocol service that gives AI assistants structured tools for NFL statistics, fantasy football research, game information, and advanced analysis.

Which AI clients can use NFL MCP?

Any client that supports remote or bridged Model Context Protocol servers, including Claude Desktop, Cursor, and VS Code.

Does NFL MCP provide live betting odds?

No. NFL MCP provides analytical context, not live odds, guaranteed picks, or sportsbook execution. Dataset coverage and refresh timing vary by tool.

Is there a free plan?

Yes. Free includes player and team stats, schedules and results, rosters, injuries, snap counts, comparisons, and play search. Pro unlocks every NFL MCP tool, including advanced analytics, schema, bounded SQL, and referee context.