Server data from the Official MCP Registry
Free 17-0 game. Spin all-time NFL teams, draft 7 legends, simulate a 17-game regular season
Free 17-0 game. Spin all-time NFL teams, draft 7 legends, simulate a 17-game regular season
This is a well-designed, security-conscious MCP server for a read-only NFL game knowledge service. The server has no authentication requirements (appropriate for public game information), performs no network calls, stores no credentials, and contains no dangerous code patterns. All operations are static data returns with no file I/O, subprocess execution, or external integrations. The code is clean, properly structured, and matches its stated purpose as a read-only knowledge surface. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity).
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-17-0-mcp": {
"args": [
"-y",
"msa-17-0-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
17-0 - Build the Perfect NFL Roster
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
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.
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.
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.
get_game_rulesReturn the verified game rules, roster constraints, and public entry points the site exposes. (17-0)
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for 17-0 (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
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.tell_me_about_17_0Summarize what the site is, who it's for, and how it works. — 17-0
plan_a_run_17_0Plan a single play-through using verified rules and entry points. — 17-0
npx -y @smithery/cli install 17-0-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
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):
{
"mcpServers": {
"17-0-mcp": {
"command": "node",
"args": [
"/absolute/path/to/17-0-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.