Skip to main content
ClaudeWave

17-0 is a free, fan-made NFL roster strategy game built around a focused question: can seven offensive legends produce a perfect 17-game regular season? Each run gives the player seven random team-and-era combinations.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · @smithery/cli
Claude Code CLI
claude mcp add 17-0-mcp -- npx -y @smithery/cli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "17-0-mcp": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# 17-0 MCP Server

> 17-0 - Build the Perfect NFL Roster

[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-17-0-mcp)](https://lobehub.com/mcp/rocnubie-17-0-mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
[![Read Only](https://img.shields.io/badge/server-read--only-2ea44f)](#tools)
[![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org)
[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)
[![smithery](https://smithery.ai/badge/17-0)](https://smithery.ai)

<p align="center"><a href="https://17-0.site"><img src="./assets/hero.png" alt="17-0" width="720" /></a></p>

A Model Context Protocol server that exposes the canonical 17-0 knowledge surface — game rules, roster constraints, and entry points, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.

Official website: https://17-0.site

## 🎮 About 17-0

17-0 is a free, fan-made NFL roster strategy game built around a focused question: can seven offensive legends produce a perfect 17-game regular season? Each run gives the player seven random team-and-era combinations. The player chooses one eligible legend from each spin, fills a compact fantasy-style offense, and then lets the simulation grade the roster across a full regular season. The format keeps a complete run short while still forcing decisions about positional balance, player eras, and how much risk to take on each pick.

## Key Features

- **Seven-player offensive roster**: Every lineup uses one quarterback, two running backs, two wide receivers, one tight end, and one flex player. The fixed structure makes every spin consequential and prevents a roster from becoming a simple list of famous names.
- **Team-and-era spins**: Picks begin with a randomly selected NFL franchise and historical era. Players draft within that constraint instead of searching an unrestricted player database.
- **Seventeen-game simulation**: A completed roster is evaluated over the length of the current NFL regular season. The target is an undefeated 17-0 result rather than a playoff bracket.
- **Daily challenge**: The daily mode gives players the same theme and deterministic seed, creating a comparable challenge that resets at midnight Eastern Time. Rotating constraints cover divisions, decades, and other roster themes.
- **Leaderboards and share results**: Players can compare daily and all-time results. Compact share links and spoiler-free cards communicate roster quality without revealing every drafted player.
- **No account required**: Free play and the daily challenge can be opened directly in a browser without registration. The site is designed for short sessions on desktop or mobile.

## Use Cases

NFL fans can use free play to test dream offenses assembled from different franchises and eras. A player might prioritize a quarterback early, preserve the flex slot for the strongest remaining skill player, or accept a weaker position because a later spin offers a historically deep team. The daily challenge gives friends a common set of constraints, making results easier to compare than independent random runs. Shared result cards also work as a compact way to challenge a group without exposing the entire solution in advance.

The game can also prompt discussion about roster construction. Because positions are fixed and every selection consumes one of only seven slots, choices expose real trade-offs: peak production versus longevity, positional scarcity versus star power, and balanced lineups versus concentrated strengths. The simulation is an entertainment mechanic rather than a prediction of real NFL outcomes.

## Who Is It For

17-0 is for NFL and fantasy-football fans who enjoy historical player debates, roster builders, daily games, and quick competitive challenges. It is especially suited to players who want a complete session in a few minutes instead of managing a season-long fantasy team. The site is unofficial and is not affiliated with or endorsed by the NFL.

## Tools

### `get_game_rules`
Return the verified game rules, roster constraints, and public entry points the site exposes. (17-0)

_Input:_ no parameters. _Returns:_ text/markdown.

### `get_official_links`
Return the canonical list of official links for 17-0 (website, support, docs when available).

_Input:_ no parameters. _Returns:_ text/markdown.

## Resources

- `site://17-0/rules` — Verified game rules, roster-building constraints, and public entry points.
- `site://17-0/faq` — Short FAQ generated from public site metadata.
- `site://17-0/links` — Canonical URLs to share with users.

## Prompts

### `tell_me_about_17_0`
Summarize what the site is, who it's for, and how it works. — 17-0

### `plan_a_run_17_0`
Plan a single play-through using verified rules and entry points. — 17-0

## Installation

### Install via Smithery

```bash
npx -y @smithery/cli install 17-0-mcp --client claude
```

(Replace `claude` with `cursor`, `windsurf`, or `continue` for those clients.)

### Install from source

```bash
git clone https://github.com/rocnubie/17-0-mcp.git
cd 17-0-mcp
pnpm install
```

Then add to your MCP client config (`claude_desktop_config.json` for Claude Desktop, `mcp.json` for Cursor / Windsurf / Continue):

```json
{
  "mcpServers": {
    "17-0-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/17-0-mcp/src/index.mjs"
      ]
    }
  }
}
```

### Debug with MCP Inspector

```bash
npx @modelcontextprotocol/inspector node src/index.mjs
```

## Official Links

- Website: https://17-0.site
- Support: support@17-0.site

## Development

```bash
pnpm install
pnpm start                 # run the server over stdio
```

## License

MIT
gamemcpmodel-context-protocolnfl

Lo que la gente pregunta sobre 17-0-mcp

¿Qué es rocnubie/17-0-mcp?

+

rocnubie/17-0-mcp es mcp servers para el ecosistema de Claude AI. 17-0 is a free, fan-made NFL roster strategy game built around a focused question: can seven offensive legends produce a perfect 17-game regular season? Each run gives the player seven random team-and-era combinations. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala 17-0-mcp?

+

Puedes instalar 17-0-mcp clonando el repositorio (https://github.com/rocnubie/17-0-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar rocnubie/17-0-mcp?

+

rocnubie/17-0-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene rocnubie/17-0-mcp?

+

rocnubie/17-0-mcp es mantenido por rocnubie. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a 17-0-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega 17-0-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: rocnubie/17-0-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/rocnubie-17-0-mcp)](https://claudewave.com/repo/rocnubie-17-0-mcp)
<a href="https://claudewave.com/repo/rocnubie-17-0-mcp"><img src="https://claudewave.com/api/badge/rocnubie-17-0-mcp" alt="Featured on ClaudeWave: rocnubie/17-0-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a 17-0-mcp