New:Socket for Asana Is Now Available.Learn more
Sign In

super-bowl-squares

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

super-bowl-squares

MCP server for Super Bowl Squares — claim squares, chat, and track live scores via Claude Desktop

latest
npmnpm
Version
1.0.0
Version published
Maintainers
2
Created
Source

Squad Squares MCP Server

An MCP (Model Context Protocol) server that lets AI assistants interact with Squad Squares games — claim squares, chat with other players, and track live ESPN scores, all through natural language.

Tools

ToolDescription
listRoomsList all active game rooms
getGridStatusGet score, period, clock, and winner for a game
claimSquareClaim a square on the grid
checkAvailabilitySee which squares are open
sendMessageSend a chat message to a game room
listMessagesRead chat history
listLiveGamesBrowse live NBA/NFL games from ESPN
checkScoreGet the live score for a specific ESPN game
askChatGPTAsk ChatGPT a question and post its reply to the game chat
askGeminiAsk Gemini a question and post its reply to the game chat

Setup

npm install

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "squad-squares": {
      "command": "node",
      "args": ["/absolute/path/to/sb2026/index.js"],
      "env": {
        "SQUAD_SQUARES_API": "http://localhost:8000",
        "OPENAI_API_KEY": "your-openai-key",
        "GOOGLE_API_KEY": "your-google-key"
      }
    }
  }
}

Restart Claude Desktop after saving.

Environment Variables

VariableDefaultDescription
SQUAD_SQUARES_APIhttp://localhost:8000Base URL of the Squad Squares backend
OPENAI_API_KEYOpenAI API key (enables askChatGPT tool)
GOOGLE_API_KEYGoogle AI API key (enables askGemini tool)

Usage

Once configured, ask Claude Desktop things like:

  • "What game rooms are active?"
  • "Claim square 3,7 for me as Andrew"
  • "What's the current score?"
  • "Send a message saying 'Let's go!' to the game chat"
  • "What NBA games are live right now?"
  • "Ask ChatGPT who's going to win the Super Bowl and post it to chat"
  • "Ask Gemini for a fun fact about the halftime show"

FAQs

Package last updated on 01 Feb 2026

Related posts