82 0 Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 82 0 Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
82-0 Dream - NBA All-Time Lineup Game
<p align="center"><a href="https://82-0.games"><img src="./assets/hero.png" alt="82-0 Dream" width="720" /></a></p>
A Model Context Protocol server that exposes the canonical 82-0 Dream 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://82-0.games
82-0 Dream is a browser-based NBA all-time lineup game where the player builds a five-position starting roster across decades and franchises, then runs a season simulation to see how close the chosen lineup gets to a perfect 82-0 record. The draft is structured around a slot machine: each round randomly produces a (team, decade) cell, and the player picks one eligible legend who actually played for that franchise in that period. After five picks the simulation tallies cumulative PTS, REB, AST, STL, and BLK against fixed thresholds — clear every threshold and the lineup goes 82-0; fall short and the record degrades non-linearly toward the minimum ratio. The whole experience runs on the open web with no account, no backend, and no live actions: lineup state is encoded into the URL so any draft can be shared, opened, and reproduced exactly.
82-0 Dream is built for fans who enjoy "could this lineup beat the league" debates and want a quick, structured way to express a take. It suits NBA-history hobbyists who already know the rotations of past dynasties and want a sandbox to test those combinations, as well as casual fans who use the team-era constraints as a guided tour of basketball history. The multi-language interface makes it usable for international communities where NBA discussion is active. Because the game is free, has no account, and stores nothing on a server, it works equally well for a one-off social post or a recurring weekly challenge among friends.
list_scenariosReturn the canonical list of game modes and scenarios the site exposes (free play, daily, leaderboards, etc.). (82-0 Dream)
_Input:_ no parameters. _Returns:_ text/markdown.
get_official_linksReturn the canonical list of official links for 82-0 Dream (website, support, docs when available).
_Input:_ no parameters. _Returns:_ text/markdown.
site://82-0/scenarios — Available game modes, scenarios, and roster-building constraints.site://82-0/faq — Short FAQ generated from public site metadata.site://82-0/links — Canonical URLs to share with users.tell_me_about_82_0Summarize what the site is, who it's for, and how it works. — 82-0 Dream
plan_a_run_82_0Plan a single play-through: pick a mode, draft a roster strategy, and predict outcomes. — 82-0 Dream
npx -y @smithery/cli install 82-0-mcp --client claude(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/82-0-mcp.git
cd 82-0-mcp
pnpm installThen add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"82-0-mcp": {
"command": "node",
"args": [
"/absolute/path/to/82-0-mcp/src/index.mjs"
]
}
}
}npx @modelcontextprotocol/inspector node src/index.mjspnpm install
pnpm start # run the server over stdioMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.