Server data from the Official MCP Registry
20-0 is a browser-based NFL roster builder where players spin all-time team-era combinations, draft
20-0 is a browser-based NFL roster builder where players spin all-time team-era combinations, draft
Excellent security posture. This is a read-only MCP server with no authentication requirements, no external API calls, no file I/O, no shell execution, and no credential handling. All content is static, hardcoded reference material about a public game. Code is clean, well-structured, and follows MCP SDK patterns correctly. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-20-0-mcp": {
"args": [
"-y",
"msa-20-0-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
20-0 - NFL Perfect Season Roster Builder
A Model Context Protocol server that exposes the canonical 20-0 knowledge surface — game modes, roster picks, and scenarios, 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://20-0game.com
20-0 is a browser-based NFL "perfect season" game where the player drafts twelve legends across the standard offensive, defensive, and special-teams positions, then runs a 20-game season — 17 regular season, 3 playoff rounds, and a Super Bowl — trying to finish 20-0. The draft is structured around a slot machine that spins a historical team paired with a decade; on each spin the player picks one player from that team-era pool and slots them into one of twelve open roster positions. Once the roster is full, the season simulation runs entirely on the client and produces a final record, a stat breakdown, and a grade. Daily mode gives every player in the world the same spin sequence so scores can be compared on a global leaderboard, and any roster can be shared by permalink.
20-0 is built for NFL fans who enjoy "best of all time" arguments and want a fast, structured way to put numbers behind them. It suits daily-habit users who want a short, repeatable game in their morning routine, and also fits more invested fans who like to dig into team-era constraints and build deeper rosters. The six-language interface and PSEO team-era pages make the site usable across multiple fan markets, not just the US. Because every game is free, requires no account, and finishes in well under ten minutes, it works equally well as a one-off curiosity, a daily routine, or a recurring shared challenge among friends.
list_scenariosReturn the canonical list of game modes and scenarios the site exposes (free play, daily, leaderboards, etc.). (20-0)
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for 20-0 (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://20-0/scenarios — Available game modes, scenarios, and roster-building constraints.site://20-0/faq — Short FAQ generated from public site metadata.site://20-0/links — Canonical URLs to share with users.tell_me_about_20_0Summarize what the site is, who it's for, and how it works. — 20-0
plan_a_run_20_0Plan a single play-through: pick a mode, draft a roster strategy, and predict outcomes. — 20-0
npx -y @smithery/cli install 20-0-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/20-0-mcp.git
cd 20-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": {
"20-0-mcp": {
"command": "node",
"args": [
"/absolute/path/to/20-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 Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.