nfl_status

Free tier

Status

Concise account-aware status: whether the server and data are healthy, when the data was last updated, and the caller's used, limit, and remaining daily requests. Use nfl_catalog for tables and nfl_schema for columns.

Minimum tier
Free
Data coverage
Varies by query

Parameters

This tool takes no parameters.

Example request

A Model Context Protocol tools/call over Streamable HTTP. Replace YOUR_API_KEY with a key from your dashboard.

curl -X POST https://mcp.nflmcp.com/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "nfl_status",
    "arguments": {}
  }
}'

Example response

{
  "healthy": true,
  "contract_version": "0.4.0",
  "last_updated": "2026-07-27 12:52:20.425236",
  "usage": null
}